Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
how to refersh windows form after submit button
Posted
Comments
syed shanu 30-Jun-14 3:22am    
What is the meaning of refersh.Might be you want some thing like after Submit button click reload all your grid data and other information.If so you can create a common function and call that in your button click.
Siva Hyderabad 30-Jun-14 5:47am    
this.refresh()

Try this it will help you....
Response.Redirect("your page name");
like default.aspx
 
Share this answer
 
v2
Please try with the below code :-
VB
Me.Refresh();
 
Share this answer
 
v3
Comments
tanugarg 30-Jun-14 7:18am    
this is not work
Thakkar Vipul 1-Jul-14 2:50am    
is there any perticular requirement ?/
normally Me.Refresh() invalidate all chile control of form.
but if you have any perticular requirement then please specify so i can try !!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900