|
-
Jul 18th, 2010, 05:53 AM
#10
Re: Gridview Paging
What HowTo is referring to, is that you shouldn't directly call the click event of a button.
If you need to repeat the code that is executed in a button, move that code into it's own method. Then call this method from button the click event, and also in other places that you need it.
Does that make sense?
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|