Click here to Skip to main content
15,917,321 members
Home / Discussions / C#
   

C#

 
GeneralRe: Passing an array of struct [modified] Pin
Gareth H25-Mar-08 9:07
Gareth H25-Mar-08 9:07 
GeneralRe: Passing an array of struct Pin
Jerry Graham25-Mar-08 9:36
Jerry Graham25-Mar-08 9:36 
GeneralRe: Passing an array of struct Pin
Jerry Graham25-Mar-08 10:58
Jerry Graham25-Mar-08 10:58 
GeneralRe: Passing an array of struct Pin
Guffa25-Mar-08 23:16
Guffa25-Mar-08 23:16 
GeneralRe: Passing an array of struct Pin
Jerry Graham26-Mar-08 13:27
Jerry Graham26-Mar-08 13:27 
GeneralRe: Passing an array of struct Pin
Guffa26-Mar-08 14:42
Guffa26-Mar-08 14:42 
GeneralAuthenticating Against Active Directory in Web App. Pin
dboy22125-Mar-08 7:44
dboy22125-Mar-08 7:44 
General***HELP** Get value from one of the following - Datalist/GridView/Repeater/Formview etc Pin
DoubleDiamond25-Mar-08 7:22
DoubleDiamond25-Mar-08 7:22 
Hi All

Have spent all day trying to extract data from any one of the ready made containers that are easily bound to a SQL source without any success, this has been extremely frustrating.

I would really appreciate some help and a very simple step by step explanation of how to resolve this issue.

This is what I am trying to achieve - Steps 3 & 4 are not a problem.

Step1, Get 1 value from a container (bs_bond_price)

Step2, Stuff the value into a local variable

Step3, Get 1 value from a user textbox external to the container

Step4, Multiply value 1 by value 2 and show in a label

Example
----------------------------------------------------------------------------------
<asp:DataList ID="DataList1" runat="server" DataKeyField="bs_bond_price" DataSourceID="test"
Style="z-index: 108; left: 16px; position: absolute; top: 394px" OnSelectedIndexChanged="DataList1_SelectedIndexChanged">
<ItemTemplate>
bs_bond_price:
<asp:Label ID="bs_bond_priceLabel" runat="server" Text='<%# Eval("bs_bond_price") %>'></asp:Label><br />
<br />
</ItemTemplate>
</asp:DataList>
------------------------------------------------------------------------------------

I would really appreciate some help

many thanks in advance

Regards
DD

modified on Tuesday, March 25, 2008 1:47 PM

GeneralRe: ***HELP** Get value from one of the following - Datalist/GridView/Repeater/Formview etc Pin
Christian Graus25-Mar-08 10:21
protectorChristian Graus25-Mar-08 10:21 
GeneralRe: ***HELP** Get value from one of the following - Datalist/GridView/Repeater/Formview etc Pin
DoubleDiamond25-Mar-08 10:57
DoubleDiamond25-Mar-08 10:57 
GeneralRe: ***HELP** Get value from one of the following - Datalist/GridView/Repeater/Formview etc Pin
Christian Graus25-Mar-08 11:02
protectorChristian Graus25-Mar-08 11:02 
GeneralRe: ***HELP** Get value from one of the following - Datalist/GridView/Repeater/Formview etc Pin
DoubleDiamond25-Mar-08 11:24
DoubleDiamond25-Mar-08 11:24 
GeneralRe: ***HELP** Get value from one of the following - Datalist/GridView/Repeater/Formview etc Pin
Christian Graus25-Mar-08 11:42
protectorChristian Graus25-Mar-08 11:42 
AnswerRe: ***HELP** Get value from one of the following - Datalist/GridView/Repeater/Formview etc Pin
DoubleDiamond25-Mar-08 12:50
DoubleDiamond25-Mar-08 12:50 
QuestionHttpWebRequest : get all sub request of a particular URL Pin
Baro25-Mar-08 7:15
Baro25-Mar-08 7:15 
GeneralRe: HttpWebRequest : get all sub request of a particular URL Pin
K.L.K7-Apr-08 14:37
K.L.K7-Apr-08 14:37 
GeneralEnvironment.Exit(); Pin
Harvey Saayman25-Mar-08 6:32
Harvey Saayman25-Mar-08 6:32 
GeneralRe: Environment.Exit(); Pin
J4amieC25-Mar-08 6:47
J4amieC25-Mar-08 6:47 
JokeRe: Environment.Exit(); Pin
Luc Pattyn25-Mar-08 7:50
sitebuilderLuc Pattyn25-Mar-08 7:50 
GeneralRe: Environment.Exit(); Pin
Gareth H25-Mar-08 6:47
Gareth H25-Mar-08 6:47 
GeneralRe: Environment.Exit(); Pin
PIEBALDconsult25-Mar-08 7:29
mvePIEBALDconsult25-Mar-08 7:29 
GeneralRe: Environment.Exit(); Pin
Luc Pattyn25-Mar-08 7:41
sitebuilderLuc Pattyn25-Mar-08 7:41 
GeneralRe: Environment.Exit(); Pin
PIEBALDconsult25-Mar-08 9:36
mvePIEBALDconsult25-Mar-08 9:36 
GeneralRe: Environment.Exit(); Pin
Luc Pattyn25-Mar-08 13:54
sitebuilderLuc Pattyn25-Mar-08 13:54 
GeneralRe: Environment.Exit(); Pin
PIEBALDconsult25-Mar-08 14:36
mvePIEBALDconsult25-Mar-08 14:36 

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.