DATA LIST PROBLEM IN ASP.NET ver 1.1
-
Hi, I have a datalist & in that i have created a LinkButton & named its Command Name to "Modify". Its working perfect with the databinding but as i click this linkbutton ( or Bubble Event) it does nothing. This Datalist is placed in Web User Control File(.ascx) .. Does any one know this problem..Pls Help me KHATRI
-
Hi, I have a datalist & in that i have created a LinkButton & named its Command Name to "Modify". Its working perfect with the databinding but as i click this linkbutton ( or Bubble Event) it does nothing. This Datalist is placed in Web User Control File(.ascx) .. Does any one know this problem..Pls Help me KHATRI
Have you trapped the DataList's
ItemCommand
event? -
Have you trapped the DataList's
ItemCommand
event?Yes.. Well when i apply DataList on any .aspx page it works perfectly but when i apply the DataList in a UserControl(.ascx) file, & calling this file in a .aspx page...does not work.. Any one knows what the solution of the problem is?. KHATRI