Search

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

Matching Posts

  • Repeater + ImagButton

    <asp:Repeater runat="server" ID="rptReminders" OnItemCommand="rptReminders_ItemCommand"> <ItemTemplate> <uc1:ViewReminder runat="server" ID="vrReminder" ReminderID='<%# Eval("ReminderID") %>' /> </ItemTemplate> </asp:Repeater> Inside the user control is: <asp:ImageButton runat="server" ID="ibtnEditReminder" ImageUrl="~/App_Themes/Default/Images/edit.gif" OnClick="ibtnEditReminder_Click" /> both functions (rptReminders_ItemCommand & ibtnEditReminder_Click
    Posted to Data Presentation Controls (Forum) by amulder on 3/26/2007
  • Re: CustomErrors problem

    There seems to be TONS of threads about this over the years... are any of them actually getting resolved or just left out to dry? I'm getting this same issue currently and have been trying to find a way to fix it for hours now....
    Posted to Security (Forum) by amulder on 3/15/2007
  • Re: Adapters break CreateUserWizard?

    Basically, what I've posted here is where I first had the problem. I had started playing with the CSK2.0 and I had added the CSS Friendly Adapters to it. After testing the user creation and having an issue with it (after a HUGE headache) I tried to make a new project (CSS Friendly Starter Kit) and just dragged the create user wizard on it and had the same problem. Commented out the CreateUserWizard lines in the CSSFriendlyAdapters.browser file and everything was hunky dory. Did the same with the
    Posted to CSS Friendly Control Adapters (Forum) by amulder on 3/13/2007
  • Adapters break CreateUserWizard?

    Just had a strange problem. Was using the CreateUserWizard and it doing a double postback when when the "finish" button was clicked. After a while of digging we removed the CSS Friendly adapter for that control and everything started to work fine. Don't know if anyone else is having this problem but just wanted to pass along the information. Aaron
    Posted to CSS Friendly Control Adapters (Forum) by amulder on 3/13/2007
  • Re: CreateUserWizard causes double postback

    Just wanted to post a follow-up. It seems the double postback was caused by the CSS Friendly Adapters. We removed the CreateUserWizard from the CSS Friendlies and it worked fine.
    Posted to Getting Started (Forum) by amulder on 3/13/2007
  • CreateUserWizard causes double postback

    < asp : CreateUserWizard ID ="CreateUserWizard1" runat ="server" CreateUserButtonText ="Continue" ContinueDestinationPageUrl ="~/default.aspx" CancelDestinationPageUrl ="~/default.aspx"> < WizardSteps > < asp : CreateUserWizardStep runat ="server"> </ asp : CreateUserWizardStep > < asp : CompleteWizardStep runat ="server"> </ asp : CompleteWizardStep > </ WizardSteps > </ asp : CreateUserWizard > Above is a very basic "CreateUserWizard"... Seems Simple
    Posted to Getting Started (Forum) by amulder on 3/12/2007
Page 1 of 1 (6 items)