User Profile

Collapse

Profile Sidebar

Collapse
aspvan
aspvan
Last Activity: Jun 20 '08, 09:45 PM
Joined: Sep 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aspvan
    started a topic .NET 2.0 Viewstate Exception
    in .NET

    .NET 2.0 Viewstate Exception

    I am experiencing intermitent viewstate exceptions,Erro r 4009, mostly on pages with large viewstate.
    I already tired

    a) viewStateEncryp tionMode="Never "
    b) validateRequest ="false"
    c) enableViewState Mac="false"
    d) viewstate chunking
    e) <meta http-equiv="Page-Enter" ontent="RevealT rans(Duration=0 ,Transition=0)"
    f)machine key

    ...
    See more | Go to post

  • aspvan
    started a topic Button vs TextBox Height
    in .NET

    Button vs TextBox Height

    Does anybody know why when i change the form <!DOCTYPE to xhtml the height
    for textbox and button do not match anymore in the browser but it works fine when i'm using

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">





    <asp:TextBox ID='txtbox' runat="server" Text="test" height="19px"></asp:TextBox>
    ...
    See more | Go to post

  • aspvan
    started a topic ShowmodalDialog
    in .NET

    ShowmodalDialog

    I have a hyperlink (in my usercontrol) that calls a javascript function on OnClick Event,
    The javascript function in return , calls ShowModalDialog .
    After i close the ShowModalDialog , it goes to page_load event of main window, but i also want to trigger the OnClick event on server side.
    Is it possible? basically i want my usercontrol raises two events one is, opening a modal dialog and the other is server side OnClick event....
    See more | Go to post
No activity results to display
Show More
Working...