Search

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

Matching Posts

  • Re: FCKEditor: "toolbar set ... doesn't exist" error

    Rachel, I'm getting the same thing after installing FCK on Community Server. What did you do to fix the problem?
    Posted to Component Discussions (Forum) by rcurtis on 2/10/2009
  • Re: ERROR: Both DataSource and DataSourceID are defined on Repeater1 remove one definition

    Thanks. But the issue is that the only thing being created in the code behind in the ObjectDataSource. It is not being explicitly bound to the Repeater in the codebehind. That's why I need to reference the DatasourceID in the Repeater Control. < asp : Repeater ID ="Repeater1" runat ="Server" DatasourceID ="OrderDetailsDS"> The formview on the page also calls an ObjectDatasource and that works fine. <asp:formview ID="View1" runat="server"
    Posted to Data Presentation Controls (Forum) by rcurtis on 3/27/2008
  • ERROR: Both DataSource and DataSourceID are defined on Repeater1 remove one definition

    I'm a bit confused. I have a site that's been working perfectly in ASP.NET 2.0 and I am testing it on a NET 3.5 server. This is a shopping cart order confirmation page. It has two ObjectDatasources, one in a FormView and the other in a Repeater in the Formview. When the page loads I get this error Both DataSource and DataSourceID are defined on Repeater1 remove one definition I've seen some references to this problem when using Databind in a script block but since the code works fine
    Posted to Data Presentation Controls (Forum) by rcurtis on 3/26/2008
  • Re: New Wiki for www.asp.net

    Rob, that's great news. The Wiki for CS has been an 'on again' and 'off again' project for Telligent so I am pleased that you are going to be releasing a Wiki. I know you all are busy with the upcoming release of CS 2008, but any information you an give on projected availability would be very helpful. I've needed a Wiki on my site for quite some time and have been looking at other options.
    Posted to Feedback on this website (Forum) by rcurtis on 2/9/2008
  • Re: New Wiki for www.asp.net

    Thanks to Scott and others for introducing a Wiki. There really hasn't been a decent WYSIWYG Wiki written in .NET, a big gap. I've been looking for a Wiki to integrate with my Community Server site. Can you give us any information about what is running the Wiki and whether this will be a product released to the community? Rick
    Posted to Feedback on this website (Forum) by rcurtis on 2/8/2008
  • Grabbing ItemTemplate Databound Value for Dropdownlist item in EditItemTemplate of Gridview

    (VB) I have a Gridview populated with a SqlDatasource. There is a template field that contains a Label for a Databound value in the ItemTemplate and a Dropdownlist which is populated from an XMLdatasource. The problem is that the database records may not match the value in the Xmldatasource (bad form but dealing with legacy data). I'm looking for a way to grab the Databound value from the Label and add it into the itemlist in the Dropdownlist if it is not already contained in the list. I've
    Posted to Data Presentation Controls (Forum) by rcurtis on 7/15/2007
    Filed under: Dropdownlist gridview selecteditem
  • SettingsPropertyNotFoundException on Editing Password in Custom Membership Provider

    I have a custom membership provider and profie provider set up. Logins work great and the Profile Provider brings back things like CompanyName and other profile values and displays it on the default.aspx. When a user edits a their login profile on the EditProfile.aspx page things are OK (goes from Formview Edit mode back to ReadOnly mode with the correct changes). However when the user changes the UserName or password on the EditProfile.aspx page and then you then go back to default.aspx I get Server
    Posted to Security (Forum) by rcurtis on 7/12/2007
    Filed under: custom membership provider
  • Re: Using a Formview to Update Record and Email an Attachment

    Techie, thanks for the reply. Here's the full code <% @ Page Language ="VB" MasterPageFile ="~/MasterPages/OECompany.master" %> <% @ Import Namespace ="System.Data" %> <% @ Import Namespace ="System.Data.SqlClient" %> <% @ Import Namespace ="System.Web.Security" %> <% @ Import Namespace ="System.Web.Profile" %> <% @ Import Namespace ="System.Configuration.SettingsBase" %> <% @ Import Namespace
    Posted to Data Presentation Controls (Forum) by rcurtis on 7/11/2007
  • Re: Using a Formview to Update Record and Email an Attachment

    Techie Zhang and Allen, thanks the FormView1.DefaultMode = FormViewMode.ReadOnly solved the second problem. I still get two emails. I was wondering if if should be running the email code on the ItemUpdated instead of ItemUpdating. Could the Updating process somehow be causing the email to fire twice? Rick
    Posted to Data Presentation Controls (Forum) by rcurtis on 7/9/2007
  • Using a Formview to Update Record and Email an Attachment

    I have a Formview that I am using to update a company database record and allow them to email me their company logo. The update is working and the email is going out on the ItemUpdating behavior of the Formview but there are two problems. The first is that two emails go out. One with the attachment (say 31kb) that has the correct image and another with the same file name but with a size of say 50b and no visible image. The second problem is that I want to reset the Formview from Edit mode back to
    Posted to Data Presentation Controls (Forum) by rcurtis on 7/8/2007
    Filed under: formview.changemode email attachment
Page 1 of 8 (77 items) 1 2 3 4 5 Next > ... Last »