Any simple way ? 

Thanks.



________________________________
From: Wilhelmsen Tor Iver <[email protected]>
To: "[email protected]" <[email protected]>
Sent: Thu, July 21, 2011 3:10:16 PM
Subject: RE: dynamic DataTable

> Since TextArea can contain any SELECT statement, Column names, count can  
>change 
>
> every time. So I need a dynamic table that is compatible to view  any SELECT 
> Statement result.

Since you appear to have no need for performing updates or inserts, try 
ditching 
the DataTable in favour of using nested repeaters over the ResultSetMetaData 
column info and ResultSet rows instead.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to