ASP.NET Interview Questions
Questions Answers Views Company eMail

what is purpose of xml control in standard controls of asp.net

1 3760

My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

Techno Solutions,

1 4825

Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

Techno Solutions,

4 6014

Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications

Techno Solutions,

2 4368

What is the roll of JIT in asp.net?

7 13879

How Web Service help? What is the difference between Remoting & Web Servcies?

2 3753

1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

Sparsh,

7 18518

How to handle error while project running on live

2 4318

difference between

VebTel,

6 14088

can i use store procedure in disconnected mode? give me answer

2 6351

Guys can anobody tell what is Conditional Bloating in asp.net ??

1 4001

how to edit gridview control in asp.net2.0

3i Infotech,

1 6185

How to send auto matic emails based on scheduled tasks to several of my clients

6 6617

i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me

4 7014

What is the difference between ExecuteReader,ExecuteNonQuery and ExecuteScalar.

8 21596


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

How to deploy/publish webservices?How many ways?Plz explain me

1844


Can we store object in viewstate?

537


Is oauth for authentication or authorization?

590


How can we prepairing Interview

1890


How many types of cookies are available in asp?

580






Should I delete cookies?

499


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

540


Explain the use of duration attribute of @outputcache page directive.

624


What is cookieless session id explain in brief?

531


What is %20 in a url?

544


How you can return View from ASP.NET Web API method?

548


How you will improve web application performance?

552


What are the session management techniques asp net?

563


What is session handling in a webfarm, how it can work with its limits?

628


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

514