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........
Loading
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, 1:34 AM
It's easy
public void CompanyClick(Object sender, EventArgs e, string companyId)
{
//do some work with companyId
}
thank you