Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Needs Help in VB.Net , check box, updating

Status
Not open for further replies.

SIDSHU

Programmer
Nov 7, 2002
9
0
0
US
In VB.net I am selecting multiple rows from tables and then need to put check mark along each row so that I can update only those which has checked.

ex.. Name, requested qty and shipped qty are fields in table. I do not know how to add check box.
Name, requested qty and shipped qty are populated by running sql-script in datagrid.

whatever is checked( check sign) i.e A and C their shipped qty should be update once UPDATE buton is clicked.

Check box Name requested qty shipped qty
---------------------------------------------------
checked A 10 9
not checked B 6
checked C 3 3
------------------------------------------

UPDate_Button

I hope it explains. Please........ let me know.
Thank you
 
Hi sidshu
use datagrid for this and you can easily add check-box at one of the column so you can handle the functionaliy you want
Regards
Nouman
 
Thanks nomi2000 ,
I am new. Pl. explain How can I add that.
Thanks
 
Hi sidshu
check out
they have a very good materital for DATAGRID for .net
how you add check-box and othere things ,hope it help you out
Regards


Nouman Zaheer
Software Engineer
MSR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top