Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
After retrive the data using the following code how should I fill data in (ds) in my textbox?
Posted

Wow! Inisible code! Can you make it visible for a moment so that we too can have a look at it?
 
Share this answer
 
Comments
Member 9682127 3-Jan-13 8:06am    
But if I want to display this data in textboxes the what should I do
Zafar Sultan 3-Jan-13 8:09am    
Oh dear. What is wrong with you? Which data? What code? Your question does not make any sense at all. Provide the code you are working on and then ask question. We are ready to help but only if you help us understand your problem.
if you want to display data from ds to your textbox then simply use below code

its shows first row and column value

Vb.net code..

Textbox.Text = ds.Tables(0).Rows(0).Item(0).ToString

Let me know if any query for above :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900