Search

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

Matching Posts

  • Re: File System Object in ASp.Net

    "VB.NET offers two handy classes— DirectoryInfo and FileSystemInfo — that allow you to access directories, check their properties, and perform other basic functions on the file system. DirectoryInfo lets you get information about a directory, and create, move, and enumerate through directories and subdirectories. FileSystemInfo has methods that allow you to manipulate both files and directories; therefore, a FileSystemInfo object can represent either a directory or a file." Check out System
    Posted to Getting Started (Forum) by Joël Hébert on 1/27/2009
  • Re: How to add asp.net mvc to the existed site,please?

    If you want to add a mvc site to an existing site you will need to either do 2 things. a) Modify the existing site entirely to work with MVC since you will want 1 framework and not 2 in order to do things b) Keep existing winforms pages the way they are and add MVC segments. Both are possible but there is no advantage to mix matching. I usually go all out one way or the other depending on what the client wants. Both a and b is possible. Try it on a starter project.
    Posted to ASP.NET MVC (Forum) by Joël Hébert on 1/27/2009
  • Re: Delimeted file to a datatable

    Answer to what you want is here: http://www.codekeep.net/snippets/92f29d6d-eec0-4f0f-b036-d96aa79a7d7b.aspx Cheers
  • Re: pls nedd help

    Whether the first or second site has or does not have a masterpage will not affect the way you link from page to page. Simply use the link as you would any other day it will use HTTP and fire to that site and it shall render. If you are to combine both in a project the page without master page will render without a master page. If you want it to render with master page add the @page directive and the parts in the code to make it work. A web reference is to reference a webservice it will not help
  • Re: .NET web content management advice needed

    i would go with DNN and SiteFinity. Personnaly I stay away from cms. In the end you always need a developer around to fix things...and most people can create a aspx file. I have 50 year old accouting people at one of my clients who can do html well and one you can do that creating a aspx is not to hard. Just paste where I put Insert Html Here as a comment is easy to follow :)
    Posted to Free For All (Forum) by Joël Hébert on 1/4/2009
  • Re: A Class for sending e-mails

    thanks rami, only thing i would add is exception handling, but I see that you probably left it out so people can add what they want...perhaps that and a loggin mechanisn, simple one.
    Posted to Tips & Tricks (Forum) by Joël Hébert on 1/4/2009
  • Re: Typed GridView replaces FindControl

    good idea, would be nice if there was a recursive find embedded in the design time so we never have to use findcontrol :(
    Posted to Feature Requests (Forum) by Joël Hébert on 1/4/2009
  • Re: Grid component comparison

    I use component art web.ui and telerik. Both are alot better than the asp.net intrinsic control. I would look at the whole suite of tools and base myself on what I like best. The companies are competing so fiercly amongst themselves that all the products are really good. I have used the web.ui one and really like the ajax stuff. If you are like me and dont want to waste time with ajax the suite has a callback control and the grid has support...it is a 1-2 click type of thing to get really nice results
    Posted to Component Discussions (Forum) by Joël Hébert on 1/4/2009
  • Re: setting the WebRequest timeout

    http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.timeout.aspx Remarks Timeout is the number of milliseconds that a subsequent synchronous request made with the GetResponse method waits for a response, and the GetRequestStream method waits for a stream. If the resource is not returned within the time-out period, the request throws a WebException with the Status property set to WebExceptionStatus . . :: . Timeout .
    Posted to Free For All (Forum) by Joël Hébert on 1/4/2009
  • Re: Problem in session state when working with Ajax.dll in a Reverse Proxy environment

    if the id is different it means that perhaps your ip is being changed on different requests....you forgot to mention if you are using a load balancer or not..that is more important to know
    Posted to State Management (Forum) by Joël Hébert on 1/4/2009
Page 1 of 68 (673 items) 1 2 3 4 5 Next > ... Last »