How can we implement a identity (sql server) call in an asp.net page?


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

Post New Answer

More ASP.NET Interview Questions

Where viewstate value is stored in asp.net?

0 Answers  


Explain the function of new view engine in asp.net? : asp.net mvc

0 Answers  


I’m having some trouble with cas. How can I diagnose my problem?

0 Answers  


What is difference between session and viewstate?

0 Answers  


what is caching?

4 Answers   Microsoft,






Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


What is asp net_sessionid?

0 Answers  


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


What is event bubbling?

0 Answers  


How do I open an ashx file in windows 7?

0 Answers  


List all templates of the repeater control.

0 Answers  


What is the usage of DelegatingHandler?

0 Answers  


Categories