Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 09, 2012 10:30 AM by thomas.watson12
Member
67 Points
239 Posts
Apr 09, 2012 10:26 AM|LINK
I've got a series of SqlDataSource's on the same page and I put the code in the select parameter in the wrong one...doh!!!
This is working fine now.
Thanks a lot for your help you are a life saver.
182 Points
51 Posts
Apr 09, 2012 10:30 AM|LINK
I-Weedy Where id = ' & month'
instead use ".... Where id = " & month
I-Weedy
Member
67 Points
239 Posts
Re: convert month datetime string to integer and place in select statement!
Apr 09, 2012 10:26 AM|LINK
I've got a series of SqlDataSource's on the same page and I put the code in the select parameter in the wrong one...doh!!!
This is working fine now.
Thanks a lot for your help you are a life saver.
thomas.watso...
Member
182 Points
51 Posts
Re: convert month datetime string to integer and place in select statement!
Apr 09, 2012 10:30 AM|LINK
instead use ".... Where id = " & month