Well guys if you writting you own custom datalist and want to pass the command parameter with in your data list through asp:linkButton then follow this
Code behind
protected void Lable16_click1(object sender, EventArgs e)
{
LinkButton lb = sender as LinkButton;
string KeyValue = lb.CommandArgument.ToString(); ;
Navigate("recId", KeyValue , "detailPage");
}
Orignal post is present here
Regards
Rashid Bilgrami
CEO Best visualization
Hey Man thanks alot for this Info solved my issues with telerik radgrid . Much Appreciated
ReplyDeleteMichael.
Always welcome Michael, i tried my best to share my experience with every one to resolve the problems and save time
DeleteRegards
Rashid Bilgrami
CEO Best visualization
http://www.bestvisualization.com