CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > migration_to_asp.net.migrating_from_asp_to_asp.net Tags:
Item Type: NewsGroup Date Entered: 10/15/2003 3:06:37 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
casiool
Asp.Net User
Problem on QueryString10/15/2003 3:06:37 AM

0/0

I got a problem when I am using the Querystring

When I pass the following querystring to another page, in the result page I get
Query String
http://localhost/TESTINGCODE/webform2.aspx?email=AAAA&emails=BBBBB
Result:
email=AAAA,
emails=BBBB

Do U know why....


Atrax
Asp.Net User
Re: Problem on QueryString10/15/2003 7:21:02 AM

0/0

sorry, what's the problem here? surely you expected this behaviour?

perhaps you'd like to elaborate? is the 5-char 'emails' string actually being truncated to four chars, or was that a mistype on your part?
RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadable

Jason Brown - MVP, IIS
casiool
Asp.Net User
Re: Problem on QueryString10/15/2003 9:11:17 AM

0/0

My Problem is I pass the QueryString to another page.

If I get back the value by using request.param["email"], it return "AAAA,". This is not what i expected. It should be "AAAA"



ambushaa
Asp.Net User
Re: Problem on QueryString10/22/2003 11:50:16 AM

0/0

here might be a useful sample:

string strEmail, strEmails;
strEmail = Request.QueryString["Email"].ToString();
strEmails = Request.QueryString["Emails"].ToString();
>>>>---------------------------------->

Give me one reason to stay here...

<----------------------------------<<<<
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 3.5 in VB 9.0: From Novice to Professional Authors: Matthew MacDonald, Pages: 1149, Published: 2007
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional Authors: Matthew MacDonald, Pages: 954, Published: 2007
Pro ASP.NET 3.5 in C# 2008 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1498, Published: 2007
Java Servlet and JSP Cookbook: Practical Solutions to Real-world Problems Authors: Bruce W. Perry, Pages: 723, Published: 2004
Macromedia ColdFusion MX Development Authors: Eric Ladd, Pages: 594, Published: 2002
Macromedia ColdFusion MX 7 Web Application Construction Kit: web application construction kit Authors: Ben Forta, Raymond Camden, Leon Chalnick, Angela C. Buraglia, Pages: 1440, Published: 2005
Information Security Management Handbook Authors: Harold F. Tipton, Micki Krause, Pages: 578, Published: 2005
Algorithms and Data Structures: 6th International Workshop, WADS'99, Vancouver, Canada, August 11-14, 1999 : Proceedings Authors: Frank Dehne, Pages: 368, Published: 1999
Mastering Web Development with Microsoft Visual Studio 2005 Authors: John Paul Mueller, Pages: 822, Published: 2005
PHP 5 Recipes: A Problem-solution Approach Authors: Lee Babin, Jon Stephens, Nathan A. Good, Frank M. Kromann, Pages: 646, Published: 2005

Web:
Problem with querystring trimming - VB.NET Problem with querystring trimming - VB.NET Community and Forum - Our VB.NET forum is the place for Q&A-style discussions related to this ...
Problem with querystring - ASP Problem with querystring. Get answers to your questions in our ASP forum.
Rewrite Problem with Query String Rewrite query_string rewrite problem with query string.
Problem on QueryString - ASP.NET Forums Problem on QueryString. Last post 10-22-2003 8:07 AM by ambushaa. 3 replies. Sort Posts: ... My Problem is I pass the QueryString to another page. ...
Mod_Rewrite Forums :: View topic - Problem with query string. It load the page, but because the query string contains an action no longer supported by the index.php page, it laod the default page. ...
PHP Bugs: #37609: URL parsing problem with query string and anchor ... Bug #37609, URL parsing problem with query string and anchor in IE. Submitted: 26 May 2006 11:43pm UTC, Modified: 27 May 2006 9:36am UTC ...
Problem in QueryString refresh (File download dailog box create ... Problem in QueryString refresh (File download dailog box create this ... the Another Image and go to download page the QueryString does not ...
Problem with query string and apostrophe When the page is displayed, the man value gets truncated if it contains an apostrophe (')
mysql_numrow() problem? or query string - FutureQuest Community mysql_numrow() problem? or query string PHP, Perl, Python and/or MySQL.
[jQuery] Re: problem with Query String Object Thanks! > [jQuery] Re: problem with Query String Object Sam Sherlock. [jQuery] Re: problem with Query String Object McEdonskiy. Reply via email to.




Search This Site:










sql server does not exist or access denied

registrar new user problem

upload external javascript file with skinobject / skin

random logout after refresh

send an email

using vb components in asp.net

can i make chm file with visual studio?

vwd 2008 typing in table very very slow

nagging vs error

smtp cdo messages intermittent

shadow module question

problem with creating custom modules

treeimages problem. "that is a easy problem but i don't know solve"

can i use dotnetnuke?

how to catch enter keypress in textfield in asp.net login control

working with roles

lots of modules updated for 3.x ..

i need help !

blogs = 0 with blog added...

"visual web developer does not support creating web sites on a sharepoint web server"

login to new registered user page?

a question about roles from italy [:d]

.net to com question ( dictionary in com and .net dictionary)

reading .doc files in c#.net

access

login problem

help with building string containing file path of document that was uploaded.

successful ongoing development of commerce sk (sample included)

trying to debug xslt, getting the error cannot find the script or external object that implements prefix

cross-server authentication: one asp.net, one php

 
All Times Are GMT