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
Ajith kp
1.6k
145
33.4k
I have a table ... i want the textbox value in each row..
Sep 4 2014 11:56 AM
Sir this is my table.
<table id="OrderItems" border="1" width="70%">
<tbody>
<tr>
<td>Product</td>
<td>Price</td>
<td>Quantity</td>
<td></td>
</tr><tr>
<td >
<input id="Product" class="form-control" type="text" width="10px">
<input id="ProductId" value="" type="hidden">
</td>
<td>
<input id="Price" class="form-control" value="150" type="text" width="10px">
</td>
<td>
<input id="Quantity" class="form-control" value="10" type="text">
</td>
<td>
<input id="BtnAdd" value="Add" class="btn-primary" onclick="AddNewRow()" type="button">
</td>
</tr>
</tbody>
<tr>
<td >
<input id="Product" class="form-control" type="text" width="10px">
<input id="ProductId" value="" type="hidden">
</td>
<td>
<input id="Price" class="form-control" value="150" type="text" width="10px">
</td>
<td>
<input id="Quantity" class="form-control" value="10" type="text">
</td>
<td>
<input id="BtnAdd" value="Add" class="btn-primary" onclick="AddNewRow()" type="button">
</td></tr></table>
=============================================================================================
When i press the Add button i want to incriment new row. and also i want to check the current rows textbox value null or not. If the textbox is not null then increment a new row.
Please help any one,,,,,,
Reply
Answers (
2
)
Can i upload HTML5 mobile app on google app store
How to add "Username" under logo after login.