hi,
i'm new to .NET. i'm having w2k prof. i tried a sample in asp.net with a button, label and textbox. while i view in browser only the label is displayed not the other controls. is there any problems with the server
regards
venkat :)
Printable View
hi,
i'm new to .NET. i'm having w2k prof. i tried a sample in asp.net with a button, label and textbox. while i view in browser only the label is displayed not the other controls. is there any problems with the server
regards
venkat :)
It sounds like the page is not being interpreted.
View source on the page in your browser. Are the ASP: Tags showing?
Lord Rat your response of
fixes this also.Quote:
C:\Windows Directory\Microsoft.Net\Framework\v1.0.3705
and type
aspnet_regiis -i
If indeed, this is the case.
It could just be user error ;) (Silly I know)
The fact that the label works, but the others dont pretty much seals that as the fix. that is the usual behaviour.
;)