Tagged Questions
0
votes
1answer
313 views
bind item id to custom webpart in dispform.aspx
I've created a custom webpart that shows me some details of a dossier. I've added a DossierID property like this:
public Guid DossierId { get; set; }
This identifies the dossier from which I want ...