I have given form action="file.asp" but after submitting it is refreshing the same page. It is not going to the target file. Can anybody tell me how can i post any form through here.<BR>Thanks in advanceShowing your <form> tag would have been helpful, but my guess is that you have something like:<BR><form action="file.asp" runat="Server"><BR><BR>Take out the runat="Server", that should only be there if you are posting back to the same page.