ASP.NET Interview Questions
Questions Answers Views Company eMail

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

1 3740

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 4802

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 5979

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

Techno Solutions,

2 4342

What is the roll of JIT in asp.net?

7 13830

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

2 3735

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

Sparsh,

7 18471

How to handle error while project running on live

2 4298

difference between

VebTel,

6 14047

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

2 6330

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

1 3979

how to edit gridview control in asp.net2.0

3i Infotech,

1 6173

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

6 6580

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 6982

What is the difference between ExecuteReader,ExecuteNonQuery and ExecuteScalar.

8 21537


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

What is the difference between union and join?

556


How do you initiate validation on the server manually? What are two situations when you might you want to do that?

1349


What are the disadvantages of view state?

588


What is scope of an application variable in asp.net?

487


What is difference between session and application in asp net?

478






Do I need to have the latest version of windows media player installed?

507


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

580


How to reduce the width of textbox in editcommandcolumn of datagrid?

519


How do you open a page in a new window?

544


explain code with multi inhertance

1638


What is asp net objects?

515


What does uri mean?

489


What are server activated objects?

624


Is it possible to create web application with both webforms and mvc?

524


What is caching? Explain.

544