Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi,

eg: dataset table like


columnname | columntype
-----------------------
Billno     | number

bill date  | date

code       |  string




this data set data table has to display like

UI
---

Billno     textbox

Bill date  textbox

code       textbox

   
    Button
Posted
Comments
[no name] 27-Nov-14 0:01am    
What is you objective ?
murkalkiran 27-Nov-14 2:01am    
Be clear my friend

1 solution

Hi,

I hope you are like to make a table columns as a input fields for your Form.

My suggestion is you can use the DetailsView for it.

Currently i don't have a example code with me. however you can go through the below link to get a basic idea.


http://msdn.microsoft.com/en-us/library/sdba1d59(v=vs.90).aspx[^]

Thank you.
 
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