| | |
Display data in separate controls (SQL)
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
•
•
I'm creating a web application in VB.NET 2003 that connects to a SQL database... how do I display the data in separate controls (TextBoxes, labels, etc) instead of in a data grid?
Thanks,
Windows 3.11
For example when you retrieve data from sql to your dataset by passing the parameters from your webapplication. You retrieve the data in a dataset.. Then all you have to do is bind the data into a textbox or lablel as you wish..
if its a dropdownlist box it goes like this
listbox.datasource = (datasetname)
listbox.databind()
There is just two ways to live your life.
One is as though nothing is a miracle.
The other is as if everything is.
One is as though nothing is a miracle.
The other is as if everything is.
![]() |
Similar Threads
- display data in crystal report using vb (Visual Basic 4 / 5 / 6)
- how to display data from db (VB.NET)
- Bind data to controls (SQL) (ASP.NET)
- Horizontal display of data on Repeater control in asp.net (ASP.NET)
- SQL Queries/Report (MS SQL)
- How to send an action to servlet through hyperlink and display the data on to jsp. (JSP)
- ASP display data in 3 col & rows using CSS layout (ASP)
Other Threads in the VB.NET Forum
- Previous Thread: vb.net + mysql + backup
- Next Thread: How to free resources for other processes
| Thread Tools | Search this Thread |
.net .net2008 2008 access add advanced application array assignment basic beginner box browser button buttons center click code combo cpu cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic editvb.net employees excel exists fade filter forms html images isnumericfuntioncall listview map mobile module msaccess mssqlbackend mysql net number objects open pan panel pdf picturebox picturebox2 port position print printing printpreview record regex reuse right-to-left save search serial settings shutdown socket sorting sqldatbase sqlserver storedprocedure survey temp temperature textbox timer timespan transparency txttoxmlconverter usercontol vb vb.net vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web winforms wpf wrapingcode xml year






