Answer Posted / surendra sharma
by calling javascript function in asp.net you can also
window.location.reload();
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is query string?
What is request and response in asp.net?
How can you handle errors in Web API?
What is the difference between session and viewstate?
Do session use cookies in asp net?
How can we inherit a static variable?
Differentiate between client-side and server-side validations in web pages.
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.
Which authentication uses a combination of windows and iis authentication?
Why is an object pool required?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Where viewstate value is stored in asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
What is a 1x1 pixel?