Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
2 6565Which control would you use if you needed to make sure the values in two different controls matched?
4 11007True or False: To test a Web service you must create a windows application or Web application to consume this service?
1 4972How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?
3 7481What are the different ways you would consider sending data across pages in ASP (i.e between 1.asp to 2.asp)?
1 4541When maintaining session through Sql server, what is the impact of Read and Write operation on Session objects? will performance degrade..
3 8100
What are sessions used for?
What is the difference between equals() and == in c#?
What are the advantages of passport authentication?
What's the ASP.Net Application life cycle?
What's the use of formatters in .net?
What is the maximum number of classes that can be contained in one dll file?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Describe the events in the life cycle of a web application.
What are the various types of validation controls provided by asp.net?
What is viewstategenerator?
How does exception management works 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?
What is the life cycle of web page?
What are the data controls available in asp.net?
How do you do client-side validation in .net? How to disable validator control by client side javascript?