Query String
-
Hi , I need some help about Query String like articles, Examples or E-Books. to know how pass values between pages using for Example value of selected value of DropDownList or other Controls. Regards Mr.Wonderful
-
Hi , I need some help about Query String like articles, Examples or E-Books. to know how pass values between pages using for Example value of selected value of DropDownList or other Controls. Regards Mr.Wonderful
Just google it and you should find plenty of examples: http://www.google.com/search?q=passing+values+between+asp.net+pages&rls=com.microsoft:*:IE-SearchBox&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7DKUS[^]
Pete Soheil DigiOz Multimedia http://www.digioz.com
-
Hi , I need some help about Query String like articles, Examples or E-Books. to know how pass values between pages using for Example value of selected value of DropDownList or other Controls. Regards Mr.Wonderful
Your post is pretty vague. Try a google search and many examples are found :)
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
Hi , I need some help about Query String like articles, Examples or E-Books. to know how pass values between pages using for Example value of selected value of DropDownList or other Controls. Regards Mr.Wonderful
The concept is incredibly simple. You append values to a URL using the syntax ?key=value&key=value where the ? is the first value, and all other values use &. Then you read the values, which are always strings and use things like intTryParse to convert them as needed.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )