Answer Posted / payal
using
session.abandon method
| Is This Answer Correct ? | 44 Yes | 5 No |
Post New Answer View All Answers
How you can stop the validation of ASP.NET controls from client side?
What is a server cookie?
Why is global asax is used?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is manifest in .net framework?
where can i gather the materials for MCP certification
Using code explain Configuration Management
How does u call and execute a sp in .net?
How would you turn off cookies on one page of your website?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain repository pattern in asp.net mvc? : asp.net mvc
Differentiate between globalization and localization.
Difference between web user control and web custom control?
In which event of the page life cycle, is the viewstate available?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc