make a contact

Last post 09-03-2007 2:59 AM by hardy. 7 replies.

Sort Posts:

  • make a contact

    08-07-2007, 10:24 AM
    • Member
      350 point Member
    • hardy
    • Member since 08-01-2007, 8:01 AM
    • somewhere
    • Posts 477

     heloo all my friends...

    i make a shopping cart, in shopping cart is containing home,product,cart,register,login,and contact..

    if customer want to ask something, he select a contact, and run to contact.aspx page. after he write about information, he click submit. then i as admin,after i login, i can see a inbox have 1 message..

    how to make it?
     

  • Re: make a contact

    08-29-2007, 1:49 AM
    • Member
      350 point Member
    • hardy
    • Member since 08-01-2007, 8:01 AM
    • somewhere
    • Posts 477
    Hmm

    like this problem can't be resolved..

    maybe my english is not good...

    so people can't undestand what i am saying....
     ....................

     

  • Re: make a contact

    08-29-2007, 1:55 AM
    • Participant
      1,339 point Participant
    • Mahadeomatre
    • Member since 04-23-2007, 11:00 AM
    • Pune, India
    • Posts 230

    You mean

    when customer fill his information and press submit button, you (Admin) should get the notfication. For this you want to send email to Admin, or just required to insert the values into database?

     

    Thanks,
    Mahadeo

    -----------------------------------------------
    Best is Not the END point, but a starting point for Innovation
    ------------------------------------------------
    Remember to mark posts as the "Answer" to help future users.
  • Re: make a contact

    08-30-2007, 2:17 PM
    • Member
      350 point Member
    • hardy
    • Member since 08-01-2007, 8:01 AM
    • somewhere
    • Posts 477

     thx for ur responding...

    a mean... like example:

    i have a website is containning admin page and customer page.

    in customer page is containning home,contact.

    in admin page is containning inbox.

    if customer "a" have login, he run to customer page, then he write his information in contact.aspx and click button to send his information to database.

    after that, i(admin) want to check my website, i login, then run to admin web page. i select inbox and run to inbox.aspx. in inbox.aspx , i see a customer "a" have send message to me. then i reply message to him.

    when customer "a" loggin, he select contact and run to contact.aspx, he see a message from me.

    in contact.aspx have 2 textbox and one button. one(textbox1) for customer asking, one(textbox2) for admin replying. 

    is it difficult to make this?

    thx... 

  • Re: make a contact

    08-31-2007, 12:16 AM
    • Participant
      1,339 point Participant
    • Mahadeomatre
    • Member since 04-23-2007, 11:00 AM
    • Pune, India
    • Posts 230

    ya, this is possible..

    for contact use a single table like

    contact

    Contact id    Customer_query      Admin reply     

    Thanks,
    Mahadeo

    -----------------------------------------------
    Best is Not the END point, but a starting point for Innovation
    ------------------------------------------------
    Remember to mark posts as the "Answer" to help future users.
  • Re: make a contact

    08-31-2007, 12:23 AM
    Answer
    • Participant
      1,339 point Participant
    • Mahadeomatre
    • Member since 04-23-2007, 11:00 AM
    • Pune, India
    • Posts 230

     

    ya, this is possible.. for contact use a single table like

    contact

    Contact id    Customer_query      Admin reply     customerID   ISSolved

     

    now when customer will login to the system, enter the the contact info in this table.

    like

     

    1             My info                 ______                 cs001       No

    this information will be shown in the admin inbox, for that you can write a query

    select * from contact where ISsolved='No'

    then admin will all the queries send by th customer, and when he click on that, you can open the contact.aspx and show the cusotmer query in textbox1 then admin will enter his response in textbox2 and press send button, on the send button, update ur contact table and set admin_repy and isSolved flag to yes.

    now when customer login to the system,  show the all sloved messsages, from contact page..

     

     

    Thanks,
    Mahadeo

    -----------------------------------------------
    Best is Not the END point, but a starting point for Innovation
    ------------------------------------------------
    Remember to mark posts as the "Answer" to help future users.
  • Re: make a contact

    08-31-2007, 6:44 AM
    • Member
      350 point Member
    • hardy
    • Member since 08-01-2007, 8:01 AM
    • somewhere
    • Posts 477

     ok, thxx..

    i will try it... 

  • Re: make a contact

    09-03-2007, 2:59 AM
    • Member
      350 point Member
    • hardy
    • Member since 08-01-2007, 8:01 AM
    • somewhere
    • Posts 477

    yesss..., thx for ur help... i have succes make a contact like your example...  

    emmm.... do you know about store procedure? is it difficult to make it?

Page 1 of 1 (8 items)