What is dynamic web page with example?
How many web.copnfig can exists in a web application & which will be used ?
what r the Templeats in ASP.net?
what is the uses Of Global.asax
How to deploy the Asp.Net Project ?
What is the difference between globalization and localization?
what is wwf in asp.net?
What does the "EnableViewState" property do? Why would I want it on or off?
Describe the difference between a Thread and a Process?
Can we have a web application running without web.config file?
Can you nest updatepanel within each other?
What is the difference between a page theme and a global theme?
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.