J
JJ
OK - I asked this earlier but thought I'd solved it. Clearly not.
I have a control that I need to display text from an sql database. The
control is being used as a web part so can be placed on a page more than
once.
I am trying to work out how I'd get each instance of the control to load its
corresponding database record to display the text?
I would normally do this sort of thing via a querystring, but in this case
its not going to be practical.
Could someone give me some hints on how I could get the control to know
which database record it needs without using querystrings?
What I think I need is a unique property value (unique on all pages) for
each control, that I can store in the database record.....??
Help!!
JJ
I have a control that I need to display text from an sql database. The
control is being used as a web part so can be placed on a page more than
once.
I am trying to work out how I'd get each instance of the control to load its
corresponding database record to display the text?
I would normally do this sort of thing via a querystring, but in this case
its not going to be practical.
Could someone give me some hints on how I could get the control to know
which database record it needs without using querystrings?
What I think I need is a unique property value (unique on all pages) for
each control, that I can store in the database record.....??
Help!!
JJ