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...