Which is better viewstate or session?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is asp net_sessionid?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Explain significance of routing? : asp.net mvc
Where is asp.net view state stored?
What is the request flow used for asp.net mvc framework? : asp.net mvc
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What are the different types of cookies in asp.net?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are the advantages and disadvantages of Using Cookies?
Where session id is stored?
Can you clarified A Web service can only be written in .NET or not?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?