Feedback Form
-
I want to create a feed back form in asp.net using VB script anybody pls help how to code that if user click submit button it send a mail to my id i designed the user interface page but i cont able to code to onclick action
kn.nageshwaran wrote:
I want to create a feed back form in asp.net using VB script
:omg: Why VB Script ?
kn.nageshwaran wrote:
if user click submit button it send a mail to my id i designed the user interface page but i cont able to code to onclick action
What about this one ? http://www.codeproject.com/Messages/3219052/online-forms-in-asp-net.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
kn.nageshwaran wrote:
I want to create a feed back form in asp.net using VB script
:omg: Why VB Script ?
kn.nageshwaran wrote:
if user click submit button it send a mail to my id i designed the user interface page but i cont able to code to onclick action
What about this one ? http://www.codeproject.com/Messages/3219052/online-forms-in-asp-net.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
i think that code was in C# but i am using VB script in asp.net i tried that its not working i designed a user interface in as feedback.aspx using language as VB
I am not able to understand what is your exact problem. In your Feedback form you should have Email, Subject and Comments field ( May be different based on requirments ) . On click of submit button you need to send mail on Email Id. Now, how to send mail I have alredy told you. I think your problem is something different and you are not able to express it :( . Please try to explain in properly so that we can help you out !! Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
I am not able to understand what is your exact problem. In your Feedback form you should have Email, Subject and Comments field ( May be different based on requirments ) . On click of submit button you need to send mail on Email Id. Now, how to send mail I have alredy told you. I think your problem is something different and you are not able to express it :( . Please try to explain in properly so that we can help you out !! Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
I designed a user interface for a web form i have 11 text box, 4 dropdown box, and 2 button Button 1 name is submit Button 2 name is Reset Now i any user click the submit button the content what was filled by the user in the text box and dropdown box should mail to a email id in text format this the task what i want to do i am using asp.net and language as VB
-
I designed a user interface for a web form i have 11 text box, 4 dropdown box, and 2 button Button 1 name is submit Button 2 name is Reset Now i any user click the submit button the content what was filled by the user in the text box and dropdown box should mail to a email id in text format this the task what i want to do i am using asp.net and language as VB