Answer Posted / hemali
Global.asax is use for to declare tha global variable.
| Is This Answer Correct ? | 10 Yes | 11 No |
Post New Answer View All Answers
What is synchronous and Asynchronous post back ?
How can we make sure that Web API returns JSON data only?
What are directives in asp.net?
What is difference between session and viewstate?
What is asp.net master page?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is asp net application object?
Is session server side or client side?
What is application state?
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.
What is the viewstate in asp.net?
What is a gridview in asp.net?
What are sessions used for?
What is another word for redirect?
How to retrieve user name in case of Window Authentication?