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
Harsh Jani
NA
34
53.7k
Finding DropDownList inside Item_Updating event
Nov 19 2014 2:02 AM
Hi,
I want to find a DropDownList Control inside
ItemUpdating event
of DetailsView control. I have used following methods to do the same, but none of them are working
DropDownList drp_SName = (DropDownList)dv_UnshippedOrders.Rows[0].Cells[0].FindControl("drp_Name");
DropDownList drp_SName = (DropDownList)dv_UnshippedOrders.FindControl("drp_Name");
Kindly help me out in this regard.
Reply
Answers (
3
)
Retrieve & Compare number's store in table( database).
Delete file through c# Code