C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




.net


Posted Date: 23 Jan 2007      Total Responses: 2

Posted By: MOHANI RANJAN SRIVASTAVA       Member Level: Silver     Points: 2


sir,
I want to know how i can go from one window form to another window form




Responses

Author: Jasdeep Singh    23 Jan 2007Member Level: GoldRating:     Points: 2
To go from one window form to another window form we use
Response.Redirect("Name of the page on which you want to go")

e.g.
Response.Redirect("anotherpage.aspx")

I hope this will solve your problem

Thanx & Regards
Jasdeep Singh


Author: Kapil Sharma    24 Jan 2007Member Level: BronzeRating:     Points: 2
In Windows Form we have to create an instance of the next form like:

//writing this code on the form from which u have to redirect to another form.
//eg; from Form1 to Form2
//on click event of any button ...
Form2 frm=new Form2();
frm.show();
me.hide();



Post Reply
You must Sign In to post a response.
Next : sql server definition
Previous : Bulk insert in ms access using c#
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

it help desk

Contact Us    Privacy Policy    Terms Of Use