Browse by Tags

Related Posts

  • Re: RC DropDownList helper - still seriously flawed?

    assuming that they put back some overloads with SelectList - and I think they most likely will then this is the current workaround I'm using in anticipation of SelectList overloads: ViewData.Model.MilitaryData.Services is of type SelectList <%= Html.DropDownList("Service", ViewData.Model...
    Posted to ASP.NET MVC (Forum) by simeyla on 01-29-2009, 12:00 AM
    Filed under: workaround
  • Re: ScriptManager.RegisterClientScriptBlock and Combobox Issue in Mozilla

    I found a workaround. A similar bug occurred with Firefox 2.0.0.1. I´ve tried several alternative but just a javascript trick solve the problem. Here is the workaround: ScriptManager.RegisterStartupScript(Button1, typeof(Button), "scriptkey", "window.setTimeout(\"alert('test!'...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by cBueno on 11-14-2008, 12:00 AM
    Filed under: RegisterClientScriptBlock, RegisterStartupScript, scriptmanager asp.net 2.0, solution, alert, asp.net 2.0 ajax "sys is undefined", javascript, workaround, Freeze, Firefox, Firefox 3
  • Re: Compression does not work with UpdatePanel 2

    This is a bug (nasty), compress update panel response its high performance improvement, reported at Microsoft Connect: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=357565 Expected to be fixed at 3.5. But... Too much people work with 2.0 (include us), and dont want...
    Posted to ASP.NET AJAX UI (Forum) by d.marzo on 10-21-2008, 12:00 AM
    Filed under: udpdatepanel, gzip compression, workaround
  • Re: Session Timeout

    How to set session timeout limit for a web-application. The setting that you need to modify to use session management is the <sessionstate> node present in web.config file.following is demo syntax . <sessionstate mode = "inproc" | "sqlserver" | "stateserver" cookieless...
    Posted to State Management (Forum) by MaheshIndia on 07-10-2008, 12:00 AM
    Filed under: session end, Session expire web.config, session from formvie, Session httpValidationStatus, Session Management, session management for gridview control, .Net 2.0, listview, workaround, Working with Cookies in ASP.NET, session expires, session fixation, IIS
  • Re: Validation of viewstate MAC failed / The state information is invalid for this page and might be corrupted

    I have had this problem in a shared hosting environment. After testing, I discovered that I could experience this problem with even the most basic of web pages, consisting of only a couple of ASP.Net labels and an ASP.Net button. Working within a Session, the pages and site function fine. The problem...
    Posted to State Management (Forum) by dbrook007 on 06-28-2008, 12:00 AM
    Filed under: page, page methods, page navigation, Partial View State Ajax Updates, Problem, Session, Session and Authentication, session data lost problem, session end, Session expire web.config, session from formvie, Session Management, Session Management and Load Balancer, session management for gridview control, Session Management shared among child windows, Session State, Session state information lost, Session State Partitioning, Session State SQL Server gridView AJAX, session state timeout, session time out, SessionState cookieless cookies viewState, validation of viewstate MAC failed, view state controls, view state cookie session data caching, View state Problem, view state refresh F5 load event, ViewState, viewstate & cookies?, viewstate asp.net, viewState asp.net controls page size, viewstate invalid base64 length, viewstate MAC failed, ViewState problem, viewstate updatepanel postback, viewstate validation, viewstate vs session, ViewState vs. Session, ViewStateException, Viewstatevalidation, .Net 2.0, ajax, Ajax Viewstate, AJAX Viewstate Scriptmanager, Ajax: Javascript, app pool crash KB928365, App_Code, App_Code folder, application end event, application lifetime scope state management asp.net, application object, Application Pool, asp.net, asp.net 2.0, Asp.Net 2.0 session, ASP.NET 2.0 Webform, asp.net 2.0:GridView, ASP.NET cache, ASP.net Session, asp.net session timeout, ASP.NET State Management, asp.net., ASP.net.net session timeout, asp.net.net session usage, aspnet_state.exe, asynchronous callbacks session StateServer, mac validation, MachineKey, Maintain State, Manage State, Master Pages, MasterPages, Web Services, workaround, Seession, Application State, Application State Reset, Application_Error, Application_Stop Applicaton, validation, Paging, session state management, Session State Server Error, SessionState, view state, viewstate MAC authentication timeout, ViewState scope access context, ajax viewstate session alternative "web user controls", asp.net - application variables, asp.net. sessions, ASp.net\Security\Logout, webservices, IIS, Application variables, ApplicationState
  • Re: Problem to set focus to auto complete extender

    Hi Francis, Just in case you haven't yet found a solution, sometimes a simpler workaround might do the trick. Did you try doing the following? 1 < label id= ' <%= Me.txtSample.ClientID & "_LABEL" %> ' for= " <%= Me.txtSample.ClientID %> " >Caption...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by PJonDevelopment on 06-24-2008, 12:00 AM
    Filed under: HTML, workaround, focus()
  • Re: Validation of viewstate MAC failed / The state information is invalid for this page and might be corrupted

    One of the causes of this error was session time out so i tried this Protected Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick T2.Text = "" End Sub <asp:Timer ID="Timer1" OnTick="Timer1_Tick" runat="server" Interval="300000">...
    Posted to State Management (Forum) by loginitin on 04-28-2008, 12:00 AM
    Filed under: eventvalidation error, workaround
  • AutoComplete Extender

    In the sample for the Ajax Autocomplete Extender they have this code: <script type="text/javascript"> // Work around browser behavior of "auto-submitting" simple forms var frm = document.getElementById("aspnetForm"); if (frm) { frm.onsubmit = function() { return false;...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mattsaltz@live.com on 03-15-2008, 12:00 AM
    Filed under: "AJAX Toolkit", "AutoCompleteExtender", workaround
  • Re: AlwaysVisibleControl makes it possible to scroll forever in IE

    I concocted a technique which (if the user has JavaScript enabled) prevents a particular element (div in my case) from being resized smaller than a certain height (should work for width as well); not sure if that would help for your case or not. I seem to recall that it isn't possible to set the...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mtv on 01-31-2008, 12:00 AM
    Filed under: resize, Resizing, "AJAX Toolkit", workaround, AlwaysVisible, AlwaysVisibleControl, AlwaysVisibleControlExtender
  • Re: ModalPopupExtender + iFrame + Google Maps = Off Center Map

    I found the reason for the problem and a workaround. I don't totally understand the cause but it has to do with the iFrame being loaded while invisible. If you load the page bring up the ModalPopUp Extender before iFrame loads, it is centered correctly. If you wait and let it load while invisible...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by blkbam on 01-21-2008, 12:00 AM
    Filed under: ModalPopupExtender, google maps, iframe, JavaScript, workaround
Page 1 of 3 (28 items) 1 2 3 Next >