Help needed urgently on ASP.Net - AJAX...
-
Hi, I am using AJAX in my appl using VS 2005. In one of the checkboxlist, set of values are binded and one of the value is " -" When I select that particular item, I got the error as: Sys.WebForms.PageRequestManagerServerErrorException: an unknow error occured while processing the request on the server. the status code returned from the server was: 500 What is the cause of the error? Is this problem using AJAX? What is remedy for this problem? Can anyone help me? Thankfully, jm
-
Hi, I am using AJAX in my appl using VS 2005. In one of the checkboxlist, set of values are binded and one of the value is " -" When I select that particular item, I got the error as: Sys.WebForms.PageRequestManagerServerErrorException: an unknow error occured while processing the request on the server. the status code returned from the server was: 500 What is the cause of the error? Is this problem using AJAX? What is remedy for this problem? Can anyone help me? Thankfully, jm
-
You could try changing the < and > to & lt; and & gt; which may solve the problem - without the spaces, had to put them there so that the page didnt show the <> :)
Hi, Thanks for your reply. But where should i change it? When it is binded, value is taken from DB. But when I select the item (I enabled the AutoPostBack = True) for the checklistbox. (Also I do have same kind of value in one of my Dropdownlistbox). When i selected in the dropdownlist, The SelectedIndexChanged event not firing, instead it gives the Exception. In this case what should I do to avoid it..
Thankfully, jm