This is a discussion on windows application within the ASP and ASP.NET Programming forums, part of the Web Development category; how to redirect the page in backward (as like go back to home page)...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, U can go to previous page. If u have a button in ur current page then,by hiding the current form,u make visible the previous form. Form2.cs private void button1_Click(object sender, EventArgs e) { this.Hide();//Hides the current form Form1 f1=new Form1(); f1.Show(); //Shows the previous form } |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Forms Application Interview Tips and Tricks | santhakumar | Interview Questions & Answers and Tips | 497 | 06-03-2008 07:50 PM |
| Windows application questions | Mramesh | C# Programming | 15 | 02-23-2008 02:40 AM |
| How can i include Google Earth in my C# Windows application? | a.deeban | C# Programming | 12 | 10-22-2007 04:51 AM |
| How can communicate between child and parent windows in VC++ win32 application? | kingmaker | C and C++ Programming | 1 | 07-29-2007 11:51 PM |
| How to animate an image using C# windows application programmatically? | mobilegeek | C# Programming | 1 | 07-29-2007 11:42 PM |