Click here to Skip to main content
15,910,083 members
Home / Discussions / C#
   

C#

 
Generalsoap wse Pin
jeffjf29-Sep-04 7:17
jeffjf29-Sep-04 7:17 
GeneralRe: soap wse Pin
Heath Stewart29-Sep-04 7:49
protectorHeath Stewart29-Sep-04 7:49 
GeneralRe: soap wse Pin
jeffjf30-Sep-04 0:18
jeffjf30-Sep-04 0:18 
GeneralRe: soap wse Pin
Heath Stewart30-Sep-04 5:30
protectorHeath Stewart30-Sep-04 5:30 
GeneralOutput is the same for datagrid itemtemplate. Pin
macsgirl29-Sep-04 6:38
macsgirl29-Sep-04 6:38 
GeneralOutput is the same for datagrid itemtemplate. Pin
macsgirl29-Sep-04 6:37
macsgirl29-Sep-04 6:37 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
leppie29-Sep-04 7:04
leppie29-Sep-04 7:04 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
macsgirl29-Sep-04 7:17
macsgirl29-Sep-04 7:17 
Exactly how do I go about doing that?I tried to post the code here so you could see it but I couldnt get it to load up right that is why its posted twice.I know you are right that I have to create and alias but how? If you can help please send and email to mcupryk@sun.net.bb .


<code><ItemTemplate>
<asp:Label Text='<%#
Convert.ToString(DataBinder.Eval(Container.DataItem,
"DESCRIPTION")) %>' Runat="server" ID="lblSTORE">
</asp:Label>
</ItemTemplate>

<ItemTemplate>
<asp:Label Text='<%#
Convert.ToString(DataBinder.Eval(Container.DataItem,
"DESCRIPTION")) %>' Runat="server" ID="lblACCESSLEVEL">
</asp:Label>
</ItemTemplate></code>

And I get the STORE NAME for both outputs.

Because DESCRIPTION is the same in the datagrid can you help me.

Thank you.

The tables

TBSTORES (STORESID, DESCRIPTION),
TBACCESSLEVELS (ACCESSLEVELID, DESCRIPTION).
GeneralRe: Output is the same for datagrid itemtemplate. Pin
Heath Stewart29-Sep-04 7:52
protectorHeath Stewart29-Sep-04 7:52 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
macsgirl29-Sep-04 8:01
macsgirl29-Sep-04 8:01 
GeneralRe: Output is the same for datagrid itemtemplate. Pin
Heath Stewart29-Sep-04 8:34
protectorHeath Stewart29-Sep-04 8:34 
GeneralPeculiar Behavior in IEExec Pin
Tom Larsen29-Sep-04 6:37
Tom Larsen29-Sep-04 6:37 
GeneralRe: Peculiar Behavior in IEExec Pin
Heath Stewart29-Sep-04 8:19
protectorHeath Stewart29-Sep-04 8:19 
GeneralRe: Peculiar Behavior in IEExec Pin
Tom Larsen29-Sep-04 10:39
Tom Larsen29-Sep-04 10:39 
GeneralRe: Peculiar Behavior in IEExec Pin
Heath Stewart29-Sep-04 10:58
protectorHeath Stewart29-Sep-04 10:58 
GeneralFileNotFoundException for dll reference in project Pin
kayhustle29-Sep-04 6:15
kayhustle29-Sep-04 6:15 
GeneralRe: FileNotFoundException for dll reference in project Pin
Colin Angus Mackay29-Sep-04 6:30
Colin Angus Mackay29-Sep-04 6:30 
GeneralRe: FileNotFoundException for dll reference in project Pin
kayhustle29-Sep-04 13:23
kayhustle29-Sep-04 13:23 
Generalplease any body help me with this memory problem Pin
tifa29-Sep-04 5:51
tifa29-Sep-04 5:51 
GeneralRe: please any body help me with this memory problem Pin
Dave Kreskowiak29-Sep-04 6:09
mveDave Kreskowiak29-Sep-04 6:09 
GeneralRe: please any body help me with this memory problem Pin
kayhustle29-Sep-04 6:12
kayhustle29-Sep-04 6:12 
GeneralRe: please any body help me with this memory problem Pin
tifa29-Sep-04 8:26
tifa29-Sep-04 8:26 
GeneralMonthCalendar problem Pin
Gavin Jeffrey29-Sep-04 4:42
Gavin Jeffrey29-Sep-04 4:42 
GeneralRe: MonthCalendar problem Pin
Nick Parker29-Sep-04 5:23
protectorNick Parker29-Sep-04 5:23 
GeneralRe: MonthCalendar problem Pin
Stefan Troschuetz29-Sep-04 5:23
Stefan Troschuetz29-Sep-04 5:23 

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.