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
kranti kumar
NA
8
0
Calling events
Jun 9 2010 8:06 AM
Hi is it possible to call a buttonclick event from gridview_rowupdating event ?
protected void grdweeklist_RowUpdating(object sender, GridViewUpdateEventArgs e)
{
here i need to jump to button event
}
protected void Button_Click(object sender, EventArgs e)
{
}
Reply
Answers (
1
)
Enable TraceLog
Export any document(.doc, .pdf, etc) to xml using C#