J
JJ
I'm newish to web parts:
Say for example I create a web part from a control that displays some text
on a web page. The control would allow some text, which is stored in an sql
database, to be edited. The user could in theory add several instances of
this web part to a page, and each instance needs to display its unique text
as stored in the corresponding record in the database.
In order to achieve this I would imagine I need to tie a web part instance
to some sort of unique identifier. How would I do this? In other words, how
is it possible for different instances of the same web part to refer to
unique records?
Please tell me if I'm not making myself clear.
JJ
Say for example I create a web part from a control that displays some text
on a web page. The control would allow some text, which is stored in an sql
database, to be edited. The user could in theory add several instances of
this web part to a page, and each instance needs to display its unique text
as stored in the corresponding record in the database.
In order to achieve this I would imagine I need to tie a web part instance
to some sort of unique identifier. How would I do this? In other words, how
is it possible for different instances of the same web part to refer to
unique records?
Please tell me if I'm not making myself clear.
JJ