Click here to Skip to main content
15,909,953 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to upgrade Application Pool access? Pin
SalarSoft29-Jul-07 1:24
SalarSoft29-Jul-07 1:24 
AnswerRe: How to upgrade Application Pool access? Pin
SalarSoft29-Jul-07 19:29
SalarSoft29-Jul-07 19:29 
GeneralRe: How to upgrade Application Pool access? Pin
ballameharmurali29-Jul-07 20:35
ballameharmurali29-Jul-07 20:35 
QuestionParsing [modified] Pin
ksaw12329-Jul-07 0:30
ksaw12329-Jul-07 0:30 
AnswerRe: Parsing Pin
mr.mohsen29-Jul-07 1:50
mr.mohsen29-Jul-07 1:50 
QuestionGetting problem in FormView Control Pin
TSRK28-Jul-07 22:10
TSRK28-Jul-07 22:10 
AnswerRe: Getting problem in FormView Control Pin
mr.mohsen29-Jul-07 1:56
mr.mohsen29-Jul-07 1:56 
QuestionRepeater Pin
Assaf8228-Jul-07 21:34
Assaf8228-Jul-07 21:34 
Hello
This is My code:

<asp:Repeater ID="myRepeater" runat="server">
<HeaderTemplate>
<table border="2">
<tr>
<td colspan="5" height="30"><asp:Label runat="server" ID="LblName" Text="dddddddddd"></asp:Label></td>
</tr>
<tr>
<td>Grade Name</td>
<td>Institution Name</td>
<td>AcomplishesYear</td>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr>
<td><%#DataBinder.Eval(Container.DataItem, "GradeName")%></td>
<td><%#DataBinder.Eval(Container.DataItem, "InstitutionName")%></td>
<td><%#DataBinder.Eval(Container.DataItem, "AccomplishYearNum")%></td>
</tr>
</ItemTemplate>
</asp:Repeater>

what i want to do is to write instead "ddddddddddd" in the header a real Data comming from a Session?
it's mean how i can refer to this label in the repeater from the VB code

Confused | :confused: ("I want to say sorry to christin Garus I didn't get his point" if he can clarify it to me, thanks christian)

Thanks in advance



Assaf
AnswerRe: Repeater Pin
Vasudevan Deepak Kumar28-Jul-07 21:58
Vasudevan Deepak Kumar28-Jul-07 21:58 
QuestionRe: Repeater [modified] Pin
Assaf8228-Jul-07 22:17
Assaf8228-Jul-07 22:17 
AnswerRe: Repeater Pin
Christian Graus29-Jul-07 11:50
protectorChristian Graus29-Jul-07 11:50 
QuestionUser authenitcation using a database Pin
ASPnoob28-Jul-07 16:57
ASPnoob28-Jul-07 16:57 
AnswerRe: User authenitcation using a database Pin
Paul Conrad28-Jul-07 18:58
professionalPaul Conrad28-Jul-07 18:58 
GeneralRe: User authenitcation using a database Pin
ASPnoob28-Jul-07 19:17
ASPnoob28-Jul-07 19:17 
GeneralRe: User authenitcation using a database Pin
Paul Conrad28-Jul-07 19:26
professionalPaul Conrad28-Jul-07 19:26 
GeneralRe: User authenitcation using a database [modified] Pin
ASPnoob28-Jul-07 20:04
ASPnoob28-Jul-07 20:04 
GeneralRe: User authenitcation using a database Pin
Paul Conrad28-Jul-07 20:17
professionalPaul Conrad28-Jul-07 20:17 
QuestionRSS FEED Pin
Sarfaraj Ahmed28-Jul-07 16:45
Sarfaraj Ahmed28-Jul-07 16:45 
QuestionAdding header footer usercontrols [modified] Pin
TheEagle28-Jul-07 14:04
TheEagle28-Jul-07 14:04 
Questionadding and removing table rows dynamically [modified] Pin
jojoStoneHead28-Jul-07 7:14
jojoStoneHead28-Jul-07 7:14 
AnswerRe: adding and removing table rows dynamically [modified] Pin
wk63328-Jul-07 7:29
wk63328-Jul-07 7:29 
QuestionRe: adding and removing table rows dynamically Pin
jojoStoneHead28-Jul-07 8:14
jojoStoneHead28-Jul-07 8:14 
AnswerRe: adding and removing table rows dynamically Pin
wk63328-Jul-07 10:49
wk63328-Jul-07 10:49 
GeneralRe: adding and removing table rows dynamically Pin
jojoStoneHead28-Jul-07 11:09
jojoStoneHead28-Jul-07 11:09 
QuestionControl Type Pin
hadad28-Jul-07 4:50
hadad28-Jul-07 4:50 

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.