This has to be one of the most frustrating controls I've ever designed.
First I couldn't stop the __doPostback method from executing for DropDownLists (ie select elements).
Now the __doPostback method will not execute for LinkButtons (hyperlinks that call the __doPostback method as their href) when I reissue the mouse click event.
The same technique I used to stop and then re-issue the __doPostback for a DropDownList wont work for the issue with LinkButtons....
I figured I'd mention it now before I went down some crazy path again that leads me to nowhere.
(This thread is split off of this thread)
First I couldn't stop the __doPostback method from executing for DropDownLists (ie select elements).
Now the __doPostback method will not execute for LinkButtons (hyperlinks that call the __doPostback method as their href) when I reissue the mouse click event.
The same technique I used to stop and then re-issue the __doPostback for a DropDownList wont work for the issue with LinkButtons....
I figured I'd mention it now before I went down some crazy path again that leads me to nowhere.
(This thread is split off of this thread)
Comment