Can't get the asp.net control through AJAX
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I build one application in ASP.NET using c#. In that I use AJAX to call the server side function to bind the data to repeater. All things are going very well but problem is that,when I am going to bind the data to repeater then,it grives me error as "Object reference not set to an Instance". That means it don't identify the control which is already taken on page. Also if I am going to invisible to the ASP Button then it gives the same error. Swapnil Bhavsar