Search

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

Matching Posts

  • Re: sending email through form in asp.net 2.0

    Hi deorne, its a simple job you are missing, if i'm right you are using windows XP, if so IIS web server is not installed on your system by default and you have to install in manually. its not a hard job Open Add/remove programs window, on the left side click on add remove windows components, check internet information service, double click on it also and make sure SMTP service is selected, after that you need to put your windows CD in your CD-ROM. after installation, press Windows + R to open
    Posted to Web Forms (Forum) by ariya on 6/30/2007
  • Re: about file name

    Hi, this job also could be done in more simple way ! you just have to add to home page of that directory to IIS and config it as virtual directory. Fro example: http://www.mitgroup.ir/demo/defualt.aspx could be changed to http://www.mitgroup.ir/demo/ i hope this helps. Regards, Arshak
    Posted to Getting Started (Forum) by ariya on 6/30/2007
  • Re: ASP.NET 2.0 : Mailsettings & Godaddy

    Hi, it seems, your web hosting service does not allow relay for free. thats why you can not send e-mail via .NET. you have three choices : 1. Pay extra money to enable relay. 2. change your hosting service. ');" title="Confused - "> 3. you can set IP/Port , user name and password of another server that has relay. for second one, i can help you to setup your hosting on a better server without these kind of extra charges. Regards, Arshak
    Posted to Getting Started (Forum) by ariya on 6/30/2007
  • Replace checkbox with an image in gridview

    Hello everyone, I creating a web site, and in my user management section i have a boolean column named Isactive which is true when a user is active and false when the useraccount has been disabled. Now i want to replace the checkbox shown in gridview with 2 images, one for active and one for disabled. i would be thankful if any one can guide me through this job. Regards, Arshak
    Posted to Data Presentation Controls (Forum) by ariya on 5/19/2007
  • Re: web based file downloader

    hi all and thanks for your answers, maybe i should explian a little more what am i going to do, i need to provide a URL on a website to my webform, and the file i have entered the address should be downloaded on the server, my web site is running on. Best Regards, Ariya
    Posted to Web Forms (Forum) by ariya on 10/16/2006
  • web based file downloader

    Hi all, does any one have an idea how can i create a web based file downloader, like i provide a link to it, and it downloads the file to some directory on the server? Best regards, Ariya
    Posted to Web Forms (Forum) by ariya on 10/14/2006
  • Re: custom server controlls events not working at all !

    thanks for rply, sad to say but its not working !
    Posted to Custom Server Controls (Forum) by ariya on 8/12/2006
  • custom server controlls events not working at all !

    hi all, i've created a custom calendar controll, and added link buttons for each day, and added an on click event for them to find wich date was selected. but the click event is not working at all! bellow is the code for this controll. i would be thankful if you help me solve this problem. Best regards, Arshak using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls;
    Posted to Custom Server Controls (Forum) by ariya on 8/10/2006
  • Re: setting smtp server port

    thanks for your reply, i've already done that, but port number has chnaged form 25 to 2599, to avoid confict with my mail server smtp service, any idea? best regards, Arshak
    Posted to Getting Started (Forum) by ariya on 9/13/2005
  • setting smtp server port

    hi all, my sevres mail serve is Imail and they have blocked mail relay, and i use IIS smtp server, for sending mails via .net cuz they have blocked relay on IMail. every thing was ok, till our server is upgraded to win2k3, right now when i navigate to page that sends mail i get this error: System.Runtime.InteropServices.COMException: The transport failed to connect to the server. can any one help me, i think i should mention smtp port via .net message object, and i did not find any property for that
    Posted to Getting Started (Forum) by ariya on 9/12/2005
Page 1 of 9 (81 items) 1 2 3 4 5 Next > ... Last »