Hello everybody!
I have just read some article and i see ctl00$UserControl2$D ataList1$LinkButton1 that i don't know where to see and get that syntax. I just know Findcontrol() method to find control.Please tell me know my issue.Thanks!
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.
Dhaval PatelPosted Jan 12, 2012, 12:06 AM
you are using user control(ascx) in your aspx page and in your ascx page you are taking Linkbutton and if you find linkbutton id in aspx page then it's original linkbutton id has been changed in your aspx page at runtime click on browser view source page than you are got this id than find this id.
bowse your application go to view source page and find id for linkbutton than you got difference id..
Thanks & reagards
Dhaval patel
viet vo quocPosted Jan 18, 2012, 9:04 PM
I got it.You're right!!Thanks again.