KyaPoocha.com

Huge Collection of Interview Questions


‘ASP.Net Interview Questions’ - KyaPoocha.com

What are the disadvantages of view state / what are the benefits ? 

Automatic view-state management is a feature of server controls that enables them to repopulate their property values on a round trip (without you having to write... Read more »

What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state ? 

Web pages are recreated each time the page is posted to the server. In traditional Web programming, this would ordinarily mean that all information associated with... Read more »

What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state ? 

Web pages are recreated each time the page is posted to the server. In traditional Web programming, this would ordinarily mean that all information associated with... Read more »

What are the different ways you would consider sending data across pages in ASP (i.e between 1.asp to 2.asp) ? 

Session public properties ASP.NET supports three modes of session state: • InProc: In-Proc mode stores values in the memory of the ASP.NET worker process. Thus,... Read more »

What method do you use to explicitly kill a users session ? 

Abandon()  Read more »

What is cookie less session? How it works ? 

By default, ASP.NET will store the session state in the same process that processes the request, just as ASP does. If cookies are not available, a session can be... Read more »

Difference between ASP Session and ASP.NET Session ? 

asp.net session supports cookie less session & it can span across multiple servers.  Read more »

How many classes can a single .NET DLL contain ? 

It can contain many classes.  Read more »

True or False: To test a Web service you must create a windows application or Web application to consume this service ? 

False, the webservice comes with a test page and it provides HTTP-GET method to test.  Read more »

Which control would you use if you needed to make sure the values in two different controls matched ? 

CompareValidator Control  Read more »

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 ? 

DataTextField property  Read more »

What does WSDL stand for ? 

(Web Services Description Language)  Read more »

True or False: A Web service can only be written in .NET ? 

False  Read more »

What tag do you use to add a hyperlink column to the DataGrid ? 

 Read more »

What tags do you need to add within the asp:datagrid tags to bind columns manually ? 

Set AutoGenerateColumns Property to false on the datagrid tag  Read more »

Page 2 of 22«12345»...Last »