What is the basic purpose of the required field validator?
How can you use a required field validator to check that the
user changes the initial value of a text box? a listbox?
Is session server side or client side?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
how to convert from sql2000 numeric to int in asp.net with sqlparameter?
Explain Factory pattern?
IN an ASP.NET Web application if there is any error, how can you debug?
What are the disadvantages of viewstate/what are the benefits
Can we set which type of comparison we want to perform by the CompareValidator control?
What is the benefit of WebAPI over WCF?
What is view state? where it stored? can we disable it ?
How can I create master page 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.
Why do you use the app_code folder in asp.net?