No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hi, I have the problem that the textfile did not appear after I saved it at my document, dekstop and other existing folder or new folder that created by user.Currently, it is only can be saved at C and D. Below is the summary: first:i want to call the value …
Hi based on the title, I want my textfile created can save at any location folder . Please help me.
if you use mssql server 2005, you can create a column to increment the number.so you can call the value in this column. [ID] [int]NOT NULL IDENTITY(1,1),
Hi, I want to ask how to add/insert new row/record and it show at the top in datagridview. i don't want the new add record at the bottom but i want it at the top. I mean,the current is at the top in datagridview. i'm adding the new record is …
hi, i want to ask about keyevent when keypress on form load in a function. what i want is when i click "F2" then the key of "F12" and a button is enabled=false. Anyone, please help me..:?: thank you.
something must be to check: 1.maybe you wrongly state the column. it is the first column? if it is the first column, i think your code have no problem. 2.the name of datagridview 3.else you can try this: [CODE]GridView1.Columns("nameofcolumn").Visible = False[/CODE]
hi i want to ask about how to disable the button when the datagrid have 9 rows? i want to control the button.after the datagrid have 9 rows, then the button.enabled=false. tq.
you try this:[CODE] dim i as integer i = datagrid.CurrentRow.Index txtSomething.Text=datagrid(6, i).Value [/CODE]
hi, i want to ask about the check/uncheck the checkbox in a column in datagrid. if all row in the checkbox column is not selected, what is the code is.... because i want the msgbox appear if the user not check any row. tq,
The End.
sarifah n