How can i get DataSource property & Databind method of HTML Table.
Do i have to make a new control for it? if yes then how can i do this.

Recommended Answers

All 4 Replies

Any particular reason you're using an HTML table?

Why don't you use a gridview to display the results from a datasource?

>How can i get DataSource property & Databind method of HTML Table.

No!

Hey CrappyCoder thanx for advice.
But I have to bind more than 100 grids & it will create so much load on page as Gridview control is a heavy control.
So i am thinking of light control and that is HTML table.

Bind more than 100 Grids - Are you displaying these all simultaneously (which would be highly inadvisable and downright madness)

Why not use a couple of placeholders and load the datagrid dynamically as and when the need arises.

Better still, let us know what you're trying to achieve and we may be able to point you in the right direction

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.