Tagged Questions
1
vote
3answers
317 views
Is ist possible to share viewstate properties between webparts?
I have a class "Wepart A" and a class "Webpart B" which have some similiarities. So I introduced a BaseWebpart from which A and B inherit.
I want to share 2 properties (SortColumn and SortDirection) ...