Poppy-MarieJ
New Member
Hi, I created a new ASP.net Web Application and I tried to add a button from the Web Form toolbox, but when I run it, the controls do not show up. Does anyone know what the problem could be? ThanksMake sure that your button has the attribute runat="server" within its tag. Anytime controls don't show up for me, it's always because I've forgotten to type that in.