Can you explain page lifecycle in net?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is the difference between pathparam and queryparam?
What is the difference between a multi-layer and multi-tier applications?
Where session variables are stored?
Web API supports which protocol?
What is the difference between abstract class vs interface? Can give me the real time examples?
Can we set master page as a start page?
How to send a DataReader as a parameter to a remote client ?
What are validator? How do you disable them?
What is the maximum number of classes that can be contained in one dll file?
What is difference between Lambda Expression and LINQ in ASP.NET?
If we remove web.config or machine.config from the application then, is this application will works?
How would you turn off cookies on one page of your website?
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.