What is the name of the base class that all web forms will
be inherited?
Answer Posted / krishan
Object.Control.TemplateControl.Page
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is a Cookie? Where is it used in ASP.NET?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Can viewstate be accessed in another page?
What are html helpers in asp.net?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How can we create custom controls in asp net?
What is a user developed application?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is a web server? What are the load limits in it?
What do you mean by authorization?
How do I use response redirect?
What is routing in MVC?
Write a code snippet to implement the indentation in json in web api.
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How to sign out from forms authentication?