473,765 Members | 2,134 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

truncated form post

Hi everyone,

I'm using VS.NET, Framework 1.1, Windows 2000 Server, IIS
5, all the latest patches are installed.

Im having this wierd random problem, that I cannot
reproduce but it happens quite often:

- my Request.Form collection is truncated in some posts
(again I dont know why or how to reproduce it).
- I know this b/c some data fields are missing, creating
errors in server-side; then I programmed a function to ask
for last field that always has to have some value, and
email me the Request.Form.To String() string; and I see
things ending like: &cboCCcountryID %3alstList= (note no
value there), or even last form field name in list
truncated.

My form post size, with all the ViewState data is around
45K, and so are in truncated ones.

Any help would be inmensely appreciated, a direct email to
my address (remove anti-spam trap) would be even better,
at least to let me know my question has a post.

Thanks!!!

Milko

Nov 18 '05 #1
2 3735
It looks like you may be naming your form fields with illegal URL characters
in them. Try to stick to straight alphanumerics with no spaces or
punctuation.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

<mi*********@ci tiux.com> wrote in message
news:00******** *************** *****@phx.gbl.. .
Hi everyone,

I'm using VS.NET, Framework 1.1, Windows 2000 Server, IIS
5, all the latest patches are installed.

Im having this wierd random problem, that I cannot
reproduce but it happens quite often:

- my Request.Form collection is truncated in some posts
(again I dont know why or how to reproduce it).
- I know this b/c some data fields are missing, creating
errors in server-side; then I programmed a function to ask
for last field that always has to have some value, and
email me the Request.Form.To String() string; and I see
things ending like: &cboCCcountryID %3alstList= (note no
value there), or even last form field name in list
truncated.

My form post size, with all the ViewState data is around
45K, and so are in truncated ones.

Any help would be inmensely appreciated, a direct email to
my address (remove anti-spam trap) would be even better,
at least to let me know my question has a post.

Thanks!!!

Milko

Nov 18 '05 #2
well, that "&cboCCcountryI D%3alstList" is
really "cboCCcountryID _lstList", the "_" char in appended
by the .NET framework when I create an instance of my web
user control "lstList" as "cboCCcountryID ", there is not
much I can do there, besides the "_" is not illegal in
forms, isn't it?

thanks for your replies!

-----Original Message-----
It looks like you may be naming your form fields with illegal URL charactersin them. Try to stick to straight alphanumerics with no spaces orpunctuation.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

<mi*********@c itiux.com> wrote in message
news:00******* *************** ******@phx.gbl. ..
Hi everyone,

I'm using VS.NET, Framework 1.1, Windows 2000 Server, IIS 5, all the latest patches are installed.

Im having this wierd random problem, that I cannot
reproduce but it happens quite often:

- my Request.Form collection is truncated in some posts
(again I dont know why or how to reproduce it).
- I know this b/c some data fields are missing, creating
errors in server-side; then I programmed a function to ask for last field that always has to have some value, and
email me the Request.Form.To String() string; and I see
things ending like: &cboCCcountryID %3alstList= (note no
value there), or even last form field name in list
truncated.

My form post size, with all the ViewState data is around
45K, and so are in truncated ones.

Any help would be inmensely appreciated, a direct email to my address (remove anti-spam trap) would be even better,
at least to let me know my question has a post.

Thanks!!!

Milko

.

Nov 18 '05 #3

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

Similar topics

0
1630
by: dermoon | last post by:
Made this simple cgi-upload script that uses fieldstorage from a web-form. ASCII-based files works fine, but if i try to upload binary-files (word-documents, images) the files seems to be truncated - e.g. an image-file that contains 3398 bytes is uploaded with only 425 bytes. Am I doing something wrong here? Here is the code in full: <!-- The form--> <FORM METHOD="POST" ACTION="cgi-bin/upload.py"
0
1394
by: James Johnson | last post by:
All, I'm building a member signup form. Fields that contain more than one word are being truncated when being inserted into the MySQL table. I'm using this code that I got from one of my PHP books. $as_addr1 = addslashes($_POST);$tr_addr1 = trim($as_addr1); So, if I post "1122 Boogie St." it gets inserted as "1122". If I remove the
3
1653
by: Chumley Walrus | last post by:
I'm getting a "string could be truncated" error at the line where my strSql is executed ( my_conn.Execute (strSql) ), but it doesnt happen all the time, just periodically. I used to have this pointing to an Access db, but I changed it over to Sql, getting rid of the # datetime delimiters and replacing with ' . Wondering if the first StrSql string in the if statement if too long: ''''''''''''''''''''''''''' Function ChkString(string) if...
2
1908
by: Neil W. | last post by:
When I fill out a textarea in my form and include an embedded "=", the form data that is being emailed is truncated at the =. Any suggestions on how to handle it? The form uses a Perl script. Thanks.
2
1602
by: seash | last post by:
H iam developing my windows form application(ide:visual studio.net 2003, visual c#) on windows 2000 professional operating system , but when i run the exe on Xp operating system, the screen (windows form) of my application gets truncated at the end of the screen i have to make changes to the forms height and width to make it fully visible on the screen iam using infragistics library for some controls on the form, is it the culprit i...
0
300
by: milko | last post by:
Hi everyone, I'm using VS.NET, Framework 1.1, Windows 2000 Server, IIS 5, all the latest patches are installed. Im having this wierd random problem, that I cannot reproduce but it happens quite often: - my Request.Form collection is truncated in some posts (again I dont know why or how to reproduce it).
5
3168
by: z. f. | last post by:
hi, i have a vb.net web application and i make a request using internet explorer to an aspx page. the aspx page size if over 170KB, and the page in internet explorer looks truncated and in the view-source the text/html is truncated in the middle of a line. the last line looks like that: <td with and that's it. i checked the HTTP headers and saw that the aspx page have a Transfer-Encoding: chunked header, while asp page that have the...
3
3123
by: =?Utf-8?B?TGVvNTk1?= | last post by:
I have a page that creates dynamic hyperlinks for each recorded displayed. Many of the constructed URLs exceed 128 characters. Those that with greater than 128 are truncated for some reason unknown to me. I know that IE supports URLs up to 2048 characters. Is there a way for me to create and use longer URLs in my ASP dynamic links? Example: This code: response.write "<a href=""somepage.asp?...
0
9568
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9951
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8831
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5275
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5419
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.