Click here to Skip to main content
16,005,048 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionImage loading problem.... Pin
rjv2dlv4-Jun-09 21:25
rjv2dlv4-Jun-09 21:25 
AnswerRe: Image loading problem.... Pin
Christian Graus4-Jun-09 21:43
protectorChristian Graus4-Jun-09 21:43 
GeneralRe: Image loading problem.... Pin
rjv2dlv4-Jun-09 21:57
rjv2dlv4-Jun-09 21:57 
GeneralRe: Image loading problem.... Pin
Christian Graus4-Jun-09 22:25
protectorChristian Graus4-Jun-09 22:25 
AnswerRe: Image loading problem.... Pin
A k ch4-Jun-09 22:18
A k ch4-Jun-09 22:18 
GeneralRe: Image loading problem.... Pin
rjv2dlv4-Jun-09 23:44
rjv2dlv4-Jun-09 23:44 
GeneralRe: Image loading problem.... Pin
Jain Vijay5-Jun-09 2:18
Jain Vijay5-Jun-09 2:18 
Questioncan't fire click event of dynamically generated link button Pin
pujafaldu4-Jun-09 20:33
pujafaldu4-Jun-09 20:33 
hi....
here i have create a runtime link button.
but i can't get it's click event fired.

----------------------------------------
LinkButton lnk = new LinkButton();
lnk.Text = row1["FileName"].ToString();
lnk.ID = row1["FileName"].ToString();
lnk.Visible = true;
lnk.Click += new System.EventHandler(this.LinkButton_Click);
this.tdFile.Controls.Add(lnk);


here is the click event of link button which is not fired.......
protected void LinkButton_Click(object sender, EventArgs e)
{

//OnClick Event Handler for linkbutton
}

kindly help me to solve this issue.Thanks.
AnswerRe: can't fire click event of dynamically generated link button Pin
Christian Graus4-Jun-09 21:43
protectorChristian Graus4-Jun-09 21:43 
GeneralRe: can't fire click event of dynamically generated link button Pin
pujafaldu5-Jun-09 3:09
pujafaldu5-Jun-09 3:09 
AnswerRe: can't fire click event of dynamically generated link button Pin
Jain Vijay5-Jun-09 2:13
Jain Vijay5-Jun-09 2:13 
QuestionASP session expire issue Pin
George_George4-Jun-09 20:18
George_George4-Jun-09 20:18 
AnswerRe: ASP session expire issue Pin
Abhijit Jana4-Jun-09 20:37
professionalAbhijit Jana4-Jun-09 20:37 
GeneralRe: ASP session expire issue Pin
George_George4-Jun-09 21:40
George_George4-Jun-09 21:40 
GeneralRe: ASP session expire issue Pin
Christian Graus4-Jun-09 21:44
protectorChristian Graus4-Jun-09 21:44 
GeneralRe: ASP session expire issue Pin
George_George4-Jun-09 22:15
George_George4-Jun-09 22:15 
General[modified] [modified] [modified] Pin
A k ch4-Jun-09 22:26
A k ch4-Jun-09 22:26 
GeneralRe: ASP session expire issue Pin
Christian Graus4-Jun-09 23:04
protectorChristian Graus4-Jun-09 23:04 
GeneralRe: ASP session expire issue Pin
George_George4-Jun-09 23:09
George_George4-Jun-09 23:09 
Questionproblem with the database query Pin
Mathew P V4-Jun-09 20:10
Mathew P V4-Jun-09 20:10 
AnswerRe: problem with the database query Pin
Abhijit Jana4-Jun-09 20:28
professionalAbhijit Jana4-Jun-09 20:28 
QuestionValidators with the Modal Popup Extender Pin
anada88864-Jun-09 19:39
anada88864-Jun-09 19:39 
QuestionRE:Im tring to reference an object in a class Pin
Lee Mwangi4-Jun-09 19:16
Lee Mwangi4-Jun-09 19:16 
AnswerRe: RE:Im tring to reference an object in a class Pin
Lee Mwangi4-Jun-09 21:07
Lee Mwangi4-Jun-09 21:07 
QuestionExecute win process through the site Pin
CodingLover4-Jun-09 18:52
CodingLover4-Jun-09 18:52 

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.