Search

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

Matching Posts

  • Re: User Control ASP:DataList

    Thanks , No luck with Pre_Render, same behavior. Code snippet below string sCoords = iA + "|" + iG; if ( ViewState[sDataId]!= null) sCoords = ViewState[sDataId].ToString(); .... Some extensive logic that generates HTML and updates iA / iG sCoords = iA + "|" + iG; ViewState[sDataId] = sCoords; sDataId is unique to each control and is assigned via the datalists .._ItemDataBound event The sDataId has debugged out to be good and the viewstate works with many dumped on a page and set
    Posted to Web Forms (Forum) by evon on 6/9/2008
  • User Control ASP:DataList

    I have a user control that manually saves some state in viewstate based on a key that is set as a property. ie ViewState["UniqueIdentifier"] = "1;0;2" When the multple controls are dumped on a webform the state works perfectly, But when I use the control in a datalist, the properties are set perfectly but the controls do not retain viewstate mentioned above. Any ideas ? I'm perplexed.
    Posted to Web Forms (Forum) by evon on 6/9/2008
  • Re: Dynamic Add Controls to Gridview and add event handler

    Thanks alan , embarassed to say I had the controls.add before the eventhandler, which seemed to do the trick.
    Posted to Data Presentation Controls (Forum) by evon on 3/7/2008
  • Re: Dynamic Add Controls to Gridview and add event handler

    Thanks for the help. Unfortunately there is no such event, and rowcommand doesn't fire it either.
    Posted to Data Presentation Controls (Forum) by evon on 3/5/2008
  • Dynamic Add Controls to Gridview and add event handler

    Desperately trying to solve this problem. I have a gridview that is bound to a data source. During the GridView1_RowCreated or GridView1_RowDataBound I need to add a dropdown and populate it, no problem so far. Problem is when I add an eventhandler to the dropdown it never fires . Can this be done ? Helppppppp!!!
    Posted to Data Presentation Controls (Forum) by evon on 3/5/2008
  • WSDL Generated from WCF Creates a client with strange parameters

    Has anyone noticed that WSDL Generated from WCF Creates a client with strange parameters if anything but string is used. ie [OperationContract] string PartialRestoreFile(string sFile, string sPath, string sCateg, string sAct, string sIn, string sOut, int iVideoFormat, string sDest); WSDL Generated Client public string PartialRestoreFile(string sFile, string sPath, string sCateg, string sAct, string sIn, string sOut, int iVideoFormat, bool iVideoFormatSpecified, string sDest); Note bool iVideoFormatSpecified
    Posted to ASP.NET Futures (Forum) by evon on 3/5/2008
  • App_Code Folder

    Strange thing all my projects normally have an app_code folder. Now my VS 2005 web apps don't create it anymore and if I create if manually and convert to web application the folder is renamed. Trying to keep code and design seperate. Anyone have any ideas ?
    Posted to Getting Started (Forum) by evon on 2/17/2008
  • Re: Session Dataset Dissapearing

    In case anyone is interested. The problem seems to be a bug in .Net. If you place an image in a control without specifying it's ImagUrl ( I intended to do so on the fly ) the session disapears the next time you poll it for the entire page , almost as if the lack of this field caused the session context to switch for the page after it attempte to render.
    Posted to State Management (Forum) by evon on 1/28/2008
  • Re: Session Dataset Dissapearing

    Ok one more interesting symptom. All .ascx controls on the same page have no problem accessing the session objects. Just the main page.
    Posted to State Management (Forum) by evon on 1/25/2008
  • Re: Session Dataset Dissapearing

    Ok some new light shed on the problem. It's not just the dataset , the entire set of session objects are no longer available. Same pattern first time you hit the page they are there, next time they aren't and navigating to any other page on the site and they are back. Seems like some funny setting on that page that I do not follow. The only obvious thing I can think about with it is that it is not part of the web.sitemap , it's not meant to be a directly navigatable target but from within
    Posted to State Management (Forum) by evon on 1/25/2008
Page 1 of 2 (20 items) 1 2 Next >