when creating an asp.net webpage in visual studio 2005,if we want to set a button to "runat="server"" the option is available jst by right clicking the button.
bt i cant find the same in Visual studio 2010,xan anyone tell how to set a button to "runat="server"" in visual studio 2010
Advertisements. Register and be a member of the community to get rid of them.
when creating an asp.net webpage in visual studio 2005,if we want to set a button to "runat="server"" the option is available jst by right clicking the button.
bt i cant find the same in Visual studio 2010,xan anyone tell how to set a button to "runat="server"" in visual studio 2010
hello,
in visual studio 2005 there is no direct option to set the runat="server".
when u drag & drop a button control(or any asp.net server control) it automatically generates the runat="server" tag.
if u r manually typing the asp button tag then intellisense give the option of
runat="server".
__________________
I'm the One you've been Waiting for...