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
Kamala Veni
NA
65
21.3k
WANNA EDIT PARTICULAR TEXTBOX OLY IN TABLE INH ASP.NET,C#
Apr 16 2016 3:06 AM
HI
I am having a table with bind datas,in that i wanna edit particular textbox in the samepage its and after editing its should be save in sql table.
in this i wanna use edit option and bind data from table
ex:
<table style="width: 532px; height: 544px; margin-left: 140px; margin-top: 66px;" >
<tr>
<th class="auto-style2">UserName</th>
<td class="auto-style15"><asp:Label ID="lbus" runat="server" Text="Label" CssClass="auto-style12"></asp:Label></td>
</tr>
<tr>
<th class="auto-style2">CppUsr_Name</th>
<td class="auto-style15"><asp:Label ID="lbcp" runat="server" Text="Label" CssClass="auto-style12"></asp:Label></td>
</tr>
<tr>
<th class="auto-style2">Htsc no</th>
<td class="auto-style15"><asp:Label ID="lbht" runat="server" Text="Label" CssClass="auto-style12"></asp:Label></td>
</tr>
<tr>
<th class="auto-style2"> EDC</th>
<td class="auto-style15"><asp:Label ID="lbed" runat="server" Text="Label" CssClass="auto-style12"></asp:Label></td>
</tr>
<tr>
<th class="auto-style14">Address1</th>
<td class="auto-style15"><asp:Label ID="ladd1" runat="server" Text="Label" CssClass="auto-style12"></asp:Label></td>
</tr>
<tr>
<th class="auto-style14">Address2</th>
<td class="auto-style15"><asp:Label ID="ladd2" runat="server" Text="Label" CssClass="auto-style12"></asp:Label></td>
</tr>
</table>
Reply
Answers (
1
)
Asp.Net to Wpf
Send email using gmail smtp server