Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanna retrieve data from coding file design file...

Actually i have an templete..

In some places i want retrieve some data from sql server.. So that i create one C# project..
I retrieve everything to dataset..
Now i wanna show in design page from dataset..

Is there any solution...
Can anyone help me out please...


Thank you
Ramesh Naidu.M
Posted

Your question is not quite clear, but it looks like you want to show your dataset data in UI.

Use DataGridView or Listview or any other dataset bound control that can represt your data in UI.
 
Share this answer
 
But there is an design is different..

Is there any option like to bring coding file to design file..

Suppose
I have an data in dataset field like 'dataset.tables(0).rows(0).item("Username")'.

Can i use the same thing in design page..
 
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