Text box

A

anonymous

I have the following dataset I am trying to dynamically
generate text boxes
based on a dataset results.
How do I do this?
Dim myReader As DataSet = SqlHelper.ExecuteDataset
(ConfigurationSettings.AppSettings("DBConnInfo"),
CommandType.StoredProcedure, "Details", storedParams)
 
S

Scott Mitchell [MVP]

anonymous said:
I have the following dataset I am trying to dynamically
generate text boxes
based on a dataset results.
How do I do this?
Dim myReader As DataSet = SqlHelper.ExecuteDataset
(ConfigurationSettings.AppSettings("DBConnInfo"),
CommandType.StoredProcedure, "Details", storedParams)

Could you clarify your question a bit? Are you wanting to display this
data in a DataGrid, where a certain column (or columns) in the DataGrid
are displayed as TextBoxes with the data from their respective DataSet
columns as the Text of the TextBoxes?

???


--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com
http://www.ASPFAQs.com
http://www.ASPMessageboard.com

* When you think ASP, think 4GuysFromRolla.com!
 
A

anonymous

I wanted to dispay the data in text boxes, not in a grid.
The text boxed I would like dynamicly created based on a
results from dataset.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top