Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Fast Loading Web page Pin
Ravi Mori1-Apr-09 23:52
Ravi Mori1-Apr-09 23:52 
AnswerRe: Fast Loading Web page Pin
indian222-Apr-09 1:48
indian222-Apr-09 1:48 
QuestionValidatorCalloutExtender not working in asp.net 3.0 version Pin
Deepml1-Apr-09 23:19
Deepml1-Apr-09 23:19 
AnswerRe: ValidatorCalloutExtender not working in asp.net 3.0 version Pin
Dev S1-Apr-09 23:47
Dev S1-Apr-09 23:47 
GeneralRe: ValidatorCalloutExtender not working in asp.net 3.0 version Pin
Deepml2-Apr-09 0:40
Deepml2-Apr-09 0:40 
QuestionEval(sesion[key]) Pin
TALHAKOSEN1-Apr-09 22:53
TALHAKOSEN1-Apr-09 22:53 
AnswerRe: Eval(sesion[key]) Pin
anilpal1-Apr-09 23:11
anilpal1-Apr-09 23:11 
GeneralRe: Eval(sesion[key]) Pin
TALHAKOSEN1-Apr-09 23:23
TALHAKOSEN1-Apr-09 23:23 
Thanks for your reply,

.aspx file
ItemTemplate
Label ID="Label1" runat="server" text=<%#Eval(ID)%>
ItemTemplate


.cs file

string ID; ------ how can i send this to item template, when i wrote like text=<%#Eval(ID)%> it gives error protected void Button1_Click(object sender, EventArgs e)
{
ID = "picID";
DataList1.DataSource = SqlDataSource1;
DataList1.DataBind();
}
protected void Button2_Click(object sender, EventArgs e)
{
ID = "UserID";
DataList1.DataSource = SqlDataSource2;
DataList1.DataBind();
}

thanks for everything i have...

GeneralRe: Eval(sesion[key]) Pin
anilpal1-Apr-09 23:54
anilpal1-Apr-09 23:54 
GeneralRe: Eval(sesion[key]) Pin
TALHAKOSEN2-Apr-09 0:45
TALHAKOSEN2-Apr-09 0:45 
QuestionCreate table in codebehind Pin
saravanan051-Apr-09 22:50
saravanan051-Apr-09 22:50 
AnswerRe: Create table in codebehind Pin
Abhijit Jana1-Apr-09 22:56
professionalAbhijit Jana1-Apr-09 22:56 
GeneralRe: Create table in codebehind Pin
saravanan051-Apr-09 23:03
saravanan051-Apr-09 23:03 
GeneralRe: Create table in codebehind Pin
anilpal1-Apr-09 23:06
anilpal1-Apr-09 23:06 
GeneralRe: Create table in codebehind Pin
N a v a n e e t h1-Apr-09 23:06
N a v a n e e t h1-Apr-09 23:06 
GeneralRe: Create table in codebehind Pin
Abhijit Jana1-Apr-09 23:09
professionalAbhijit Jana1-Apr-09 23:09 
GeneralRe: Create table in codebehind Pin
saravanan051-Apr-09 23:15
saravanan051-Apr-09 23:15 
GeneralRe: Create table in codebehind Pin
Colin Angus Mackay1-Apr-09 23:52
Colin Angus Mackay1-Apr-09 23:52 
GeneralRe: Create table in codebehind Pin
anilpal1-Apr-09 23:59
anilpal1-Apr-09 23:59 
GeneralRe: Create table in codebehind Pin
Colin Angus Mackay2-Apr-09 0:52
Colin Angus Mackay2-Apr-09 0:52 
Questionproblem after publishing on server Pin
prateekfgiet1-Apr-09 22:38
prateekfgiet1-Apr-09 22:38 
AnswerRe: problem after publishing on server Pin
Abhijit Jana1-Apr-09 22:59
professionalAbhijit Jana1-Apr-09 22:59 
Questiondropdownlist with other option Pin
prateekfgiet1-Apr-09 22:37
prateekfgiet1-Apr-09 22:37 
AnswerRe: dropdownlist with other option Pin
anilpal1-Apr-09 23:02
anilpal1-Apr-09 23:02 
AnswerRe: dropdownlist with other option Pin
Abhijit Jana1-Apr-09 23:06
professionalAbhijit Jana1-Apr-09 23:06 

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.