• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Nested Datatable problem

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Situation:-

There is an outermost Datatable named Vehicles(Which has Cars, Trucks) as its rows.Now 'Cars' row has another Datatable called 'Category'(which has say.. SUV,sedan etc).Now for every SUV (and se dan)there is another Datatable say 'Machines'whose rows are say (Endeavour, Scorpio).

Just like 'Machines', there can be more datatables , may be to say sedan.

All of them are dynamically generated


The question i intend to ask is how i can i bind the a specific inner most datatable 'Machines' or get its reference to an HtmlDatatTable variable?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic