Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > table and databinding

Reply
Thread Tools

table and databinding

 
 
Lamberti Fabrizio
Guest
Posts: n/a
 
      04-30-2004
Hi all,
in an html page I'm using databinding inside a table, but I'd like setting
datasrc runtime at window_on_load event.

I can do that using datasrc property of the table, but I can't update the
table inside the browser after I've set it.

If I use method firstPage() on object table I obtain an error.

Please help me.

I've defined my table in this way:

<table id="table1" datapagesize=4>
<TR>
<td>
<div DATAFLD="field1"></div>
</td>
</TR>
</table>

My datasrc id an XML island like this:

<xml id="dataTable">
<recordset>
<record>
<field1>1</field1>
</record>
<record>
<field1>2</field1>
</record>
<record>
<field1>3</field1>
</record>
</recordset>
</xml>










 
Reply With Quote
 
 
 
 
Hywel Jenkins
Guest
Posts: n/a
 
      04-30-2004
"Lamberti Fabrizio" <> wrote in message news:<c6t8ob$ftg$>...
> Hi all,
> in an html page I'm using databinding inside a table, but I'd like setting
> datasrc runtime at window_on_load event.
>
> I can do that using datasrc property of the table, but I can't update the
> table inside the browser after I've set it.
>
> If I use method firstPage() on object table I obtain an error.
>
> Please help me.
>
> I've defined my table in this way:



Post a URL to the entire page.

--
Hywel
 
Reply With Quote
 
 
 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      05-01-2004
(Hywel Jenkins) wrote:

> Post a URL to the entire page.


Presumably the OP doesn't want to get useful answers, since the question
was multiposted, at least here and alt.html.dhtml. Besides, it's
apparently not a question about HTML authoring for the WWW.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Databinding expressions are only supported on objects that have a DataBinding event jobs ASP .Net 0 09-25-2007 11:54 PM
Gridview encoding, or how to run commands before gridview's default databinding, or, how do I disable default databinding at all? Sergei Shelukhin ASP .Net 1 11-12-2006 01:43 PM
Table/table rows/table data tag question? Rio HTML 4 11-05-2004 08:11 AM
DataGrid Custom Column Error when DataBinding "does not contain a definition for 'DataBinding'" Earl Teigrob ASP .Net Datagrid Control 1 03-01-2004 04:52 AM
Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table. David Williams ASP .Net 2 08-12-2003 07:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57