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
...
User Profile
Collapse
-
.NET 2.0 Viewstate Exception
-
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>
... -
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....
No activity results to display
Show More