Bind textbox to datasource with single row

davebhoy

Active member
Joined
Aug 22, 2006
Messages
26
Programming Experience
1-3
Hi there

I really hope someone can help me here as I'm a newcomer to vb.net and asp.net.

I am developing a web application in VS 2005 and I have created an access datasource on a form that returns a single row of data with 5 fields.

What I want to do is return the five fields in five different textboxes so that I can then use the textbox.text values as parameters in other queries.

Thanks in advance (Please help!)

Dave
 
Back
Top