1. Difference between UNION and UNION ALL?
union will display only distinct
union all will display duplicates also
2. How do you deploy web application?
3. what is the difference between publishing the website and copying the files directly to the deployment path?
4. What is the built-in stored procedure to link the user?
5. What are the events available in gridview?
6. What are the two events which are available for the editable grid view?
7. How do you bind the textbox inside a gridview?
8. What is windows authentication?
9. What is the default type session in asp.net?
10. How do you provide security in basic authentication?
Ans: Using SSL
11. Types of state management in ASP.NET?
client side
server side
12. What is the default session in asp.net?
13. What are the controls have you used in AJAX?
update panel, update progress, watermark
14. In what case do you use update panel control?
to perfom async postback only on the part of a page
15. what are the types of triggers?
No comments:
Post a Comment