User Profile

Collapse

Profile Sidebar

Collapse
mutlyp
mutlyp
Last Activity: Oct 8 '09, 10:23 PM
Joined: Mar 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mutlyp
    started a topic Flash button not working in IE

    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...
    See more | Go to post

  • mutlyp
    started a topic PreRender Error setting textbox width

    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)

    ...
    See more | Go to post
No activity results to display
Show More
Working...