Dear Friends,

How can I go from one C#.Net form to another form in a desktop application.

I know in ASP.NET as Response.Redirect(...)

But I don't know how to do that in desktop application. Please help.


Rajib