Hi
I am getting this error on below code - BC30456: 'lnkSearch_Click' is not a member of 'user_machineshiftlist_aspx'.
Search
Clear
Thanks
1 Reply
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.
Jignesh KumarPosted Nov 30, 2022, 4:19 AM
Hello Ramco,
You need to generate click event for button lnkSerch in code behind file. You do not have click event due to that error is comming just go to design view and double clieck on that button so it generate event for you.