Search

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

Matching Posts

  • Re: Adding Picasa to my Web Application

    Thats the post that pointed me in the direction of research but I didn't get a good answer on how to implement it.
    Posted to Free For All (Forum) by QWERTYtech on 11/29/2009
  • Adding Picasa to my Web Application

    I saw a post on here that talked about adding Picasa to a website but it didn't say much about it. I followed the links and downloaded the Google API. I was wondering if anyone had this setup on their site and wouldn't mind telling me how they did it.
    Posted to Free For All (Forum) by QWERTYtech on 11/28/2009
  • Re: New to MVC

    Well I have some time thanks to the holiday break to Google some AJAX contact forms and I found one called ProtoFormClass . For the most part I have gotten everything to work with my MVC project except for the send.php . I was wondering if anyone could help me convert the PHP to an event for a button click. I was hoping that I could use a Panel to show that it was successfully sent or failed. And then have it go away after 15 seconds. <?php echo "<div id=\"response\">";
    Posted to ASP.NET MVC (Forum) by QWERTYtech on 11/25/2009
  • New to MVC

    I recently started playing around with the MVC Application. For the most part I have figured almost everything out. I just have a few questions still unanswered. Do my views have to go inside \Views\Home\ ? Or can I just place them directly under \View\ ? I would only like to use a sub folder if I had quite a few pages that fit a section. Anyone help me create an AJAX contact page for MVC? I'm new to AJAX also and would like to have a more sleek contact page. Thanks in advance.
    Posted to ASP.NET MVC (Forum) by QWERTYtech on 11/22/2009
  • AJAX & ASP Contact Form

    I have been googling like crazy to find a decent AJAX & ASP contact form to play around with. Everything I find is AJAX & PHP. Anyone have any suggestions on what I could use?
  • Re: AJAX & ASP Contact Form

    Yes. I have been looking at these two but can't find out if I can port them to ASP using AJAX. Link 1 Link 2 Any suggestions? http://translate.google.com/translate?u=http%3A//alexsancho.name/archives/2005/11/formulario-de-contacto-20/&hl=en&langpair=auto|en&tbb=1&ie=UTF-8
  • Re: Help with a onclick event for Hyperlink

    With the code provided could I also change class of the asp:hyperlink?
    Posted to Web Forms (Forum) by QWERTYtech on 10/5/2009
  • Help with a onclick event for Hyperlink

    I have a hyperlink that I want to have an onclickevent run. I need the event to tell a panel's visibility to be false and another ones to be true. Is this pretty simple?
    Posted to Web Forms (Forum) by QWERTYtech on 10/4/2009
  • Connection string in Web.Config

    What would I need to do to my connection string inside my Web.Config file to use a MySQL database with my ASP.NET site? Also, does anyone happen to know how I could export a table setup and data input from my Access database and upload it to my MySQL?
    Posted to MySQL (Forum) by QWERTYtech on 8/10/2009
  • Help with an Contact form

    Okay, my current issue has multiple parts. I'm hoping someone can help me with each part. Is my Web.Config setup right? <system.net> <mailSettings> <smtp> <network userName="name@site.com" password="********" host="smtpout.secureserver.net" port="22" /> </smtp> </mailSettings> Is my code inside my.aspx.vb pages correct? Imports System.Net.Mail Partial Class Contact Inherits System.Web.UI.Page Protected Sub submitButton_Click
    Posted to Web Forms (Forum) by QWERTYtech on 8/8/2009
Page 1 of 37 (362 items) 1 2 3 4 5 Next > ... Last »