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
when the form loads. Could someone please offer me some help I have spent hours and hours trying to find a solution but its just not happening. I have tried
dgContacts.CurrentRowIndex = 0
and
dgcontacts.SelectedIndex = 0
But its just not working, any herlp or suggestions please?
Hi, I was hoping somebody could offer me some help please. I have a datagrid and I want to filter the data, I know hwo to do this but the method I know is a different way. The way I do this is by typing some letters in a textbox which filters the datagrid, however the method I want to do it by...
Hi, I have done what you have said at the top of the coding, but it says the following:
Sub 'textChanged' conflicts with the event 'textchanged' in the base class 'control' and so should be declared as 'shadows'
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.