IT Community - Software Programming, Web Development and Technical Support

windows application

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)...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > ASP and ASP.NET Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 06:56 AM
saravanan saravanan is offline
D-Web Sr.Programmer
 
Join Date: Jul 2007
Posts: 181
saravanan is on a distinguished road
Default windows application

how to redirect the page in backward (as like go back to home page)
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-18-2008, 02:42 AM
poornima poornima is offline
D-Web Sr.Programmer
 
Join Date: Dec 2007
Posts: 189
poornima is on a distinguished road
Smile Re: windows application

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
}
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-23-2008, 11:45 PM
poornima poornima is offline
D-Web Sr.Programmer
 
Join Date: Dec 2007
Posts: 189
poornima is on a distinguished road
Smile Re: windows application

Hi,
Have u got the solution from the above post?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -7. The time now is 11:43 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0