Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 12th, 2010, 01:55 PM
Registered User
 
Join Date: Jun 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 12, Query String question

hi Imar

First thank you for this great book that help me so much .

i tell you to keep going and sure wait another version with new application idea

now i back to mu question

i see some web sites using query string and i see the number(for example in book AddEditeReview.aspx?Id=number) like this (?H421sdam%dsmxs )

is it a type for query string ?

what the idea in this case ?

thank you again
 
Old June 12th, 2010, 02:12 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

Sorry, but I don't understand the question.

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old June 12th, 2010, 02:43 PM
Registered User
 
Join Date: Jun 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Imar View Post
Hi there,

Sorry, but I don't understand the question.

Imar
hi again ,

the query string in the example, end with number right ?

AddEditeReview.aspx?Id=10 for book example .

i see some web site use Query String but the end of (URL) is not number like
above example , i see it like this www.example.com/page?id=Qawisdma

my question is:

- is it ( Qawisdma ) type for query string or security method ?
- how i do like this ?

sorry about fault ..
 
Old June 13th, 2010, 05:00 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

It's just a different type of data that gets passed. When you need to pass a number, pass a number. If you need to pass text, pass text ;-)

www.example.com/somePage.aspx?PageId=123

or

www.example.com/somePage.aspx?PageName=SomeName

In other words: it depends on what data you want to pass.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old June 13th, 2010, 06:49 AM
Registered User
 
Join Date: Jun 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

yes i understand now

thank you Imar

good luck





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 4 Query String sandeepvin2 BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio 4 October 26th, 2009 12:22 PM
Chapter 12 question polbit BOOK: Beginning Microsoft Visual Basic 2008 ISBN: 978-0-470-19134-7 1 July 12th, 2009 11:05 AM
Errors on Chapter 12 example(12.8) sonnie ASP.NET 2.0 Professional 2 June 7th, 2006 10:55 AM
Another Chapter 12 Question doggiebore BOOK: Beginning Access 2003 VBA 1 September 29th, 2005 10:38 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.