Search

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

Matching Posts

  • Visual Studio 2005 Beta 1 DVD

    I ordered the Visual Studio 2005 Beta 1 DVD a few months ago. If I order it now (or most likely when the December CTP is given), will that DVD be the newest version, or is there only one copy of the Visual Studio 2005 Beta 1 DVD? If there has only been one, is it possible for me to use it with the newest .NET 2.0 framework I would get from the Express products? Thanks
    Posted to Visual Studio 2005 (Forum) by vintious on 12/13/2004
  • CSS layout / design

    This is a plea to the DNN developers. In the coming months, a lot of developers are going to move towards Whidbey. I haven't looked too much into DNN yet (just about to set up a portal site), but it looks like a lot of the layout is set up using tables. Check out www.csszengarden.com. See how a simple (XHTML 1.1 and accessibilitity compliant) HTMl markup can be made into incredible designs. I really with DNN could move towards this, the reason being it allows much more customization. What are your
    Posted to DotNetNuke (Forum) by vintious on 12/9/2004
  • Re: ASP.NET vs competition

    Yeah, Mono is pretty much good to go for all ASP.NET applications. In fact, the biggest problem, they say, for porting code over is people who concatinate a "\" for directories instead of using the Directory.DirectorySeperatorChar constant. I hope to see some servers with Mono popping up!
    Posted to Getting Started (Forum) by vintious on 12/8/2004
  • Re: No More Run At="Server" !!!!

    I just hit: ru = s " and it puts it in for me. I don't see this going away at all. I don't mind it anyway.
    Posted to Getting Started (Forum) by vintious on 12/8/2004
  • Re: ASP.NET 2.0 product design changes between Beta 1 and Beta 2

    Just to clarify something, events are still declared in the .aspx file, correct? The only difference is that there will still be two separate classes (just like in .NET 1.x), but the code-beside (or is it called code-behind again?) is compiled with a partial class that declares the server controls the .aspx file has. Does it also create the event handlers, or will the .aspx file take care of that by having the method name in the actual server control markup? Also, this is all done by ASP.net, and
    Posted to Getting Started (Forum) by vintious on 12/6/2004
  • Re: ASP.NET 2.0 product design changes between Beta 1 and Beta 2

    @ericy3kok For C#, you have to select the control in design view and then choose the Events button in the property window (the lightning), and then double click the event you want to handle. Not as easy as VB.net, I agree. You should see if this has been suggested in MSDN's product feedback: http://lab.msdn.microsoft.com/productfeedback/
    Posted to Getting Started (Forum) by vintious on 11/19/2004
  • Re: ASP.NET 2.0 product design changes between Beta 1 and Beta 2

    I'm very happy to see some of these changes, especially the directory naming scheme. Just for the record, case does not matter, right? For example, app_themes and app_Theme will still be considered the Themes directory. This worked in the October CTP at least :D
    Posted to Getting Started (Forum) by vintious on 11/17/2004
  • Re: How to use Membership Provider Api in 1.1 Framework?

    I believe the DNN team, as well as the Community Server team uses their own implementation of the providers. Once .Net 2.0 RTMs, they can simply reference the build in providers.
    Posted to Security (Forum) by vintious on 11/11/2004
  • Re: Flash doesn't load

    I read that for Beta 2 they have changed the code so it works perfectly in Mozilla and Opera.
    Posted to Getting Started (Forum) by vintious on 11/8/2004
  • Re: File Upload control

    The rendered <input type="file" /> HTML element has some points you need to understand. For security reasons, you have no access to the file path textbox. You also don't have any access to where the user defaults to. This is all for security.
    Posted to Getting Started (Forum) by vintious on 11/2/2004
Page 1 of 32 (313 items) 1 2 3 4 5 Next > ... Last »