How to refresh a page in asp.net
Answers were Sorted based on User's Feedback
Answer / santhi
by using ispostback property or by using ajax controls
Is This Answer Correct ? | 10 Yes | 3 No |
Answer / jayesh
by calling javascript function in asp.net you can also
refresh page
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / surendra sharma
by calling javascript function in asp.net you can also
window.location.reload();
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vincy
<head>
<title>Page</title>
<meta http-equiv="refresh" content="10">
</head>
Is This Answer Correct ? | 2 Yes | 0 No |
Can i have both C# and vb.net code in same assembly?how?
How to Convert a String into Float without using any built- in library of .NET String = "1235.45" needs to converted to a float
How much data (Max K) can go into a QueryString?
What is the difference between Classic ASP and ASP.Net?
Where session variables are stored?
If you have to replicate a set of controls(UI) across a number of web pages, what will you do
What is cache in asp net?
What are validators and list some validators of asp.net?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
What is the difference between viewstate and hidden field in asp.net?
What is the use of The Page.Master Property?