ASP.NET Interview Questions
Questions Answers Views Company eMail

Explain what a diffgram is, and a good use for one?

1 3339

Whats MSIL, and why should my developers need an appreciation of it if at all?

Siebel,

3 6877

Which method do you invoke on the DataAdapter control to load your generated dataset with data?

Siebel Systems,

2 4115

Can you edit data in the Repeater control?

Siebel Systems,

4 7050

Which template must you provide, in order to display data in a Repeater control?

Siebel Systems, Wipro,

3 5437

How can you provide an alternating color scheme in a Repeater control?

Siebel Systems,

6 10607

What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

4 6826

What base class do all Web Forms inherit from?

Siebel Systems,

2 8038

Name two properties common in every validation control?

Siebel Systems,

9 20651

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

Siebel Systems,

5 12356

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

Siebel Systems,

2 8689

What is the transport protocol you use to call a Web service?

Siebel Systems,

2 5237

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

5 9054

What does WSDL stand for?

Siebel Systems,

10 11018

Where on the Internet would you look for Web services?

IBM, MNC, Siebel Systems,

5 12055


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

How does u get record no from 5 to 15 from a dataset of 100 records?

550


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

659


How do you implement postback with a text box?

591


What is postback and autopostback in asp.net?

562


What are merge modules?

597






When we use cookie less session? Explain its working?

604


IN an ASP.NET Web application if there is any error, how can you debug?

623


How to manage different kinds of sessions in ASP.NET?

597


Differentiate between a hyperlink control and a linkbutton control.

581


explain code with multi inhertance

1680


What is a master page and what does it do?

566


When maintaining session through sql server, what is the impact of read and write operation on session objects?

565


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1469


How does exception management works in ASP.NET?

643


What is the function of the ViewState property?

676