Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
tell me the code for feedback form
Old 04-21-2009, 02:49 AM tell me the code for feedback form
Junior Talker

Posts: 1
Trades: 0
Heloooooooooo!!!!!




I am going to create one site using asp

i want to feedback form i dont know how

to code it if uhave any idea pls give me


waiting for ur reply
adam
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
adam0211 is offline
Reply With Quote
View Public Profile Visit adam0211's homepage!
 
 
Register now for full access!
Old 04-21-2009, 04:14 AM Re: tell me the code for feedback form
Brian07002's Avatar
Defies a Status

Posts: 2,138
Name: ...
Location: ...
Trades: 0
Never really used ASP, but here's a couple of them to try out:

http://www.cj-design.com/products/fr...spfeedbackform
http://components.developers4web.com...dback-form/asp

Here's a good page, helps you create a form from scratch, but you need to know the basics, I guess:

http://www.elated.com/articles/asp-forms/
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 04-27-2009, 06:23 AM Re: tell me the code for feedback form
nayes84's Avatar
Extreme Talker

Latest Blog Post:
Difference between ASP And JSP
Posts: 232
Name: John
Location: Tokyo
Trades: 0
here is a simple form
HTML Code:
<form method="get" action="simpleform.asp">
First Name: <input type="text" name="fname" /><br />
Last Name: <input type="text" name="lname" /><br /><br />
<input type="submit" value="Submit" />
</form>
simpleform.asp
HTML Code:
<body>
Welcome
<%
response.write(request.querystring("fname"))
response.write(" " & request.querystring("lname"))
%>
</body>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

if(I'm("Helpful")) Add_Talkupation("nayes84");
nayes84 is offline
Reply With Quote
View Public Profile
 
Old 05-02-2009, 09:51 PM Re: tell me the code for feedback form
itHighway's Avatar
Skilled Talker

Posts: 83
Name: Zeeshan Dar
Location: GUJ
Trades: 0
Try searching Hotscripts.com
__________________
Zeeshan Dar
itHighway -
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
itHighway is offline
Reply With Quote
View Public Profile
 
Old 05-05-2009, 06:27 AM Re: tell me the code for feedback form
Skilled Talker

Posts: 59
Name: Tixy
Trades: 0
Thanks for sharing this i search and found this URL codeproject.com/KB/asp/ASPFeedbackform2.aspx please visit this you may find your feedback form related code here
__________________

Please login or register to view this content. Registration is FREE
&
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
By

Please login or register to view this content. Registration is FREE

Last edited by cooltixy; 05-05-2009 at 06:28 AM.. Reason: font style change
cooltixy is offline
Reply With Quote
View Public Profile
 
Old 05-07-2009, 03:50 PM Re: tell me the code for feedback form
Novice Talker

Posts: 5
Name: John
Trades: 0
Can you be a little more specific
rams0b is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to tell me the code for feedback form
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.92885 seconds with 12 queries