Search

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

Matching Posts

  • Re: AutoCompleteExtender doesn't appear in the page

    You will also need the [ScriptMethod] on the Method [ WebMethod ][ ScriptMethod ] public String [] GetCountriesWordList( string prefixText) { etc....
    Posted to ASP.NET AJAX UI (Forum) by jbfurlong on 10/23/2006
  • Saving Configuration appSettings

    ASP.NET 2, web application with a web.config. I have separated out my appSettings into a separate MyAppSettings.config file which is accessible for write by ASPNET process. I can read settings without any problem all is fine. However, I want to SAVE some settings into this separate file at SessionEnd and ApplicationEnd events in Global.asx but I cannot find how to do it. In the ApplicationStart event I have Application.Lock() Application( "VisitCounter" ) = CType (ConfigurationManager.AppSettings
    Posted to Configuration and Deployment (Forum) by jbfurlong on 12/12/2005
  • Setting Directory Permissions Programmatically

    Does anyone have code for programmatically setting permissions on a directory? I want to be able to check permissions on a sub-directory at install time (using a Custom Action, Setp being run by Administrator) and then give write access to tyhe Network Service account. I cannot seem to find suitable code anywhere Brian
    Posted to Configuration and Deployment (Forum) by jbfurlong on 11/11/2005
  • Re: Intercept Update on GridView/ObjectDataSource

    Fredrik, Many thanks for the reply, in fact I discovered this later and I agree with you, the ODS event is better as the ODS object is not reused by other controls. However, after further thought and research I moved the editing and inserting to a DetailsView with an ODS and utilised the ODS.Updating event as recommended. I enclose the code for others below: Everything works fine, however, I then ran into another problem when I get into the ODS.Updating event (below) the _jc item correctly displays
    Posted to Data Presentation Controls (Forum) by jbfurlong on 10/19/2005
  • Intercept Update on GridView/ObjectDataSource

    I have a gridview binding to an objectdatasource and I want to intercept the Update/Insert event to modify some of the props on the business object before it gets sent to SQL Server. Where do I do this, in the ObjectDataSource_Updating event or is it on the GridView event? How do I get to the business object? Many thanks Brian
    Posted to Data Presentation Controls (Forum) by jbfurlong on 10/18/2005
  • Re: Profile Updating after new user create

    Sunny, I think you mave it here. I will try using the _ContinueButtonClick event and see what happens. many thanks for all the responses. Brian
    Posted to Security (Forum) by jbfurlong on 9/29/2005
  • Re: Profile Updating after new user create

    Thanks for the idea. In fact the issue is that the UserID I want to assign comes directly from an application database table and will not exist in that table until after the User completes the CreateWizard and becomes a recognised user in Membership. (The process actually calls an application method to create the table entry in SQLServer and returns the UserId which is in fact the identity column for the table.) Therefore my problem is that the Profile object does not seem to be created either until
    Posted to Security (Forum) by jbfurlong on 9/27/2005
  • Profile Updating after new user create

    I am using the standard CreateUserWizard with an extra wizard step which I use to capture application specific data for the user. After I finish the wizard in CreateUserWizard1_CreatedUser I create an entry in my application table, add the user to various roles in Personalisation and then I want to simply place the identity key from the application table into a Profile field defined as Profile.UserID. The problem is the following: When I reach this line of code I get an error concerning anonymous
    Posted to Security (Forum) by jbfurlong on 9/26/2005
  • SkinID image as background

    Is it possible to use a Theme image defined in a skin with a SkinID as the Background image for a table or table element?? I have an image defined in the Skin. <asp : Image ID ="BannerImg" SkinID ="Banner" runat ="server" /> I have a table element with a background as follows < td colspan ="7" width ="770" height ="98" background ="App_Themes/WorkNet/images/Banner.jpg"> How can I use the "Banner" image rather than hard code the file name? Many thanks Brian
  • Calendar Day Column Selection

    Does anybody know how to select a COLUMN of an asp.net Calendar control to return a collection of dates, i.e. click the day name at the top of the calendar to select that column of days. The functionality I want is the same as the row selection on the calendar control but returning the same day for each week of the displayed month. Is there some way of doing this with the basic calendar control or if not, how could I do it? Many thanks Brian
    Posted to Web Forms (Forum) by jbfurlong on 3/23/2005
Page 1 of 3 (29 items) 1 2 3 Next >