Click here to Skip to main content
15,895,084 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Posting data automatically Pin
Tunde Ajibawo22-Mar-05 0:02
Tunde Ajibawo22-Mar-05 0:02 
GeneralRe: Posting data automatically Pin
Anonymous22-Mar-05 10:38
Anonymous22-Mar-05 10:38 
GeneralRe: Posting data automatically Pin
Tunde Ajibawo22-Mar-05 22:12
Tunde Ajibawo22-Mar-05 22:12 
GeneralRe: Posting data automatically Pin
kutz923-Mar-05 10:49
kutz923-Mar-05 10:49 
Generalcheck for valid email ID Pin
OnlyMahesh20-Mar-05 5:29
OnlyMahesh20-Mar-05 5:29 
GeneralRe: check for valid email ID Pin
alex.barylski20-Mar-05 8:42
alex.barylski20-Mar-05 8:42 
Generalhelp in datasets in dreamweaver mx Pin
bizjosh20-Mar-05 2:39
bizjosh20-Mar-05 2:39 
GeneralRe: help in datasets in dreamweaver mx Pin
kutz920-Mar-05 15:46
kutz920-Mar-05 15:46 
What you can do is to create a repeated region which loops through the dataset adding the appropriate code.

Go to Insert -> Application Objects - > Repeating region.

You can set the number of repeats for this region. Also, you can set a datasource for it. This means that each time the region repeats it will navigate to the next row in your table.

Will look similar to below
Ie ASP:Repeater runat="server" DataSource='<%# MyDsTable.DefaultView %>

Within this region, place the code that you'd like to see repeated.
<br />
Ie.      <tr><td> <%# MyDsTable.FieldValue("Field1", Container) %></td><br />
             <td> <%# MyDsTable.FieldValue("Field2", Container) %></td><br />
         </tr><br />

This will create a new row for your table for each record in the dataset for however many times you repeat that region.

Make sense?

_____________________
Don't take out the Magic Pen,
Don't draw on the Infinity Board

- Neil Young
GeneralRe: help in datasets in dreamweaver mx Pin
bizjosh23-Mar-05 1:37
bizjosh23-Mar-05 1:37 
GeneralASP Session Variables Lost IIS 6.0 Pin
Purple Monk17-Mar-05 23:20
Purple Monk17-Mar-05 23:20 
GeneralRe: ASP Session Variables Lost IIS 6.0 Pin
kutz920-Mar-05 15:50
kutz920-Mar-05 15:50 
GeneralRe: ASP Session Variables Lost IIS 6.0 Pin
Purple Monk21-Mar-05 5:07
Purple Monk21-Mar-05 5:07 
GeneralRe: ASP Session Variables Lost IIS 6.0 Pin
Richard Deeming8-Apr-05 9:00
mveRichard Deeming8-Apr-05 9:00 
Questionstart weblogic as a service?? Pin
kar_171217-Mar-05 19:37
kar_171217-Mar-05 19:37 
Generalcheckboxes with random records Pin
Shrex17-Mar-05 11:49
Shrex17-Mar-05 11:49 
GeneralRe: checkboxes with random records Pin
Yulianto.17-Mar-05 15:18
Yulianto.17-Mar-05 15:18 
GeneralWeb Application limit on IIS 6.0 Pin
Asad Hussain17-Mar-05 11:35
Asad Hussain17-Mar-05 11:35 
GeneralMicrosoft.Jet.OLEDB.4.0 vs. Microsoft Access Driver Pin
mjay200417-Mar-05 4:19
mjay200417-Mar-05 4:19 
GeneralRe: Microsoft.Jet.OLEDB.4.0 vs. Microsoft Access Driver Pin
Nino_119-Mar-05 7:47
Nino_119-Mar-05 7:47 
GeneralWebsite Forums Pin
exhaulted16-Mar-05 21:04
exhaulted16-Mar-05 21:04 
GeneralRe: Website Forums Pin
raouls17-Mar-05 23:14
raouls17-Mar-05 23:14 
GeneralOracle 9i Pin
rapace16-Mar-05 14:19
rapace16-Mar-05 14:19 
GeneralRe: Oracle 9i Pin
JKroschel21-Mar-05 7:28
JKroschel21-Mar-05 7:28 
GeneralTrap window close event for all kinds of browsers Pin
GoldenStar16-Mar-05 1:19
GoldenStar16-Mar-05 1:19 
GeneralRe: Trap window close event for all kinds of browsers Pin
Ted Ferenc16-Mar-05 22:02
Ted Ferenc16-Mar-05 22:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.