473,503 Members | 1,685 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

very odd Request.Form problem

Hello!

I am having a strange problem whith the following scenario:

I have a html page whith text box and submit button. The form action is
aspnet page ant method is post. We have our intranet servers in cluster. When
I spicify form action to the one server of the cluser, eg.
http://server1/apps/myapp/page.aspx everything works fine. However when I use
cluster address eg. http://my.company.com/apps/myapp/page.aspx it seems like
Request.Form mehtod does not get any values from html page's form. What can
be wrong? Why Request.Form does not receive any values when I use cluster
address?

Here is the code I use in html page and aspnet page:

HTML page:

<form action="http://my.company.com/apps/mypage.aspx" method="post"
target="_blank">
<input type="hidden" name="project" value="xxxxxx" />
<input type="text" name="keywords" />
<input type="submit" value="Search />
</form>

ASP.NET page

String project = Request.Form["project"];
String keywords = Request.Form["keywords"];

doSomething();

Thanks!

Peter
Nov 19 '05 #1
0 1043

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
10306
by: Christopher Brandsdal | last post by:
Hi! I get an error when I run my code Is there any other way to get te information from my form? Heres the error I get and the code beneath. Line 120 is market with ''''''''''''Line...
9
1814
by: janet | last post by:
hi ... When i click to the submit button, i want to insert value from the a text box to the mysql db. But when i enter text in the text box nothing happens on clickign the submit button. can...
5
1616
by: Wayne Wengert | last post by:
I am trying to use Request.Form to differentiate between when a page containing a form is first loaded and when it is reloaded as a result of the user clicking on the Submit button. Things are not...
7
2294
by: Aaron Prohaska | last post by:
I have just run into a problem where I have a page that posts back to itself to execute code, except when the page does the post back it somehow executes code that is in our home page for the site....
2
1737
by: Harag | last post by:
Hi All Using: JScript IIS 5 I have a problem in the following code: // The next 4 lines display exactly what was typed in the text boxes. out("<br>Request.Form="+...
5
2440
by: Paxton | last post by:
I created an html email containing a form whose method is POST. The form is posted to an asp page for processing, but no values are retrieved. So I response.write all the Request.Form fields, and...
5
2188
by: Jack | last post by:
Hi, I am trying to get a thorough understanding of a code where a addition or deletion of records can be done from a list of records. For addition part of the form, data is being obtained from set...
3
989
by: schiefaw | last post by:
Hello, I am developing a web application that contains a very complicated and data intensive page. The application has been tested and deployed, but now we are seeing problems. Some form...
14
2061
by: Harry Keck | last post by:
I have client side code that uses xmlhttp to make an asyncronous call to the server. This call really churns the server and can take a couple of minutes to finish. I have found that while this...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7086
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7280
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
380
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.