what is the use of asp.net

Answers were Sorted based on User's Feedback



what is the use of asp.net..

Answer / kotu

Asp.Net is used for developing more User frendly and
Productive Web based Application with minimum Number of
lines of Code.

Is This Answer Correct ?    8 Yes 0 No

what is the use of asp.net..

Answer / uday

yes

Is This Answer Correct ?    0 Yes 0 No

what is the use of asp.net..

Answer / vincent dutta

ASP.net using for the developing the websites & webpages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is clr . how we access them?

3 Answers   TCS,


What is __ requestverificationtoken?

0 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,


Where sessions are stored in asp.net?

0 Answers  


what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,






What is the significance of finalize method in .net?

0 Answers  


What is the difference between and ActiveX dll and control ?

1 Answers   Microsoft,


if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?

4 Answers   CGI,


What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


Types of values mode can hold session state in web.config ?

1 Answers   Accenture, Parrot Systems,


How to rename a table using sql queries?

0 Answers  


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


Categories