THanks for your swift reply, however I have tried that but it doesn't seem to work. So far I have the following coding:
If DataGrid1.CurrentRowIndex > -1 Then
Me.ID = CType(DataGrid1.Item( _
DataGrid1().CurrentRowIndex, 0), Int32)
Else...
Hi,
Was hoping someone could help me out here please, I have a datagrid and a few textboxes. Whenever a user selects a row from the datagrid I want that data to be shown in the textboxes, everything is working fine but which properties should I use for the datagrid? I have tried 'click' but...
Hi, basically I have two textboxes. Text is entered into textbox1, whenever a numeric value is entered in textbox1 I want that value shown in textbox2, I want this done straight away, also I want the default value of textbox2 to be '0'.
I have the following coding:
Private Sub...
Hi, was hoping somebody could help me out please.
I have two textboxes and one button, the value in textbox 2 should equal to or be less than the value in textbox1 when the button is selected. What would be the best way of doing this?
Thanks
so far I have
If textbox2.text =< textbox1.text...
Hi, I require help with an SQL statement please. I have information showing in a datagrid, the sql for that is pretty simple as it is:
"Select * from Orders", conn
Now, there is a column in the datagrid which is called preorders, now what I need help with is where the preorder column = ‘Yes’...
..date from the date/time picker when it must be equal to or greater than a date in a textbox, bearing in mind that the date in this textbox can change daily?
Any suggestions please?
(the chosen date gets displayed in a textbox but I have this part working)
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.