hi, can any body tell how to open winform from web application. if i write in winform
system.Diognast ics.process.sta rt("URL");
means its opening web apllication .but i want to write the code in web application to open winform, i tried like this
Response.write( "Form1.cs") ; and one more
Response.Write( ".../From1.cs");
these two methods are not working, it showing error
can u plzzz any body help it will be great
thank u
system.Diognast ics.process.sta rt("URL");
means its opening web apllication .but i want to write the code in web application to open winform, i tried like this
Response.write( "Form1.cs") ; and one more
Response.Write( ".../From1.cs");
these two methods are not working, it showing error
can u plzzz any body help it will be great
thank u
Comment