User-2106054853 posted
Hi,
Is my understanding correct that you want to get the reference of current page from control class? If so you can use
Page property of your control to do so.
If I misunderstood you could you clarify what do you mean by this?
managed to call whole page and then with Page.ClientQueryString to get some data but ofc then I get whole page code and not only control code...