Forum: VB.NET Sep 14th, 2006 |
| Replies: 3 Views: 9,056 thanks... it help....:cheesy: |
Forum: VB.NET Aug 30th, 2006 |
| Replies: 0 Views: 5,255 Name: |textbox| ' data bind from table 1
Type: |ComboBox| 'datasource is from table 2 but databind is from
table 1
above is 1 part from my form. i... |
Forum: VB.NET Aug 21st, 2006 |
| Replies: 1 Views: 1,861 i hv using vb.net create the form to insert the data to ms Sql server database...
now i want to get data from database base on the ID key in by user....
Dim sqlCommand As New SqlCommand("Select... |
Forum: VB.NET Aug 17th, 2006 |
| Replies: 3 Views: 9,056 i have developer a lab system...
the lab system include multi test...each test have many sub test
user can select which test they want
the problem i face know is...
after they choose the test n... |
Forum: VB.NET Aug 15th, 2006 |
| Replies: 1 Views: 5,494 i hv create a table into the datagrid but how i going to resize the column size....
Dim Table1 As New DataTable("Customer")
Dim Row As DataRow
Try
Dim column1 As DataColumn = New... |
Forum: VB.NET Aug 6th, 2006 |
| Replies: 5 Views: 18,108 if the text file data is seperate by symbol ":" then how i going to do
sample data
RX:12/3/06:SS1112:483720:E
RX:12/3/06:SS1113:483721:-E |
Forum: VB.NET Aug 4th, 2006 |
| Replies: 5 Views: 18,108 i need to create a system to read the txt file data to datagrid
but i just know read by line.
that say the sample.txt file pettern as below:
date time price
1/8 2:15pm $5.00
2/8... |