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
Mata
NA
46
34.5k
Loop through controls in wizard step
Nov 11 2011 3:57 AM
How can I indentifiy all textbox controls in specific step in wizard control (without expicit FindControl).
I need some loop mechanism if possible.
structure of wizardstep is something like this
[code]
<asp:TemplatedWizardStep ID="Step2" runat="server" Title="Step2">
<ContentTemplate>
<div class="StepMain">
<table class="style1">
<tr>
<td class="style11">
Street</td>
<td>
<asp:TextBox ID="textbox1" runat="server" Width="180px"></asp:TextBox
... [/code]
Reply
Answers (
1
)
Urgent--! how to get a full page during the print preview
Compiler Error Message: CS0103: The name 'EmailTB' does not exist in the current context