S
Salim
Hi,
I'm trying to get UniqueID of a linkbutton.
I have 2 web user controls.
And a master page.
In fisrst web user control there is a datalist.
In datalist ItemCreated event, I try to find a linkbutton control which is
in the second web user control and in another datalist.
My code is like:
this.Page.Master.FindControl("ctl00$UserControl2$DataList1$LinkButton1")
Any help will appreciated kindly.
Salim
I'm trying to get UniqueID of a linkbutton.
I have 2 web user controls.
And a master page.
In fisrst web user control there is a datalist.
In datalist ItemCreated event, I try to find a linkbutton control which is
in the second web user control and in another datalist.
My code is like:
this.Page.Master.FindControl("ctl00$UserControl2$DataList1$LinkButton1")
Any help will appreciated kindly.
Salim