Search

You searched for the word(s): userid:699649

Matching Posts

  • TextBox sizes to fit text when within a table (DataList, etc) in IE7

    I have a textbox control within a DataList control which seems to autosize to fit the text set into it only within IE7. This does not happen in IE8. I think the problem is best described by leaving the server controls out of it and just looking at the markup. The following markup works fine in both IE7 and IE8, the desired behavior being a textbox that honors its width and holds the larger text value within it: <div> <input style="WIDTH: 30%" id="ctl00_mainPageContent_txtFilter"
    Posted to Web Forms (Forum) by CHolt on 11/24/2009
  • IE7 autoresizing textbox within a table

    I have a textbox within a datalist that is autoresizing to contain the full text in IE7 but not IE8. I think it is simpler to take the server controls out of this explanation and just deal it the markup as it is reproducible with just html. This markup works as expected: <div> <input style="WIDTH: 30%" id="ctl00_mainPageContent_txtFilter" name="ctl00$mainPageContent$txtFilter" value="<?xml version="1.0" encodinggfdgdf="utf-16"?><ArrayOfNamVal
    Posted to Web Forms (Forum) by CHolt on 11/24/2009
  • Re: RegisterPostBackControl is not working

    Very interesting. Wonder why that would matter.
    Posted to ASP.NET AJAX UI (Forum) by CHolt on 6/22/2009
  • Re: Random issue fetching script resources

    Yup. This is a fully functional production server that has been running a couple years now. We would have a lot more problems if that was the case. Also, this is not consistent. It is sporadic.
    Posted to Web Forms (Forum) by CHolt on 4/21/2009
  • Re: Random issue fetching script resources

    No. This is still happening for us.
    Posted to Web Forms (Forum) by CHolt on 4/17/2009
  • Re: System.NotSupportedException when load testing

    I've been seeing this error on our production server also. However, we are not running a web farm and our server is a 32-bit Windows 2008 server. Are there any other things that could cause this problem?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by CHolt on 2/20/2009
  • Re: Random issue fetching script resources

    Wow. That is interesting. I thought it was the browser truncating the URL. I'll have to look into this some more.
    Posted to Web Forms (Forum) by CHolt on 2/4/2009
  • Re: Random issue fetching script resources

    This is failing because the UrlTokenDecode method is throwing an exception that there is an invalid character in the base64 string. Not sure how that could happen since I just verified that ASP.NET code in ScriptManager is using the UrlTokenEncode method to make the string.
    Posted to Web Forms (Forum) by CHolt on 2/4/2009
  • Re: Random issue fetching script resources

    One additional thing I found about this is that the value passed up in the query param d is invalid. If you take this string and pass it into HttpServerUtility .UrlTokenDecode it returns null. This is one of the first things that ScriptResource.axd does. How could this be invalid? There seems like there is a bug in the framework here. Any ideas?
    Posted to Web Forms (Forum) by CHolt on 2/4/2009
  • Random issue fetching script resources

    We randomly get the following errors on our server: Error Caught in Application_Error event Exception Type:System.Reflection.TargetInvocationException Error in: http://tripchill.com/main/ScriptResource.axd?d=xF9xyr9VWUZyFd8lzkxmieo5pmupe8nzNq7XLs7WpFZodVe6wHdutZxJDajF24 Error Message:Exception has been thrown by the target of an invocation. Stack Trace: at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle
    Posted to Web Forms (Forum) by CHolt on 2/4/2009
Page 1 of 19 (184 items) 1 2 3 4 5 Next > ... Last »