Which platform does Microsoft .NET use for exchanging data between applications?


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

Post New Answer

More ASP.NET Interview Questions

Types of store procedure in Sqlserver?

3 Answers  


Why and where this web.config file is used?

0 Answers   Amazon,


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,


What is the use of SmartNavigation property?

4 Answers  


What are Authentication mechanisms in .Net?

6 Answers   Accenture,






Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?

3 Answers   TCS, Wipro,


Different type of validation controls in asp.net ?

1 Answers   CTS, Keane India Ltd,


What are the differences between the response.write() and response.output.write()?

0 Answers  


What is Auto-event wireup? what is the default value for this? when u change the value what will happen?

1 Answers   CMC,


How many column in table of sql server?

3 Answers  


What is dynamic web page with example?

0 Answers  


Explain how asp.net page works?

0 Answers  


Categories