Posts
 
Reputation
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
~5K People Reached
Favorite Forums
Member Avatar for Proctor

Hello: this is my first window app in .net and have been assigned to create a form that contains a datagridview. I decided to leave it unbound, because I need it to populate in a slightly unconventional way. I also created each column and set them as drop-downs in the …

Member Avatar for Senthil Nellai
0
5K
Member Avatar for Proctor

Hello: I have an unbound datagrid and I'm trying to save it's contents to my access database. here's my code thus far: [CODE] Dim dt As New DataTable() Dim dr As DataRow = Nothing For j As Integer = 0 To (Me.DataGridView1.RowCount - 1) - 1 dr = dt.NewRow() If …

Member Avatar for Tarang Raval
0
140
Member Avatar for Proctor

Hello: I hope I'm in the correct forum for this question: Does anyone know if the .net api for autoCad allow you to work off the internet; or rather, it for developing in client/server environment only. Thanks, Proctor

Member Avatar for ognyandim
0
59