Search

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

Matching Posts

  • Re: Question regarding Hosting your own mysql server

    No, my ip is dynamic. But, i've noticed that my ip addres only changes when i reboot my modem, which happens quite rarely. So, i guess I should be good.
    Posted to Configuration and Deployment (Forum) by hervens on 1/16/2009
  • Question regarding Hosting your own mysql server

    Hello Im currently working on an xbox 360 fan based website. with asp.net The website will make extensive use of the MySQL database, as about 50 to 75% of the website contents will be drawn from a database, including the articles, blogs, xbox 360 game list, etc. The website will also include a forum The website under construction has been hosted with www.easycgi.com on shared hosting for the last 4 days, and now, im encountering limits and restrictions that I never knew about. For example, "max_user_connections"
    Posted to Configuration and Deployment (Forum) by hervens on 1/16/2009
  • Re: getting lines from a textbox

    Thx a lot for your help jhallyButton And also, after a quick search on msdn, ive figured you can also use the Line property in the textbox to retreve an array of text on a specific line. like this string [] tempArray = textBox1.Lines; Each element, in the array represents a line. for more information, go here http://msdn2.microsoft.com/en-us/library/system.windows.forms.textboxbase.lines.aspx
    Posted to Web Forms (Forum) by hervens on 4/15/2008
  • Re: getting lines from a textbox

    How would i split the string up? Can you provide any code example? thx
    Posted to Web Forms (Forum) by hervens on 4/15/2008
  • getting lines from a textbox

    Hello, !! I currently have a button and a multilined textbox. Now, to retreive the text from the textbox, all you have to do is " string data = TextBox1.Text ", and all the text in the textbox is returned. However, upon postback ( button has been pressed ) i was wandering if there was a way to return the number of written lines a textbox contains, and store each individual line in the textbox, as a different string. So, if the textbox contains 2 lines, i want to be able to do this: string
    Posted to Web Forms (Forum) by hervens on 4/15/2008
  • Re: problem with ajax updateprogress control

    Hello, thank you for your attempt to help me. I have found a solution to my problem, and it can be found on the following link http://www.eggheadcafe.com/tutorials/aspnet/87272b03-adec-45e1-b157-b21da3714dfd/how-to-display-an-animate.aspx Everything is working perfectly now. Thank YOu very much
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hervens on 1/23/2008
  • Re: problem with ajax updateprogress control

    The file upload control is not in the update panel. It`s only the button that is in the update panel
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hervens on 1/22/2008
  • Re: problem with ajax updateprogress control

    The file upload control is not in the update panel. It`s only the button that is in the update panel
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hervens on 1/22/2008
  • Re: problem with ajax updateprogress control

    Hello, thank you for your attempt to help However, the problem i am facing is related to the new ajax updateprogress control i added, because when i remove the button from the update panel, everything works as expected.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hervens on 1/22/2008
  • problem with ajax updateprogress control

    Hello, I currently have a web page, with a fileupload control, so users can upload files to my database. I decided to add try the ajax updateprogress control to let the users know that the file is currently uploading. I added a button in an update panel, and an animated gif file in an update progress control. Now, when i press the button, the file that the user browsed for is suppose to get uploaded to the server. However, when i tried uploading a 10mb file, i encoutered some problems. Here is my
    Posted to ASP.NET AJAX Control Toolkit (Forum) by hervens on 1/22/2008
Page 1 of 6 (55 items) 1 2 3 4 5 Next > ... Last »