Hello Guys,
Ich read several articles and coded a lot but there is one question which nobody wants to answer i believe!
I hope someone can help me!
I have a sharepoint webpart like the one in the Telerik tutorial. When i click a button, the page do not postback completely BUT, every time when i click into any webpart of the page, all webparts will start a new lifecycle. That means every webpart calls its OnInit - CreateChildControl - OnLoad .... method. And AFTER that the event-handler of the control is called which were clicked. Is there a way that ONLY the handler of the control is called and ONLY the control is updated instead of calling every time all webparts OnInit ..... .?
Please help me and hopefully answer with NO it is not possible to update only one control IN a webpart or YES it is possible and then please show me how!
Thank you guys!
Ich read several articles and coded a lot but there is one question which nobody wants to answer i believe!
I hope someone can help me!
I have a sharepoint webpart like the one in the Telerik tutorial. When i click a button, the page do not postback completely BUT, every time when i click into any webpart of the page, all webparts will start a new lifecycle. That means every webpart calls its OnInit - CreateChildControl - OnLoad .... method. And AFTER that the event-handler of the control is called which were clicked. Is there a way that ONLY the handler of the control is called and ONLY the control is updated instead of calling every time all webparts OnInit ..... .?
Please help me and hopefully answer with NO it is not possible to update only one control IN a webpart or YES it is possible and then please show me how!
Thank you guys!