|
-
Jan 10th, 2003, 01:03 PM
#1
Thread Starter
Member
help pls
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
-
Jan 10th, 2003, 02:13 PM
#2
It sounds like the page is not being interpreted.
View source on the page in your browser. Are the ASP: Tags showing?
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
Jan 10th, 2003, 02:14 PM
#3
Lord Rat your response of
C:\Windows Directory\Microsoft.Net\Framework\v1.0.3705
and type
aspnet_regiis -i
fixes this also.
-
Jan 10th, 2003, 02:18 PM
#4
If indeed, this is the case.
It could just be user error (Silly I know)
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
Jan 10th, 2003, 02:20 PM
#5
The fact that the label works, but the others dont pretty much seals that as the fix. that is the usual behaviour.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|