Invisible WebForm Server controls in ASP.NET form - H E L P !

  • Thread starter Thread starter tommy
  • Start date Start date
T

tommy

hello,

i build a asp.net webform with some controls(textbox, button) and a
few asp-radiobuttons....

if i start the site, all is running perfectly...

but if i view this site from a other computer, the radiobuttons are
not there or invisible...

i test it from a view computer, they have visual studio.net installed
or not- it dosn´t matter

from the computer, i developed the site-- its running!!!!


how to fix this failure??

thanks a lot for helping

best regards

tommy
 
Check to see if IE has been set to work offline. If it has set IE
Connections options to Never dial a connection. With this
setting IE will not attempt to connect because IE assumes the internet
connection
is already in place.

Is the radiobutton the only control that does not show up on the page?

Thank you,
John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
hi john,

my ie-settings are ok.

yes, the radiobutton is the only control, that does not show up the
page. in "soruce"-text, the html-code for radiobutton is allready
written in the document....

best regards



----------------------------------------
HangulHanjaFastConversion-Eigenschaft

True if Microsoft Word automatically converts a word with
only one suggestion during conversion between hangul
and hanja. Read/write Boolean.
 
What other controls do you have on the form? Are there any other server
side webform controls?
Thank you,
John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
hello john,

thank you very much for your strive...

it was a little distorted, but i find the failure yesterday evening....

on this form, i have an iframe....
after the iframe, the radiobuttons should display

it was the iframe -- he hide the radiobuttons

now, i move the radiobuttons more down, and all its fine

....embarrassingly......

but thank you
best regards


rasta


----------------------------------------
HangulHanjaFastConversion-Eigenschaft

True if Microsoft Word automatically converts a word with
only one suggestion during conversion between hangul
and hanja. Read/write Boolean.
 
I am glad you found the issue. Good luck with the rest of your development.
Thank you,
John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Back
Top