Search

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

Matching Posts

  • Re: Corrupted WebResource.axd url parameters

    ASP.NET and the IE team have been investigating the issue. A post was recently placed in stackoverflow . We would like to understand if you are manually/programmatically defining a META HTTP-EQUIV tag containing a ContentType with a charset that renders in the document?
    Posted to Web Forms (Forum) by SimonCal on 6/26/2009
  • Re: .NET 3.5 and asp:listview

    Hope you don't mind but here are a few more questions.. Is this occurring just for this control? Are you using the ScriptManager anywhere in your app for example - I would expect the same exception? If you create a brand new web app - targeting 3.5, are the controls parsed and referenced correctly? Can you delete the "Temporary ASP.NET Files" for this appliction to cause an entire re-compilation - just to ensure it is clean? Many thanks
    Posted to Installation and Setup (Forum) by SimonCal on 8/15/2008
  • Re: .NET 3.5 and asp:listview

    If you are creating new sites or web application projects and are targeting a framework 2.0, 3.0 then the ListView (and other System.Web.Extensions) control will not appear in the toolbox or have a reference mapping to the tagprefix in Web.config. However, if you target FX3.5, they will appear and the config contain those entries. It seems like you are saying that the existing application did target FX 3.5, Then you open the site in SP1 and ListView is broken. I would expect web.config to contain
    Posted to Installation and Setup (Forum) by SimonCal on 8/15/2008
  • Re: Compilation error after installing Visual Studio 2008 SP1 (Make sure that the class defined in this code file matches the 'inherits' attribute)

    Hi Kodo, I'd also like to try and understand the exact repro and steps that you are taking to get the compilation error you've reported at the start of this thread. It sounds like you've opened an existing Web site using VS SP1 and are now seeing this issue - is that correct? We are actively looking at building a repro here to locate any root cause. If you are able to provide repro files or steps on a slimmed down project that would be great. Please also let us know the environment -
    Posted to Visual Studio 2008 (Forum) by SimonCal on 8/12/2008
  • Re: WebResource in web project

    When you create a web application project, VS builds all codebehind files and other code files to the single assembly placed in BIN. Your pages, user controls etc. still get dynamically compiled with ASP.NET - and are separate assemblies. (look in the tempasp.net files folder). So, in your codebehind if you reference this.GetType(), this will give you the type that is generated as part of the user control ASCX I think, (the dynamic assembly). Since the resource does not exist as embedded in the dynamic
  • Re: Can't use DataPager with ListView in MVC view?

    There's no form runat="server" in the MVC VS templates, as Rob says, it's really a Web forms model and controls that use traditional ASP.NET post-back would end up with POSTs to the same ASPX page, not with the 'pretty URLs' and so not mapped (possibly) to the controller and therefore no ViewData etc. There are some ASP.NET controls that do not require or use ASP.NET post-back and hence no requirement for the form runat="server". If you add the runat=server you
    Posted to ASP.NET MVC (Forum) by SimonCal on 3/10/2008
  • Re: Intresting error with RenderUserControl

    Are you using a project that you upgraded from a previous CTP to use Preview 2? Do you still have the MVCToolkit assembly in the Bin folder of the web application? This may cause intellisense to still show the Html helper method. The Preview 2 includes a static UserControlExtensions that you can use instead.
    Posted to ASP.NET MVC (Forum) by SimonCal on 3/7/2008
  • Re: Converting Project Problem - Add new Item not showing mvc templates

    Are you converting from an earlier MVC project to make use of MVC via the Preview 2 release and this is occurring?
    Posted to ASP.NET MVC (Forum) by SimonCal on 3/6/2008
  • Re: ASP.Net MVC question

    The latest releae of the ASP.NET MVC Preview 2 (released yesterday) is Bin deployable. Start at the general details and download page: http://www.asp.net/downloads/3.5-extensions/
  • Re: Problem Postback with the MediaPlayer Control

    We set up a new forum for you to discuss these controls: http://forums.asp.net/1154.aspx Also, are you using the latest controls from the new release that occurred yesterday? If you want to retrieve and play the location of the movie from a point in the moview, you can use the set_position() API in JavaScript. If you hook up the OnClientMediaOpened (on the server control) to a JavaScript handler - you could perhaps then get hold of the client-side type that manages the interactions with the media
Page 1 of 38 (371 items) 1 2 3 4 5 Next > ... Last »