|
-
Dec 19th, 2005, 01:20 AM
#1
Thread Starter
Hyperactive Member
problem with the " text area " don't able to accept more that " 1900 charcter "" ??
peace be with you
i made a page use in it :
4 text and 1 text area
and i want to insert the data taken from text area in to memo in db
but if the data in the text area more that " 1900 charcter "" it's doesn't responsed
how to solve this problem to make it accept more that "" 20000 "
thanks
In the name of allah , the beneficent , the merciful
Say (O Muhammad ): We believe in allah and that which is revealed unto us and that which was revealed unto abraham and ishmael and isaac and jacob and the tribes , and that which was vouchsafed unto moses and jesus and the prophets from their lord . we make no distinction between any of them , and unto him we have surrendered
---- Great Sites For You -------------------
If you want to know some small things about islam ?
-
Dec 19th, 2005, 07:36 PM
#2
Re: problem with the " text area " don't able to accept more that " 1900 charcter "" ??
Is there a size limit in the database field? What database are you using? Are you using any restrictions (javascript, etc) on the page?
-
Dec 20th, 2005, 01:25 AM
#3
Thread Starter
Hyperactive Member
Re: problem with the " text area " don't able to accept more that " 1900 charcter "" ??
peace be with you
dear : mendhak
1- the size in field is --- > memo ......
2- access xp
3- no restriction
4- i use the muthod :: get
5- i test to put in the field by " paste " data in it for amount of " 2000 chracter " and it accept
*** the chracter mean "" number of chracters write in the text area "" (( abcde .... etc))
thanks
In the name of allah , the beneficent , the merciful
Say (O Muhammad ): We believe in allah and that which is revealed unto us and that which was revealed unto abraham and ishmael and isaac and jacob and the tribes , and that which was vouchsafed unto moses and jesus and the prophets from their lord . we make no distinction between any of them , and unto him we have surrendered
---- Great Sites For You -------------------
If you want to know some small things about islam ?
-
Dec 20th, 2005, 10:58 AM
#4
Hyperactive Member
Re: problem with the " text area " don't able to accept more that " 1900 charcter "" ??
have you tried using the post method as opposed to the get method?
If this post helps, please RATE MY POST!
Using Visual Studio 2005 SE
-
Dec 20th, 2005, 02:02 PM
#5
Thread Starter
Hyperactive Member
Re: problem with the " text area " don't able to accept more that " 1900 charcter "" ??
peace be with you
post is the solve
thanks
In the name of allah , the beneficent , the merciful
Say (O Muhammad ): We believe in allah and that which is revealed unto us and that which was revealed unto abraham and ishmael and isaac and jacob and the tribes , and that which was vouchsafed unto moses and jesus and the prophets from their lord . we make no distinction between any of them , and unto him we have surrendered
---- Great Sites For You -------------------
If you want to know some small things about islam ?
-
Dec 22nd, 2005, 08:46 AM
#6
Re: problem with the " text area " don't able to accept more that " 1900 charcter ""
I don't understand what you said, but I'm glad it's resolved.
-
Dec 22nd, 2005, 03:30 PM
#7
Hyperactive Member
Re: problem with the " text area " don't able to accept more that " 1900 charcter ""
 Originally Posted by mendhak
I don't understand what you said, but I'm glad it's resolved.
i was simplyimplying that instead of using:
<form name="myform" action="blah.asp" method="get">
use:
<form name="myform" action="blah.asp" method="post">
there are times when the "get" method can not hold all the information you are trying to handle because of a limitation to the query string.
If this post helps, please RATE MY POST!
Using Visual Studio 2005 SE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|