How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
Application layout + features
By drawing on Sep 1
Max Bid: Open to fair suggestions


VCPP ActiveX Control
By Ben Gray2 on Sep 1
Max Bid: $35


Webservice for deploying ASP.NET apps
By QUIET on Sep 1
Max Bid: Open to fair suggestions


C# Grid Editor
By QUIET on Sep 1
Max Bid: Open to fair suggestions


Japanese Project
By Ken R on Sep 1
Max Bid: Open to fair suggestions


E-gold Clone
By rohit123 on Sep 1
Max Bid: $100


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(169 open)
   Access 
(55 open)
   MySQL 
(102 open)
   Oracle 
(10 open)
   SQL Server 
(66 open)
   Other DB 
(21 open)
Documentation / Tech Writing 
(22 open)
   Language (Human) Translations 
(10 open)
Data Entry 
(28 open)
Game Development 
(19 open)
Graphics / Art / Music 
(64 open)
   Graphics 
(68 open)
     Adobe AfterEffects 
(11 open)
     Adobe Photoshop 
(38 open)
     Adobe Premiere 
(12 open)
     3d Animation 
(22 open)
   Art (Misc.) 
(21 open)
   Music 
(12 open)
   Photography 
(11 open)
   3d Modeling 
(14 open)
Language Specific 
(97 open)
   Assembly / Machine language 
(11 open)
   ASP 
(69 open)
   ASP .NET 
(59 open)
   C# 
(65 open)
   C++ / C 
(151 open)
   Carbon (Mac OS) 
(6 open)
   Cocoa / Obj-C 
(4 open)
   Cold Fusion 
(16 open)
   Delphi 
(55 open)
   Java 
(68 open)
   JSP 
(16 open)
   Perl 
(50 open)
   Python 
(6 open)
   PHP 
(99 open)
   XML/XSL 
(41 open)
   Visual Basic 
(148 open)
   Visual Basic .Net 
(97 open)
   Other 
(70 open)
Misc 
(37 open)
   CAD 
(4 open)
MultiMedia 
(33 open)
   Video Editing 
(11 open)
Network 
(38 open)
   Network Design 
(9 open)
   Network Implementation 
(9 open)
Platforms 
(66 open)
   Windows 
(184 open)
     MS Exchange 
(11 open)
     MS Office 
(23 open)
     Other 
(11 open)
   Darwin 
(2 open)
   Hand Held/PDA Programming 
(14 open)
   Internet Browser 
(50 open)
   Linux 
(52 open)
   Lotus Notes / Domino 
(2 open)
   UNIX 
(26 open)
Requirements 
(11 open)
Security 
(34 open)
Testing / Quality Assurance 
(17 open)
Web 
(182 open)
   Page Design 
(83 open)
   Flash 
(52 open)
   Web Services 
(79 open)
   Web (Other) 
(93 open)
Training 
(9 open)
   Computer Based 
(10 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Simple Auto ASP Form Post
Bid Request Id: 7348
Bookmark in my 'To Do' list
Posted by: PCU (28 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 18.52%
Buyer Security Verifications: Good
Approved on: Jan 9, 2002
11:40:05 AM EDT
Bidding Closes: Jan 23, 2002
11:40:43 AM EDT
Viewed (by coders): 952 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Web, ASP
Enter chat room for this bid request
(0 active users at Sep 1, 2003 8:24:30 AM EDT)

Description:
A client of our needs help here is the probelm:
Currently we are using a LONG query string when we move data from one server to the next becuse we loose our session variables. Because Netscape poops when it sees a space in the string and not character the string is parsed at the first blank space.

Deliverables:
We need a simple example of how an asp page or code that would collect all of the session variables and POST them AUTOMATICALLY without any user intervention execpt for loading the page. Then a seperate example of how a query string can be created replacing any spaces with a Netscape vaild character. Teh coder who can deliver the fastest with the best example and price will win. We do not need to see the code before awarding the bid however if you would like to submit it to us for review it is up to you.



Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased.


Special Conditions / Other:
WE NEED ASAP (Yesterday :)


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
teleCODERS
(46 ratings)
in Bombay, Maharashtra
India
Bid id: 83,163
$20 (USD) Jan 9, 2002
4:21:18 PM EDT
 9.93
(Excellent)
   
Hello Mr. Jason!

I am back today after a tour and an hour back i saw your this BID request.

I have worked two samples consisting of four ASP pages. Please click on the page names to take you to those pages on my test server for a live demo.

1)An example of how an asp page that would collect all of the session variables and POST them AUTOMATICALLY to a new page by using the Server.Transfer method of ASP version 3.0.
a) <a href='http://www14.brinkster.com/anytimebazaar/svtransfer.asp' target='new'>SVTransfer.asp</a>
This file contains 16 session variables and 11 form elements and all are transfered to the SVReceive.asp page automatically.
However, this method of server transfer works only with ASP version 3.0(i.e. IIS 5.0) and this can transfer session variables and form elements only to a page located on the same server(i.e. absolute link reference only and no fully qulified URL).
b) <a href='http://www14.brinkster.com/anytimebazaar/svreceive.asp' target='new'>SVReceive.asp</a>
The above is the page which receives the session variables and form data posted by the SVTransfer.asp and displays the same with out any intervetion by the user.

2) An example of how a query string can be formatted replacing any blank spaces/invalid URL Characters with a Netscape vaild characters so that the string is NOT parsed at the first blank space/invalid URL Character.
c) <a href='http://www14.brinkster.com/anytimebazaar/lqstring.asp' target='new'>LQString.asp</a>
This file contains 16 session variables and 11 form elements (to make the query sufficiently long) and some of the form elements are with balnk spaces for our demo purpose.
d) <a href='http://www14.brinkster.com/anytimebazaar/lqstringreceive.asp' target='new'>LQStringReceive.asp</a>
The above is the page which receives the session variables and form data got through Query String formatted for blank spaces/invalid URL characters, from LQString.asp and displays all of them without any breakage. This has been tested using Netscape browser.

I hope the above serves your purpose. If so please close my BID to get the FOUR ASP pages.

Please feel free to ask me any questions you might have.

Looking forward to work with you on this project.

Thanks,

Sreeny.
 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Securenext
Rated a 9.97 on 119 jobs 
Buddies
Rated a 9.84 on 91 jobs 
Codman
Rated a 9.97 on 157 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
Michael Sharp
Rated a 9.98 on 182 jobs 
D-N-S
Rated a 9.93 on 38 jobs 
hernest
Rated a 10 on 121 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Maxnet Technologi es Private Limited
Rated a 9.93 on 82 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.