Explain about ASP.NET?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What are Session states available and its Uses?

0 Answers   CTS, iLogic,


If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?

1 Answers   CGI,


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

0 Answers  


Why do we need Web Services?

1 Answers   Mind Tree,


What is viewstate?

6 Answers   Abacus, Microsoft, Sopra,






Explain asp.net web forms.

0 Answers  


Hi, I Dont know about Application and Session State management. Can anyone explain me with simple example?

1 Answers  


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()

4 Answers   Techno Solutions,


If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

7 Answers   Syntax Softtech,


What is the Global ASA(X) File?

2 Answers  


Give real time examples for polymorphism, encapsulation, inheritance..

2 Answers   L&T,


To wrap up a call to a Web service the standard used is..?

0 Answers   Siebel,


Categories