Hi,
I'm transitioning from desktop development to web development.
How can I populate the KoolGrid with data from a SQL Server stored procedure?
I set SelectCommand to "EXEC uspSomeStoredProcedure @parameter = 'parameter_value'" The call to the stored procedure works fine on SQL Server but gives me an error on KoolGrid.
Any ideas how I can get this to run, if at all?
Clemens