Click here to Skip to main content
15,891,766 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a dropdown A in which on one of the values , 'onselectedindexchanged' i have to display another dropdown B.On selecting the value in A which should display B,i am getting the following error:

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 499

and Kaspersky


CsrBill.aspx Blocked: http://localhost:53144/Project%20Cash/CsrBill.aspx (analysis using the database of phishing URLs) 11/18/2012 8:09:21 PM http://localhost:53144/Project%20Cash/



And DropDown B not displayed.


Please help me out .
Posted
Comments
ZurdoDev 20-Nov-12 9:48am    
So, Kaspersky is blocking your code.

turning off karspersky solves the issue .but is that the right solution?is it anything related to error in coding?

it is a asp:DropDownList with manually given <asp:listitem xmlns:asp="#unknown"> .And one of the <asp:listitem> causes another,
asp:DropDownList,with DataSourceID="SqlDataSource1",and autopostback set.
 
Share this answer
 
I'd expect you'd use an AJAX call to get this value. Kaspersky is retarded, you should turn it off, that could be the cause of your whole error. It should be ignoring localhost.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900