Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Browsers / Internet Explorer / April 2004



Tip: Looking for answers? Try searching our database.

table and databinding

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lamberti Fabrizio - 30 Apr 2004 09:41 GMT
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>
Bob Barrows - 30 Apr 2004 12:14 GMT
Please don't multipost. You should start by posting to a single group. If
you are not sure which group you should post to, you should still post to a
single group.

If you are really determined to post to several groups, create a single
message with the names of all the groups to which you wish to post in the To
field. Post it once. This is called crossposting and is preferable to
multiposting, because replies in one group will show up in all the groups to
which you posted the message.

Bob Barrows
Signature

Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.