Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not Able to See Web Form Controls In ASP Application in VB.NET

Status
Not open for further replies.

canary

Programmer
Mar 14, 2001
25
HK
I was doing some testing using the ASP Application under VB.NET and created some Web Form Controls. However, when I went to view the page both in IE and the .NET browse mode. The web controls did not appear. Could someone tell me what is happening here and what I need to do to remedy this.

I have checked that IIS is running etc..

Thanks!!!
 
Are the controls bound to a dataset? If they are, did you fill the dataset in the OnLoad event of the page?

Certain data bound web controls will not display if there is no data to display.

Hope this helps.

Glen Appleton

VB.Net student.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top