Click here to Skip to main content
16,020,840 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my code is almost like this

'__________________

SqlDataSource1.SelectCommand = ("the select statement")
SqlDataSource1.Select() '<---- it gives error here

'__________________

The error message is
"Argument not specified for parameter 'arguments' of 'Public Function Select(arguments As System.Web.UI.DataSourceSelectArguments) As System.Collectios.IEnumerable'."
Posted

1 solution

Please read rooks/tutorials!

Have a look at how to use ADO.NET
http://msdn.microsoft.com/en-us/library/tf579hcz.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900