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
jinwolf
NA
176
0
Finding controls?
Jul 12 2004 4:40 AM
Hi all, Can anyone see anything wrong with this code? foreach(Edit Ctrl in divTemplate.Controls) { try { Ctrl.FirmaID = Convert.ToInt32(dsFirma1.Tables[0].Rows[0]["ID"].ToString()); } catch { Response.Write(Ctrl.ID.ToString()); } } Here is the HTML:
I am trying to find all the Edit controls in the DIV. this is all the code between the Form tags. Thanks in Advance,
Reply
Answers (
2
)
WML Using asp.NET
oledb adapater