What is enableviewstate in asp net?
How can we create pie chart in asp.net?
Where do the cookie state and session state information be stored?
What is a postback url?
What is difference in .net 1.1 and .net 2.0?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How can we pass info between 2 asp.net pages?
What is enableviewstate?
What is Partial PostBack in ASP.NET?
How to use push notification?
what is loosely coupled solution? How it can be used?
Can you set which type of comparison you want to perform by the comparevalidator control?
What does a switch do?
What is server side session management?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?