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
bob white
NA
13
100k
innerHtml and server control
Jan 4 2011 3:08 PM
Hi, Ihave this code, I guess this is not a contorl like other server controls like <asp: button ..etc.... now my question, why would I give an id to this tag <td ? is it because I want to control its content from code behind via Please confirm and if you have addional answers, please share it with me. ... thanks
n1.InnerHtml = txtName.Text;
n1.InnerHtml = txtCountry.Text;
<tr>
<td id="n1" runat="server">
Alfa
</td>
<td id="c1" runat="server">
US
</td>
</tr>
Reply
Answers (
1
)
InnerHTML and change of values
public int?