window form in asp.net project
-
hi! i want to use window form in webform project(asp.net).Is it possible?if so plz send possibilities and suggestions. Thanq... Neelima
-
hi! i want to use window form in webform project(asp.net).Is it possible?if so plz send possibilities and suggestions. Thanq... Neelima
right click on ur prj -- select add existing item add the windows form u want to add.... open csproj file in textpad.... add the following code.... u can easily identify the place where u hav to add this code.... and change the namespace in windows form to ur webapplication's namespace... create the instance of ur form in webapplication...use it.... donno whether this procedure is correct or not.... it worked fine with my application.... check it with some other xperienced guys around.... thanks... mareers.....
sreeram
-
right click on ur prj -- select add existing item add the windows form u want to add.... open csproj file in textpad.... add the following code.... u can easily identify the place where u hav to add this code.... and change the namespace in windows form to ur webapplication's namespace... create the instance of ur form in webapplication...use it.... donno whether this procedure is correct or not.... it worked fine with my application.... check it with some other xperienced guys around.... thanks... mareers.....
sreeram
right click on ur prj -- select add existing item add the windows form u want to add.... open csproj file in textpad.... add the following code.... u can easily identify the place where u hav to add this code.... and change the namespace in windows form to ur webapplication's namespace... create the instance of ur form in webapplication...use it.... donno whether this procedure is correct or not.... it worked fine with my application.... check it with some other xperienced guys around.... thanks... mareers..... sreeram
sreeram