If RaisePostBackEvent fires, does this disable Webcontrols events?
It seems when RaisePostBackEvent, my webcontrols event handlers such as
button.click no longer work.
So, what is the best way of mixing non-composite controls and web controls?
Thanks!
--
Lucas Tam (REMOVEnntp@rogers....
more >>
I developed a control and a component. My control uses my component. I have
a test application and when I add my control to a form in the test
application, my control's dll is automatically added to my test projects
references list. But I need to add my component's dll to be added to
reference l...
more >>
Hi,
i built a control which contains two listbox controls and two buttons which
uses to transfer elements from one listbox to the other and back.
i used the buttons click events to transfer the selected item from one list
to the other
but when returning from the sever the lists items are gone.
...
more >>
Hi guys,
I am trying to implement server control that inherits
DataGrid control in order to preserve all of his
properties and templates. However I want to add others
web controls besides the datagrid control that will
provide custom functionality. The problem is that these
controls are...
more >>