I have two buttons on my ASP.net page. One is SEARCH button. Another is a Link button SELECT on the table.
When user hits the SELECT link button, for certain cases, the program has to perform all the statements that are in SEARCH Button process.
So for those cases I was trying to call SEARCH procedure from SELECT event where I am getting this problem.
Call Search_Click(sender, e). For this code, I am being greeted with an error saying that "Name 'sender' is not declared" . Can some one let me know what is that I need to do to get rid of this ?
Please make a note that I am an ASP.net learner.
Thanks.
Dhruva.
When user hits the SELECT link button, for certain cases, the program has to perform all the statements that are in SEARCH Button process.
So for those cases I was trying to call SEARCH procedure from SELECT event where I am getting this problem.
Call Search_Click(sender, e). For this code, I am being greeted with an error saying that "Name 'sender' is not declared" . Can some one let me know what is that I need to do to get rid of this ?
Please make a note that I am an ASP.net learner.
Thanks.
Dhruva.