Help, Visual Studio 2010 Express

sanoob.tv

Dr.gB
i Have a simple qstn

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
 

Zangetsu

I am the master of my Fate.
Re: Help,Visual studio 2010 Exprss

i Have a simple qstn

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".
 
Top Bottom