Insert a standar control to a ASP.NET Web application
-
I´m developing a ASP.NET WEB application in Visual Studio 2008 (C#). I'm trying to insert a standar control from the toolbox so I drag it (the control) from the toolbox to the design window. It doesn't works !!! When I drag a HTML control from the toolbox it works but I need a standar control. ¿How can I insert one? Thank you Ignacio Rivera (Mexico)
-
I´m developing a ASP.NET WEB application in Visual Studio 2008 (C#). I'm trying to insert a standar control from the toolbox so I drag it (the control) from the toolbox to the design window. It doesn't works !!! When I drag a HTML control from the toolbox it works but I need a standar control. ¿How can I insert one? Thank you Ignacio Rivera (Mexico)
iriveras wrote:
I'm trying to insert a standar control from the toolbox so I drag it (the control) from the toolbox to the design window. It doesn't works !!!
What does it mean? Control is not coming on screen ??? I think its an normal html page, not a aspx !!! Confirm.
cheers, Abhijit
-
I´m developing a ASP.NET WEB application in Visual Studio 2008 (C#). I'm trying to insert a standar control from the toolbox so I drag it (the control) from the toolbox to the design window. It doesn't works !!! When I drag a HTML control from the toolbox it works but I need a standar control. ¿How can I insert one? Thank you Ignacio Rivera (Mexico)
First of all, make sure you are having an asp.net webpage (.aspx). Also, make sure you are dropping the control into the form runat="server" part of the page (if it is a master page or full web page, don't apply to web content forms).
______________________ Dominic Goulet FroggedSoft