hello friends
i ve a prob with sql query generation.
iam doing a project in C# .net. using datagrid iam displaying the entries.for that iam using this query "select posts from tblPost where posteddate ='3/3/2007'
it dint work properly so even used like functin .. no change .
can u plz help me out select a field through date
mainly i ve to write this code in .aspxcs ie in code side.
ex "select posts from tblpots where posteddate= ' " + datetime.today. date + " '
this not working
plz help.
i ve a prob with sql query generation.
iam doing a project in C# .net. using datagrid iam displaying the entries.for that iam using this query "select posts from tblPost where posteddate ='3/3/2007'
it dint work properly so even used like functin .. no change .
can u plz help me out select a field through date
mainly i ve to write this code in .aspxcs ie in code side.
ex "select posts from tblpots where posteddate= ' " + datetime.today. date + " '
this not working
plz help.
Comment