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...
How can give an alias name to a column.
like
select FirstName AS F_Name from table1 in db2 sql query.
I tried select FirstName AS F_Name from table1 , did not work
Thanks.
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...
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 shipped qty are fields in table
what ever is checked( check sign) i.e A and C their shipped qty should be update once...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.