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 |
How can u deifne the benefits and limitation of using Viewstate for state management?
Define view state.
What is difference between session and application in asp net?
Can I have a unique key as foreign key?
How can you execute stored procedure from windows application?
how to retrieve data using web services in asp.net pls give me the code and explain me briefly
Breifly explain about stack and heap memory Managemet?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
How does session id work?
How can you dynamically add user controls to a page?
can u debug application programatically? if yes how?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)