What is the difference between visual basic and asp.net?


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

Post New Answer

More ASP.NET Interview Questions

how to retrieve data using web services in asp.net pls give me the code and explain me briefly

3 Answers  


What is the difference between dispose() and finalize()?

0 Answers  


Can viewstate be accessed in another page?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


what is diffrence between debug class and trace class in asp.net ?

2 Answers  






how can you handle "control is not part of this page " error?

3 Answers   FactorH,


What is the difference between a Stored procedure and function?

9 Answers  


What is a uri query?

0 Answers  


What is asp.net and ado net?

0 Answers  


Define common type system?

0 Answers  


Explain the difference between webfarm and webgardens in .net?

0 Answers  


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


Categories