Server Control problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everybody!

I am facing one strange problem with my asp.net application. I have created an asp.net web application, in which I added only one web form. In this web form I have placed some server controls like text box, validation control, dropdown box. Every thing works fine in design time, means I am able to set/get property for these controls. But when I try to view my webform in browser(IE 6.0) any of my server control is not displaying. I dont know why its happening? Can anybody guide me how to solve this!

Thanks in advance.
Shail.
 
Are you looking at the right page? Do you get any errors?

--
Abdellah Elamiri
..net Developer
Efficacy through simplicity
Shailesh said:
Hello everybody!

I am facing one strange problem with my asp.net application. I have
created an asp.net web application, in which I added only one web form. In
this web form I have placed some server controls like text box, validation
control, dropdown box. Every thing works fine in design time, means I am
able to set/get property for these controls. But when I try to view my
webform in browser(IE 6.0) any of my server control is not displaying. I
dont know why its happening? Can anybody guide me how to solve this!
 
Back
Top