Click here to Skip to main content
15,924,452 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to toggle context menu Pin
Chatura Dilan30-Mar-06 16:18
Chatura Dilan30-Mar-06 16:18 
GeneralRe: thanks a lot(how to toggle context menu) Pin
wilde30-Mar-06 16:33
wilde30-Mar-06 16:33 
GeneralRe: thanks a lot(how to toggle context menu) Pin
Chatura Dilan30-Mar-06 16:58
Chatura Dilan30-Mar-06 16:58 
AnswerRe: ASP.net Projects Integeration. Pin
CWIZO29-Mar-06 21:00
CWIZO29-Mar-06 21:00 
Questionsent message Pin
vivayor kong29-Mar-06 20:20
vivayor kong29-Mar-06 20:20 
Questionvb.net 2005 Pin
vivayor kong29-Mar-06 19:51
vivayor kong29-Mar-06 19:51 
AnswerRe: vb.net 2005 Pin
J4amieC30-Mar-06 3:24
J4amieC30-Mar-06 3:24 
Questionrepeater Pin
manisahmuhamed29-Mar-06 17:06
manisahmuhamed29-Mar-06 17:06 
hi all...

i hav problems wif repeater function...d situation is...i hav a repeater where the user can input values which is in currency format (e.g. 20.00) by using the textbox..

Blush | :O d coding ( inside the repeater at <ItemTemplate> )Blush | :O :

<td class="t_row" align="center">&nbsp;
<asp:TextBox id="txtRealAmt" runat="server"></asp:TextBox>
</td>

there's a calculate button which is also created inside the repeater itself

Blush | :O d coding :

<FooterTemplate>
<tr>
<th class="t_footer">
</th>
<th class="t_footer">
</th>
<th class="t_footer">
</th>
<th class="t_footer">
<asp:Button ID="btnCalc" CssClass="btn" Runat="server" CommandName="Calc" Text="Calculate"></asp:Button>
</th>
</tr>
</TABLE>
</FooterTemplate>

n d real problem is...how to calculate the total values which is entered by the user when the calculate button is click..the total values will be put at the textbox which is not in the repeater

hopefully u guyz can help me to solve dis prob..

tq

mada mada dane
AnswerRe: repeater Pin
J4amieC30-Mar-06 3:23
J4amieC30-Mar-06 3:23 
Questioncombo box Pin
cupid_nex29-Mar-06 16:10
cupid_nex29-Mar-06 16:10 
AnswerRe: combo box Pin
Christian Graus29-Mar-06 17:24
protectorChristian Graus29-Mar-06 17:24 
AnswerRe: combo box Pin
jcrussell2-Apr-06 19:18
jcrussell2-Apr-06 19:18 
Questionsend email from localhost to webmail Pin
besah29-Mar-06 15:57
besah29-Mar-06 15:57 
AnswerRe: send email from localhost to webmail Pin
prokleta_nedelja29-Mar-06 18:28
prokleta_nedelja29-Mar-06 18:28 
GeneralRe: send email from localhost to webmail Pin
Swammingo30-Mar-06 0:24
Swammingo30-Mar-06 0:24 
QuestionTree View of XML Data Pin
u1119029-Mar-06 14:33
u1119029-Mar-06 14:33 
GeneralAnswer - how to stop running when form close Pin
Chatura Dilan29-Mar-06 13:54
Chatura Dilan29-Mar-06 13:54 
QuestionLinking two programs Pin
Khomeini29-Mar-06 12:58
Khomeini29-Mar-06 12:58 
AnswerRe: Linking two programs Pin
jcrussell29-Mar-06 15:24
jcrussell29-Mar-06 15:24 
QuestionLinking two programs Pin
Khomeini29-Mar-06 12:21
Khomeini29-Mar-06 12:21 
AnswerRe: Linking two programs Pin
Steve Pullan29-Mar-06 12:47
Steve Pullan29-Mar-06 12:47 
QuestionArguments "%1" and other... Not urgent :) Pin
FeRtoll29-Mar-06 10:13
FeRtoll29-Mar-06 10:13 
AnswerRe: Arguments &quot;%1&quot; and other... Not urgent :) Pin
Joshua Quick29-Mar-06 15:03
Joshua Quick29-Mar-06 15:03 
GeneralRe: Arguments "%1" and other... Not urgent :) Pin
FeRtoll29-Mar-06 22:44
FeRtoll29-Mar-06 22:44 
GeneralRe: Arguments "%1" and other... Not urgent :) Pin
Steve Pullan30-Mar-06 11:53
Steve Pullan30-Mar-06 11:53 

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.