Web.UI.Webcontrols.Table to GridView1

  • Thread starter Thread starter XD
  • Start date Start date
X

XD

How to bind web.UI.webcontrols.Table in asp.net 2.0 to a DataView1?
Please provide an example.

Thanks,

___________________________________________________
NOTE
==============================================
No it is not datatable. It is normal web.UI.webcontrols.Table
I want to view the data in gridview1 than a table.
==============================================
 
Yes, The data comes in different fields not in RS so I have to shove it into
a table. or if you have any idea how to transform a Gridview with any data
like -

A1 B1 C1
A2 B2 C2
A3 B3 C3

I mean with any data!!! I want to have rows and columns filled with
information into a GridView1. Currently it is formed in a normal Table!

Thanks
 

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

Back
Top