User Profile
Collapse
-
Flash button not working in IE
I have an web application, for a menu to go to page to page wit in the web app I am using flash buttons. The problem is that the first time I click on the flash button everything works fine the page load fires and the web page is displayed. But then if I close that page and then click on the same button the page load does NOT fire and I get the original web page back again. If I do this in Fire Fox it works but not in IE. If I put a simple redirect... -
PreRender Error setting textbox width
I have a PreRender event to set the width of my textbox when the Edit button is pressed on my grid here is the code:
Private Sub grdPBC_PreRende r(ByVal sender As Object, ByVal e As System.EventArg s) Handles grdPBC.PreRende r
If grdPBC.EditItem Index > -1 Then
Dim tbx As TextBox
tbx = CType(grdPBC.It ems(grdPBC.Edit ItemIndex).Cell s(4).Controls(0 ), TextBox)
...
No activity results to display
Show More