Dynamic sql data source
Hi,
attempting to do smth here. got a datagrid, no sql data source attached. Have two hyperlinks above, click each of them makes a relevant dropdown box visible. Content in dropdown lists are data bound to the db.
on selection of the record in dropdown list and the click of the button attempting to attach the sqldata source to the grid. i.e
on click
{
attach data source to grid
}
it seems as it takes the code in, but sends the error that the grid may not be without an sql data source. As one may see, tricky issue.
suggestions, wise ones?
appreciate that
mdm
|