What are the major differences between asp.net1.1 and
asp.net 2.0?
Answer Posted / a
Master Pages
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is validation in asp.net?
Is it possible to create web application with both webforms and mvc?
In ViewState How much lifespan items stored?
Explain what is postback in asp. Net?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
How to manage different kinds of sessions in ASP.NET?
What is difference between web config and global asax?
What is page request in asp.net?
What is an asp.net validator? And, mention its types.
Describe the Server Control Events of ASP.NET?
What is preprocessor in .net?
How do we ensure view state has not tampered?
List down the sequence of methods called during the page load.
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.
How can exception be handled with out the use of try catch?