Hi..
I am using link button control in datalist..
when i click a button the datakeyfield value pass into the panel control with in the same page......
i am using modalpopupextender for open the panel.....
Help me........
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Master BillaPosted Oct 3, 2009, 12:46 AM
You can use the template and create linkbutton and invoke the event in easylly
public void CompanyClick(Object sender, EventArgs e, string companyId)
{
//do some work with companyId
}
thank you