Differentiate between client-side and server-side validations in web pages.
What language does asp.net use?
Name the validation control available in asp.net ?
Differentiate between a hyperlink control and a linkbutton control.
Why is mvc better than asp.net?
What is recordset asp?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
what is satellite assembly in .net?
What is a session government?
Explain cashing in asp.net.
What are various authentication mechanisms in ASP.NET ?
what are the ways to improve performance in .net application?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.