How to kill more than one session variables at a time
Answer Posted / ravikumar
Session.Abandon();
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
Which object encapsulates state or data of a user?
Explain how does asp page work?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Does google crawl redirects?
Define static function?
What is round trip in asp.net?
What is session authentication?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Define a multilingual website?
Can you explain composite pattern?
How to fetch a data from one table to another table in asp.net ?
Explain the concept of MVC Scaffolding?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Why viewstate is used in asp.net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?