TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
X
NA
3
0
How to fire event of GridView outside of GridView
Sep 23 2008 9:50 AM
How to fire for example
OnRowUpdating
event of GridView outside of Gridview by external button ? I have 2 buttons for update: one is in gridview in each row which fires event
OnRowUpdating
="MyGrid_RowUpdating"
- works fine; and I have stand-alone OK button (
<
asp
:
ImageButton
ID
="imgbtn_UpdateSomething"
runat
="server" ...
) outside of Gridview which I also want to generate event OnRowUpdating - I have an complicated event-handler
MyGrid_RowUpdating
(in which I need to use
e
of "
GridViewUpdateEventArgs
e
"), which I want to use also for my external OK button.. Is it possible ?
Reply
Answers (
1
)
Video Converter
Value of type 'Byte' cannot be converted to '1-dimensional array of Byte'