I need to save some web-part specific data to database.
how can i get unique ID for specific web part? I need something that will be static even if server will be stopped and running again.
|
I need to save some web-part specific data to database. how can i get unique ID for specific web part? I need something that will be static even if server will be stopped and running again. |
|||
|
|
|
Try GUID Generator and add a uniq GUID to your web part. It will never change unless you do the change! |
|||
|
|