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
~654 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ohohling

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 3:20pm $6.00 how i going to fill the data separate by date, time, and …

Member Avatar for williamrojas78
0
218
Member Avatar for ohohling

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 run the test... the table need to store to database i dunno how to …

Member Avatar for Shum
0
167
Member Avatar for ohohling

Name: |textbox| [COLOR=darkorange] ' data bind from table 1[/COLOR] Type: |ComboBox| [COLOR=darkorange]'datasource is from table 2 but databind is from [/COLOR] [COLOR=darkorange] table 1[/COLOR] above is 1 part from my form. i doing add, update, and delete data to the form. after i add data i will close the form, …

0
58
Member Avatar for ohohling

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.... [COLOR=#0000ff]Dim[/COLOR] sqlCommand [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlCommand("Select * form NewPatient Where PID = '"& txtPID.Text &"'", SqlConnection1) [COLOR=#0000ff]Dim[/COLOR] myReader [COLOR=#0000ff]As[/COLOR] …

Member Avatar for Exelio
0
87
Member Avatar for ohohling

i hv create a table into the datagrid but how i going to resize the column size.... [COLOR=#0000ff]Dim[/COLOR] Table1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] DataTable("Customer") [COLOR=#0000ff]Dim[/COLOR] Row [COLOR=#0000ff]As[/COLOR] DataRow [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]Try [/COLOR][COLOR=#0000ff]Dim[/COLOR] column1 [COLOR=#0000ff]As[/COLOR] DataColumn = [COLOR=#0000ff]New[/COLOR] DataColum("Customer Name") column1.DataType = System.Type.GetTyp("System.String") Table1.Columns.Add(column1) [COLOR=#0000ff]Dim[/COLOR] column2 [COLOR=#0000ff]As[/COLOR] DataColumn = [COLOR=#0000ff]New[/COLOR] DataColum("Customer Phone") column2.DataType = …

Member Avatar for Amit007
0
124