I would like to programmatically force a full page callback after one of the children fires an event. I cannot add any triggers to do this work, so this needs to be done using code. Thank.
Sorry, I do not understand. By the time the event is fired in codebehind, postback has already occurred.
If you mean a client-side event, then configure OnClientClick to call what returns next after your other client function:
Page.ClientScript.GetPostBackEventReference(control, "")
(This will be something like __dopostback)
Source: https://habr.com/ru/post/1728360/More articles:Byte.decode ("10") and Byte.valueOf ("10") - what's the difference? - javagzip HttpWebRequest - c #A memory exception while XDocument.Save () is c #How can I prevent the LinqDataSource Where clause from being reset after returning? - asp.netJQuery rotating banner - javascriptHow do servlets work? - javaWhere can I find the "delegate" and "datasource" documentation for an NSTableView? - cocoaМожете ли вы обновить ярлык с помощью javascript? - javascriptMissingNativeError loaded when importing a Jar file into BlackBerry - javaDetect background click in jQuery - jqueryAll Articles