|
Home > Archive > microsoft.public.cert.mct > August 2003 > Please help with ASP.NET
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Please help with ASP.NET
|
|
| Keith McDonald 2003-06-19, 5:24 pm |
| Hello all intelligent MCTs. I have a tech question.
When I am using ASP.NET and I drag and drop a button or a
list box on the page and try to browse it the page blank.
I have no build errors it just will not let my buttons,
listbox, texboxes show in the browser the page is just
constantly blank. For some reason the controls I add to my
page cannot be viewed by the browser. What am I doing
wrong? I it some databinding code I should be adding to
the controls. I don't have this problem when I am building
Windows forms. Also, I have the view state set to true.
Keith McDonald
..
| |
| Jeff Morey 2003-08-11, 11:26 am |
| You need to check a few things:
1 - Can you run normally, ie not in debug mode?
2 - Can you see the normal HTML controls?
If you can see the HTML controls and not see the WebForm Controls you may
need to reregister the WebForm controls. You need to double check (because
it has been a while since I had this problem) and you may need to run
aspnet_regiis.exe. I am not 100% sure this is the program, and I had the
same problem and I found the recommendation on the web and re hooked up the
webserver and asp.net.
"Keith McDonald" <km@msn.com> wrote in message
news:050001c336ad$e5f1b150$a30
1280a@phx.gbl...
> Hello all intelligent MCTs. I have a tech question.
> When I am using ASP.NET and I drag and drop a button or a
> list box on the page and try to browse it the page blank.
> I have no build errors it just will not let my buttons,
> listbox, texboxes show in the browser the page is just
> constantly blank. For some reason the controls I add to my
> page cannot be viewed by the browser. What am I doing
> wrong? I it some databinding code I should be adding to
> the controls. I don't have this problem when I am building
> Windows forms. Also, I have the view state set to true.
>
> Keith McDonald
> .
>
>
|
|
|
|
|