Thanks for your answer. But i am not setting any string to any control that expects a date string. I am just calling click event of asp button from javascript for e.g. document.getElementById("asp:button").click(); I have set a debug point on the click event of the button on aspx.vb file. While debugging before going to the click event of the button i.e. debug point, I am getting mentioned Exception. Pls tell me what to do?
TPS2008
Posts
-
Sys.WebForms.PageRequestManagerServerErrorException -
Sys.WebForms.PageRequestManagerServerErrorExceptionHi, I'm getting an error when i am calling the click event of asp button through javascript. Error : Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Text property cannot be set. String was not recognized as a valid DateTime. I am not getting the cause of the error. Pls help me in this matter.
-
How to convert the datatable into JSON StringHi I am using Web Methods and Stateful Classes for DML Operations i.e. (Insert, Update and Delete). Now i want to populate/bind my control from the saved data. I am gettting the datatable from the ajax method and can access it through javascript. I have binded controls synchronously with the values returned through datatable. I want to bind data asynchronously, for that I want to convert datatable into JSON String and return that to javascript. Pls help to for the same.
-
Binding Datatable to GridView through JavascriptI have a gridview which i have to bind through javascript. I am getting the datatable from the server side to client side by using ajax method. I want to bind the returned datatable to the grid view through javascript. Please help me on the same.