i tried to put a server-side control in my web form, when i view it in a browser the control did not appear. can somebody help me?
Printable View
i tried to put a server-side control in my web form, when i view it in a browser the control did not appear. can somebody help me?
open a command prompt.
goto the directory
winnt/microsoft.net/framework/v1.0.3705
then run aspnet_iisreg -i
that should do the trick.
(that may not be the exact exe name..but look for one that looks like that)
Put runat=server at the end in ur control.........
Regd,
Kumar