Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

pampam110

@pampam110
About
Posts
31
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • RunTime Error , Server Error in Application PROBLEM
    P pampam110

    i bought a host and Domain and i publish it in my own website but I have still this problem! Any Idea?

    []D @ []v[] []D @ []v[]

    ASP.NET help sysadmin question workspace

  • wizard control
    P pampam110

    Wizard SideBar displayed horizontaly I think it can HelP You.

    []D @ []v[] []D @ []v[]

    ASP.NET

  • site publish problem
    P pampam110

    i do it! but it didnt help me! any other another one Idea which can help me?

    []D @ []v[] []D @ []v[]

    ASP.NET help com sysadmin question workspace

  • site publish problem
    P pampam110

    Right now , i buy a host and a domain. and i want to publish my project on real website : WWW.MYDOMAIN.COM . but i encounter a problem : when i want to login to website it send me an error with this title : "Server Error in '/' Application." and contain this message : <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?

    []D @ []v[] []D @ []v[]

    ASP.NET help com sysadmin question workspace

  • Ajax Control ToolKit Problem
    P pampam110

    Thanks man! I Choose AjaxControlToolkit Which is Compatible with my .net framework! but another problem is, i wanna use htmleditor tool, and there is no html editor! n it is just in upper version of ajaxcontroltoolkit! Any Idea?

    []D @ []v[] []D @ []v[]

    ASP.NET help csharp asp-net design tutorial

  • RunTime Error , Server Error in Application PROBLEM
    P pampam110

    Thanks Again! You are Profesional !

    []D @ []v[] []D @ []v[]

    ASP.NET help sysadmin question workspace

  • RunTime Error , Server Error in Application PROBLEM
    P pampam110

    I Use Build ---> Publish Web Site and in target location i use my website ftp address! so ?

    []D @ []v[] []D @ []v[]

    ASP.NET help sysadmin question workspace

  • RunTime Error , Server Error in Application PROBLEM
    P pampam110

    I published my website , but when i want to login to website it send me an error with this title : "Server Error in '/' Application." <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?

    []D @ []v[] []D @ []v[]

    ASP.NET help sysadmin question workspace

  • Ajax Control ToolKit Problem
    P pampam110

    I Use .NET Framework 2.0! So? :sigh:

    []D @ []v[] []D @ []v[]

    ASP.NET help csharp asp-net design tutorial

  • Rich Text Box in ASP.NET
    P pampam110

    Thanks Man. But i Face to another Problem ... I try to Adding the AJAX Control Toolkit to the Toolbox as shown in this page: Get Started with the AJAX Control Toolkit : The Official Microsoft ASP.NET But it send me an error when I Select my AjaxControlToolkit.dll! The Error is : There was an error loading types from assembly 'C:/Program Files/....../AjaxContolToolkit.dll' 'Could not load file or assembly 'System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, ..... or one of its dependencies. The System cannot find the file specified.' Any Idea again? ;)

    []D @ []v[] []D @ []v[]

    ASP.NET asp-net csharp html com hosting

  • Ajax Control ToolKit Problem
    P pampam110

    I try to Adding the AJAX Control Toolkit to the Toolbox as shown in this page: Get Started with the AJAX Control Toolkit : The Official Microsoft ASP.NET But it send me an error when I Select my AjaxControlToolkit.dll! The Error is : There was an error loading types from assembly 'C:/Program Files/....../AjaxContolToolkit.dll' 'Could not load file or assembly 'System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, ..... or one of its dependencies. The System cannot find the file specified.' Any Idea?

    []D @ []v[] []D @ []v[]

    ASP.NET help csharp asp-net design tutorial

  • Rich Text Box in ASP.NET
    P pampam110

    Thanks for ur reply! Where Should i find RichTextEditors ?!

    []D @ []v[] []D @ []v[]

    ASP.NET asp-net csharp html com hosting

  • Rich Text Box in ASP.NET
    P pampam110

    Can anyone help me in creating RichTextBox in ASP.NET? I see an article in Codeproject.com but it is simple! i want an article or book for create Pro Rich Text Box ;) Something like this Picture Upload Geek - Free Image Hosting

    []D @ []v[] []D @ []v[]

    ASP.NET asp-net csharp html com hosting

  • Sending Mail Problem
    P pampam110

    my website is : www.mowjelectric.com and my smtp is : mail.mowjelectric.com!

    private void SendMail(string from, string body)
    {
    string mailservername = "mail.mowjelectric.com";
    string subject = "Contact Us FeedBack";
    MailMessage message = new MailMessage(from,"info@mowjelectric.com",subject,body);
    SmtpClient mailclient = new SmtpClient();
    mailclient.Host = mailservername;
    mailclient.Send(message);
    message.Dispose();
    }

    Can u take a look in my code? Thanks!

    []D @ []v[] []D @ []v[]

    ASP.NET csharp asp-net com sysadmin beta-testing

  • Sending Mail Problem
    P pampam110

    Thanks for your help! I Check My Mail Box at http://mail.myURL.com/ "mail.myURL.com" is it my SMTP Server ? and another question is how can find my SMTP Server except Read Manual for this hosting site? :confused:

    []D @ []v[] []D @ []v[]

    ASP.NET csharp asp-net com sysadmin beta-testing

  • Sending Mail Problem
    P pampam110

    Abhijit Jana wrote:

    What do you mean by didn't work? Are you getting any error ? If yes, then what ?

    No Error. I mean This Code didnt send any email :(

    Abhijit Jana wrote:

    Does you SMTP server configure properly ?

    How Can i Configure it? I talk to where i buy Host and Domain, But they didnt help me. :|

    []D @ []v[] []D @ []v[]

    ASP.NET csharp asp-net com sysadmin beta-testing

  • Sending Mail Problem
    P pampam110

    This is my code to send an email! but it didnt work

    private void SendMail(string from, string body)
    {

        string mailservername = "mail.myURL.com";
        string subject = "Contact Us FeedBack";
        MailMessage message = new MailMessage(from,"info@mowjelectric.com",subject,body);
        SmtpClient mailclient = new SmtpClient();
        mailclient.Host = mailservername;              
        mailclient.Send(message);   
        message.Dispose();      
    }
    

    and I manipulate ASP.NET Configuraton. and change SMTP Server name to : "mail.myURL.com" Any Idea? :)

    []D @ []v[] []D @ []v[]

    ASP.NET csharp asp-net com sysadmin beta-testing

  • ASP.NET Configuration Problem
    P pampam110

    Thanks AnyWay! my problem Solve!

    []D @ []v[] []D @ []v[]

    ASP.NET help csharp asp-net database sql-server

  • ASP.NET Configuration Problem
    P pampam110

    Thanks Abhijit Jana. I Run aspnet_regsql . . . and i use -? for help me! but i am confused! I find out something. first of all i havent sql express and I can't setup sql express edition. what should i do? i have Visual Studio 2005 beta version. Any Ideas ?!

    []D @ []v[] []D @ []v[]

    ASP.NET help csharp asp-net database sql-server

  • ASP.NET Configuration Problem
    P pampam110

    when i use asp.net configuration from website tab on Visual Studio 2005. i click on Security Tab i saw this message : "There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. " then i select "Choose Data Store" button and select a single provider , and after that Click on test text on page. again i saw an error : "Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider. " AnyOne know? What should i do?

    []D @ []v[] []D @ []v[]

    ASP.NET help csharp asp-net database sql-server
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups