Search

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

Matching Posts

  • Pass a Page Property to a user control

    I have created a user control which exposes a property a custom type as SoftwareItem . The page where I have placed this user control has a page property of the same type. I cannot figure out how to pass the page's property to the user control. I understand that this can be done in the code_behind but wanted to set the property declaratively to avoid view state issues with setting this property in the code behind. <uc1:InstallSoftwareItem ID="InstallSoftwareControl" SoftwareItem
    Posted to Web Forms (Forum) by ahsteele on 9/24/2009
    Filed under: properties, user control, user control & Page, page property
  • Re: AJAX Modal Window Flash at Load Up Time

    I can think of about 14 million people who by default do not have JavaScript enabled. By default a BlackBerry does not have JavaScript enabled so all of RIM's 14 million subscribers are unable by default to use your website. Many robots (used by search engines to index your site) do not examine text hidden behind JavaScript links. There are millions more who have JavaScript turned off by their IT department. Progressive Enhancement is not difficult to employ if thought of from the beginning and
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by ahsteele on 9/5/2008
    Filed under: section 508, accessibility
  • Re: Multiple Applications in SqlProfileProvider Database

    Excellent I will give that a whirl. Thank you for the fast reply!
    Posted to Security (Forum) by ahsteele on 7/26/2008
  • Multiple Applications in SqlProfileProvider Database

    I have been doing some hunting and have not come up with anything definitive so I figured it would be easiest to just ask. Is it possible to use the same SqlProfileProvider Database for more than one ASP.NET Application? Given some of the column names in SqlProfileProvider Database it would seem possible, but I could also have a lack of understanding of how the database is put together. That said I was wondering if anyone had experience with running multiple applications from the same SqlProfileProvider
    Posted to Security (Forum) by ahsteele on 7/26/2008
    Filed under: SqlProfileProvider Database
  • Re: Release plan for bug fixes etc

    Brad Abrams blogged about the publishing of an ASP.NET Ajax Roadmap . It appears that various parts of the roadmap were added to CodePlex on the 1st and 2nd of July: http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14924 .
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ahsteele on 7/8/2008
    Filed under: ASP.NET AJAX Roadmap
  • Re: Gridview with Dictionary Data Source DataBind Error: A field or property with the name 'XXXX' was not found on the selected data source

    Great, that seems to work. I opted for the path of least resistance and created a List<T> object from the Dictionary<T,T>.Values() method. Not a great solution but one that worked.
    Posted to Data Presentation Controls (Forum) by ahsteele on 5/5/2008
  • Re: Display only Desired Properties of Object in List<T>

    Never mind I had something else stupid going on autogenerate=false does the trick. /sigh Thanks for the help!
    Posted to Data Presentation Controls (Forum) by ahsteele on 5/2/2008
  • Re: Display only Desired Properties of Object in List<T>

    Switching to autogenerate columns to false does the trick for removing the columns that I don't want. The only problem is that is also removes the select button I had specified with <asp:ButtonField ButtonType="Button" HeaderText="Select" Text="Select" />. This is frustratingly silly.
    Posted to Data Presentation Controls (Forum) by ahsteele on 5/2/2008
  • Re: Release plan for bug fixes etc

    I don't think they've dropped AJAX support in favor of Silverlight. I think Silverlight is the new hot toy that they are pushing, but I don't AJAX has been dropped in the process. The problem with Silverlight and Flash is that neither is ubiquitous. Silverlight might be the new hot thing but it is not nearly as ubiquitous as a webpage, even one that uses AJAX. I sometimes think Microsoft is waiting for the community to step up to the plate and offer some fixes for the Control Toolkit
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ahsteele on 5/2/2008
  • Display only Desired Properties of Object in List<T>

    I am setting the datasource of a GridView to List<T>. I only want to show specific properties of object T. However, while I get the properties that I specify in my GridView BoundFields I also get every other property of object T and the ones I have already listed. To be specific I do not want to display the EntityID property and need to figure out why it is appearing in addition to the EntityName and EntityType properties being repeated. I am sure there is a simple solution to this problem
    Posted to Data Presentation Controls (Forum) by ahsteele on 5/1/2008
    Filed under: BoundField, databind, datasource, List<T>, GridView
Page 1 of 12 (112 items) 1 2 3 4 5 Next > ... Last »