I do not know of any easy way to do this.
You will have to dynamically delete the <th> and <td>'s etc which are html tags.
You can intercept it in the onbeforehtmloutput event and modify the html output 
yourself and that is a lot of difficult to understand code.
You can search for the <th>xxx and delete that.
If you always display something like <td>remove</td> or <td></td> for the data of the 
column you want to delete you can search for all that and remove them.

My suggestion is if this is only one page just have two different page and load the 
one you want depending on 5 or 6 columns.


"Murali " <[EMAIL PROTECTED]> wrote:
>>Hi,>>We have a requirement in our project to display a HTML> table with varying
         number (6 in one case, 5 in another) of columns. >We are using CSpRepeated in 
our
         html page. We did not find any>method to add a column at runtime.>>Or is it 
possible
         to hide or delete one of the columns in the CspRepeated.>Is it possible to 
get a
         handle to the html table header (<TH> tag) ?> We want to change the 
columnspan at
         runtime.>>Thanks in advance for your help.>>Murali>>
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to