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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Beginner ASP.Net question

Status
Not open for further replies.

rchrch

Programmer
Joined
Jan 24, 2007
Messages
1
Location
US
I'm a long time VBScript/Javascript/VB/VBA programmer just starting out learning .Net. I'm using Visual Basic Express Web Designer. I've set up a small SQL database with some simple tables, and I've added a DetailsView control to a page based on a data source that goes to one of the tables. I can see the fields in the designer window but when I do "view in browser", nothing shows up. I can do a response.write("hello world") and I see that, but when I do view source there is no sign of the details view at all. What am I missing?

TIA

Rob
 
ASP.NET forum is forum855 !

Make sure that you have the control bound correctly. Also, the asp is a server side language. In the 'view source' you will only see the result of the response.write()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top