Search

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

Matching Posts

  • Re: Custom listbox control

    Okay, but there is no way to inherit the listitem object. Any other solution to this problem ? I could not think of one more ;)
    Posted to Web Forms (Forum) by Aphelion on 2/26/2008
  • Custom listbox control

    Hi everyone, i have a custom listbox control inherited from the web.ui.listbox control. In my aspx code; i have the following: 1 <PampusDivers:ErrorMessage ID= "emMessageRecipients" runat= "server" FallbackMessage= "0" > 2 <asp:listitem value= "0" text= "Een onbekende fout trad op. De bewerking is mislukt." /> 3 <asp:listitem value= "InList" text= "Deze ontvanger staat reeds in de lijst." /> 4 </PampusDivers
    Posted to Web Forms (Forum) by Aphelion on 2/26/2008
  • Databinding double with culture

    Hi there, I have a problem with databinding a double using my formview. My culture has been set to 'nl-NL'. I store values as doubles in my database. While binding, the textbox in my formview gets filled with for example '8,4'. but, i get a parse error when submitting. When i submit using '8.4', it works. Ofcourse i want my users to use the NL notation. Is there any way i can fix this issue?
    Posted to Data Presentation Controls (Forum) by Aphelion on 1/9/2008
  • Handle commands or events from controls inside a loginview template

    Hi everyone, I have this problem for days and i was not able to find any solution on this forum. Let me introduce my problem: I have a news overview (Databound repeater). If the user has the role "Administrator", i would like to show ImageButtons in each ItemTemplate allowing the administrator to delete the newsitem or add a new one. As a solution i added ImageButtons with the commandname "Delete" and commandarguments "Databound ID". To only show this button to administrors, i placed it in a LoginView
    Posted to Security (Forum) by Aphelion on 3/31/2007
  • Re: Invalid postback or callback argument.

    use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. How to do this? As someone said before, it is not possible to do it in PreRender and there is no Render event.
Page 1 of 1 (5 items)