Do you know using sql cache invalidation?


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

Post New Answer

More ASP.NET Interview Questions

In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?

1 Answers  


How does cookies work in asp net?

0 Answers  


How would you create a permanent cookie?

0 Answers  


About duration in caching technique ?

4 Answers   Accenture,


What is indexing on asp.net?

0 Answers  


what is Theme in Asp.net 2.0

1 Answers   Syntel,


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


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,


Why is mvc better than asp.net?

0 Answers  


Differentiate strong typing and weak typing

0 Answers  


What is an asp.net web form?

0 Answers  


What is caching and types of caching ?

2 Answers   Infosys,


Categories