Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~225 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for jdaniel13

Dim selectedProducts = GridView1.Rows.Cast(Of GridViewRow)().Where(Function(row) DirectCast(row.FindControl("SelectedProducts"), CheckBox).Checked).[Select](Function(row) GridView1.DataKeys(row.RowIndex).Value.ToString()).ToList() it tell that is a negative number can u check that please

Member Avatar for LastMitch
0
73
Member Avatar for jdaniel13

I'm trying to do, an order and some orderline. Imagine that the user come and select several item from the shop then when he click on the checkout, the reference number in the order is send back to the several item in the orderline table. How would i insert that …

Member Avatar for urtrivedi
0
152