Search

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

Matching Posts

  • Re: Suggestions on RTB editor controls

    Thanks I will give it a go.
    Posted to Getting Started (Forum) by Mykre on 5/24/2009
  • Suggestions on RTB editor controls

    Hello all, I am looking for some suggestions on editor controls for text boxes/RTB, I have seen freetextbox and others used before. What I am looking ofr is suggestions from the public on a control or system that I can use that will also allow me to sell the product. I would prefer a free solution, but suggestions ATM is all I am looking for. I am working on a simple application that will need the users to enter formatted text into different text boxes. This text will then need to be rendered to
    Posted to Getting Started (Forum) by Mykre on 5/23/2009
  • Re: Enterprise solution for SQL server 2005

    SQL Server 2005 has it's own built in mail system, with sql 2000 you used to have to have a MAPI Client installed for some functions. Have a look at the Database Mail Configuration and SQL Mail in BOL. You will find that by default the functions are turned off and you will need to turn them on using the SQL Configuration tools, or the Setup Mail wizards. It will need access to a SMTP Server to process the out going mail.
  • Re: How to retrieve all MS Office outlook 2007 contacts in ASP.net with C#/vb ?

    You will find that Outlook is client based and generally not recomended to be installed on the web server. If it is just the contacts that you want to pull from an exchange system that is another story. With Exchange 2007 you could always tag into the Exchange Web services to collect the data, if running exchange 2003 you should look at the SDK as I am sure there are examples there.
    Posted to Enterprise Services Integration (Forum) by Mykre on 7/3/2008
  • Re: I want to make Master Detail Form in ASP.Net Like as in MS Access Form

    I would have a look at these tutorials ( http://www.asp.net/learn/data-access/ ) there are a couple on data access that will help with your Master Detail problem. Note that these are using the SQL Database system but you should be able to interchange the sql connections for odbc connections to your access database.
    Posted to Data Presentation Controls (Forum) by Mykre on 7/3/2008
  • Re: vs 2008 Express problem with Xp

    There are a couple of ways to install the system, you can ether use the web installer, which will start the install by clicking the link on the web site or there is the manual download method. Both can be gotten to by following this link... http://www.microsoft.com/express/download/ The manual install will have you download an ISO File and from that you will have to burn it to a DVD to install from it.
    Posted to Visual Web Developer 2008 Express (Forum) by Mykre on 6/29/2008
  • Re: login problem

    You will need to make sure that the host supports asp.net 2.0 as well as the Database engine that you are using. If you have developed the application using a Data file inside the App_Data directory and it is an MDF, you will need to make sure that the Host supports SQL Express and User Instances.
    Posted to Configuration and Deployment (Forum) by Mykre on 6/29/2008
  • Re: Licensing of product

    You would need to store the licensing information somewhere where the application needs to look to make sure it is right. You could create a web service or system on your site that it talks to, or create a license manager service that the client must use for the applications. Then you could hardcode or eyncrypt the codes to that service and the machine it is running on. This would mean that each time the client wants to install the application on another machine the user must contact you for new
    Posted to Security (Forum) by Mykre on 6/28/2008
  • Re: Creating a Word Document from a PDF

    You will find that going from PDF to word is going to be really hard, I would look at the office intergration systems and create the Word document using those.
    Posted to Getting Started (Forum) by Mykre on 6/28/2008
  • Re: DNN 4.0.3 Released on Source Forge.

    Reading the bug tracker system it says it's a stability release.
    Posted to DotNetNuke (Forum) by Mykre on 3/16/2006
Page 1 of 15 (144 items) 1 2 3 4 5 Next > ... Last »