Hello,
I am trying to implement a DataSourceContr ol and I need to simulate the same
functionality as the SqlDataSourceCo ntrol : being able to set declaratively
the select parameters to use when binding a DetailView to the Selected Row
in a GridView, but I have difficulties with the sample in MSDN concerning
DataSourceContr ol, Visual Studio give me an error on the
<Parameter><asp :ControlParamet er...../> lines: My control doesn't accept
child controls ???
What am I missing to allow this declarative style ?
Should I simply name my properties SelectParameter s, InsertParameter s,
DeleteParemeter s, etc. to allow DetailView to send these parameters in the
method
protected override IEnumerable ExecuteSelect(D ataSourceSelect Arguments
selectArgs)
Thanks for help
CS
I am trying to implement a DataSourceContr ol and I need to simulate the same
functionality as the SqlDataSourceCo ntrol : being able to set declaratively
the select parameters to use when binding a DetailView to the Selected Row
in a GridView, but I have difficulties with the sample in MSDN concerning
DataSourceContr ol, Visual Studio give me an error on the
<Parameter><asp :ControlParamet er...../> lines: My control doesn't accept
child controls ???
What am I missing to allow this declarative style ?
Should I simply name my properties SelectParameter s, InsertParameter s,
DeleteParemeter s, etc. to allow DetailView to send these parameters in the
method
protected override IEnumerable ExecuteSelect(D ataSourceSelect Arguments
selectArgs)
Thanks for help
CS
Comment