2014-04-04

I have created one table in asp.net web form and there I have two doubts as below.

1) I want to create here one button or link whatever it is. but by pressing this user can add more row to table and he can save more option in database.
so, how could I?

2) other thing that i want to convert ON and OFF response of user by check box into binary series as example "100011" and then want to send it on serial port then how could I?

Show more