What is sta?
Can we store object in viewstate?
What is hidden field in asp.net?
Which protocol is used to call a web service?
What are the merits and demerits of viewstate?
Explain the Order of events in an asp.net page?
What is the namespace to create thread in .net?
Explain different types of Caching techniques in ASP.NET?
What is data reader in asp.net?
How can you display all validation messages in one control?
What is rending process 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 is cross page posting? How is it done?
Do you know using sql cache invalidation?
How will you do Redo and Undo in a TextControl?