I am trying to use VisualWebDeveloper-2005-Express to modify / expand
the Commerce Starter Kit. So far the Kit site is working fine and
I have managed to add a few new (my own) pages to the site and I have
connected to another database for some of the data. To access the
other database I added a SqlDataSource to the page and configured it to
connect to the new sql server data source. I can NOT use the
Advanced SQL Generation Options from the Configure Select Statement
screen...(everything is set to disabled? cannot click on anything)...
I copied the code from the Commerce Starter Kit to create Insert,
Delete and Update commands, parameters, etc. into my new
SqlDataSource... The Select works fine to populate the Grid View
and the Delete command works fine...
The Insert and Update commands - do NOT work at all...
Could this have anything to do with the Advanced SQL Generation Options NOT being available?
Why are the Advanced SQL Generation Options NOT available?
Any ideas why my new SqlDataSource Insert and Update commands don't work?
Thanks,
Paul