|
|
 |
| ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.1 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|

March 8th, 2005, 02:55 AM
|
|
Authorized User
|
|
Join Date: Feb 2005
Location: hyderabad, Andhara Pradesh, India.
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
passing variables.
hello can anybody explain me how to pass variables from one page to antother page when we don't have pagedirective,codebehind page also...
please explain how to code...thanks-ashok
|

March 8th, 2005, 09:34 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: , , USA.
Posts: 1,111
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
With ASP.NET 1.1 you can use query string values.
aspxpage.aspx?value1=blah
|

March 12th, 2005, 04:18 AM
|
|
Authorized User
|
|
Join Date: Feb 2005
Location: hyderabad, Andhara Pradesh, India.
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi, atlast i came to know that passing the values like that is not safe.and if we remove the page header it is simply like a html page.so i used webuser control
|

March 17th, 2005, 07:36 AM
|
|
Authorized User
|
|
Join Date: Mar 2005
Location: , , .
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
You can send values of variables(controles) through forms by using POST method by this the values will not show in the address bar.
|

March 18th, 2005, 05:36 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Location: , , .
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
For writing server code without using code behind you can use: Write the code in between the tags <script runat="server" lanuguage="C#"> </script> in the aspx page.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Passing Variables |
silve1999 |
Pro Java |
1 |
June 15th, 2006 01:54 PM |
| Passing Variables |
CMOS |
Classic ASP Basics |
2 |
January 22nd, 2006 07:38 PM |
| Passing variables |
karlirvin |
PHP How-To |
4 |
December 2nd, 2005 08:02 PM |
| Passing variables |
acko |
ASP.NET 1.x and 2.0 Application Design |
1 |
December 23rd, 2003 09:40 AM |
| Passing variables |
jesseleon |
Access VBA |
4 |
October 24th, 2003 02:45 PM |
|
 |