Search

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

Matching Posts

  • Re: Updated form needing 2 clicks

    Thanks, you are correct, however as I had posted I am adding the control always at index(2). Finally I solved the issue. The controls have to be loaded and assigned an id at Page Init, although you don't need to refer to that id any more. Then the control is added at Page Load, and of course, declared at class level. I was loading then at page load, there was the problem. Protected Sub Page_Init( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Init rxControl = LoadControl( "
  • Updated form needing 2 clicks

    I have a form added dynamically in a usercontrol, which I reload in the Page.Load postbacks. It is requiring to press twice the command buttons to display the edit template or to respond to other buttons on the first load. I checked and it is reloading with every click. Once it goes over this cycle, it responds fine to further clicks. I have tried assigning ID to the control and I am reloading it at the same Control.Index. Is there a way to avoid this behavior. Humberto
  • Re: Unable to edit imported data

    Thank you for your reply and sorry for not responding on time. I had a personal situation that kept me away for some time. The situation is exactly as you pictured it. I have checked field by field the data and found no clue to what is going on. Humberto
  • Output caching formview

    I have a page with lots of forms and list views in user controls, that I will like to cach in order to diminish load time. Is there a way to set outputcaching for a formview and its templates ? or any other way to cach them ? Humberto
    Posted to State Management (Forum) by drtrejos on 10/6/2009
  • Re: Output caching formview

    Thank you for your reply. I will like to cache all the form templates, however I really don't know how. In the user control that has only the form I have tried using VaryByControl="ItemTemplate$, InsertItemTemplate$, EditItemTemplate$" and VaryByParam="None" and VaryByParam="Edit","Delete"... It caches the form, as I have checked it with Fidler but I can't edit, delete or do any action in it. Humberto
    Posted to State Management (Forum) by drtrejos on 10/6/2009
  • Unable to edit imported data

    I imported data to MSSQL 2005 server table from MySQL. It reads fine and looks fine in a query with MSSQL Studio Express, however I can't edit the data from an asp .net form. Newly created data is being edited perfectly. Any clues ? Humberto
  • 'Configure ListView' Not Showing

    I created a few list views as components of views in multiview. Now I want to configure them but the Configure ListView option in the Smart Tag menu is not showing ? Any ideas will be appreciated. Humberto
    Posted to Visual Studio 2008 (Forum) by drtrejos on 8/13/2009
  • Re: 'Configure ListView' Not Showing

    That is what it says here: http://msdn.microsoft.com/en-us/library/bb515103(VS.100).aspx
    Posted to Visual Studio 2008 (Forum) by drtrejos on 8/13/2009
  • Re: Login erasing context

    Thank you. I found out that the problem was that I had wrongly created a virtual directory in the root directory of my site, and on doing that everything was been redirected to a directory whit the same name in itself. I deleted the virtual directory and everything is working fine now. I hope this may help someone doing the same mistake.
    Posted to Security (Forum) by drtrejos on 8/9/2009
  • Re: Profile.UserName encoded

    After a lot of trials I discovered that the form is not encoding the the Profile.UserName, it is giving a new encoded anonymous. It even is deleting the context, as the HttpContext.User.Current.Identity.Name is blank. I will be openning another post, as the problem is not encoding. Thks[quote user="rtpHarry"] You can get the logged in users username via HttpContext.User.Current.Identity.Name http://msdn.microsoft.com/en-us/library/system.web.httpcontext.user.aspx I am not sure what kind
    Posted to Security (Forum) by drtrejos on 8/2/2009
Page 1 of 4 (38 items) 1 2 3 4 Next >