Forums

ASP

This topic is locked

Repeater <tag>

Posted 15 Dec 2003 13:09:55
1
has voted
15 Dec 2003 13:09:55 steven Macquoy posted:
Hi there,

I've made a simple driver order form for a company. The names of the drivers are from a msql db. For each driver there is a choice between Single or Volume license. I've made it witch one driver and apply a repeater tag on it. It works without the repeater, but whan i add the repeater tag it does everyting fine (i think) but i cant sent the form anymore with mail, the page doen't do enything??? Can someone help me? It's for my school's training. Thanks you all!

To see te page: nieuw.cit.be/pagesNL/contact/bestelformulier.aspx

The code: nieuw.cit.be/code.doc

Replies

Replied 15 Dec 2003 13:34:26
15 Dec 2003 13:34:26 steven Macquoy replied:
Back already...

The mail stuff works again, but the actions after te radio buttons do ...
<font color=blue>
--&gt; OnCheckedChanged="OptionSelectSingle"
--&gt; Sub OptionSelectSingle(sender As Object, e As System.EventArgs)
TotalePrijs = TotalePrijs + Drivers.FieldValue("PrijsSingle", Naam)
DriversString = DriversString & Drivers.FieldValue("DriverNaam", Naam) & " Single Licence"
End Sub</font id=blue>

Without repeater: It works
With "": String is empty???
Replied 16 Dec 2003 18:55:34
16 Dec 2003 18:55:34 steven Macquoy replied:
Nobody an idea how i can solve this?

Please.... <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>

Reply to this topic