Using usercontrol in one project to another project
-
Hi, i have one project named P1 with lot of forms and usercontrol and one usercontrol named Login control.One more project is there .i want to use the usercontrol Login control in p1 to this project .how can i do that? This is a asp.net Project not windows applivcation Can anyone help me.It is urgent With regards, Anu
-
Hi, i have one project named P1 with lot of forms and usercontrol and one usercontrol named Login control.One more project is there .i want to use the usercontrol Login control in p1 to this project .how can i do that? This is a asp.net Project not windows applivcation Can anyone help me.It is urgent With regards, Anu
First add into the solution explorer and then drag drop into the form.
If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!
-
First add into the solution explorer and then drag drop into the form.
If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!
-
Hi, i have one project named P1 with lot of forms and usercontrol and one usercontrol named Login control.One more project is there .i want to use the usercontrol Login control in p1 to this project .how can i do that? This is a asp.net Project not windows applivcation Can anyone help me.It is urgent With regards, Anu
Is this a user control(ascx file) or server control ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Is this a user control(ascx file) or server control ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Then it's not possible. You need to add that control to your project and use it.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions