Web.UI.WebControl.Table Control

  • Thread starter Thread starter Sonu.NET
  • Start date Start date
S

Sonu.NET

How to sort Web.UI.WebControl.Table Control in asp.net? Please provide a
sample using vb.net!

Thanks,
XD
 
create a DataTable object iterating thru all rows in Table control and
do a sort on DataTable
 
Could you please give me an example?

dotnet dude said:
create a DataTable object iterating thru all rows in Table control and
do a sort on DataTable
 
I have never used Table Control. Post code how you populating the
control.
 

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