Hi all..
I wana to get the specific date which is in database and show in the datagrid.
For example, I want key in the 'january' in a text box and want to get all january data. How I call it out? I'd tried but can't get it. My code is:
where userData is the field name, txtMonth is the text box i key in the month.
Please help me.
Thanks..
I wana to get the specific date which is in database and show in the datagrid.
For example, I want key in the 'january' in a text box and want to get all january data. How I call it out? I'd tried but can't get it. My code is:
Code:
Adodc1.RecordSource = "select * from date where userDate LIKE 'txtMonth %'"
Please help me.
Thanks..
Comment