Showing posts with label parameter. Show all posts
Showing posts with label parameter. Show all posts

Saturday, March 31, 2012

Server side form submit

I just thinking how i can hidden all the parameter of html form, e.g:
<input type="hidden" name="test1" value="test1"
As i know, J2EE can do the server side form submit..

How's the ASP.NET implementation?

Urgent! Thank you very much!!most hidden field uses are done away with by just using the ViewState, but if you must create one, you can use this code.

Page.RegisterHiddenField("myFieldName", "myFieldValue")

Saturday, March 24, 2012

Server was unable to process request. --> Array cannot be null...

Hello,
I am trying to call a simple web service from .net environment. The service
gets an array parameter. When I run it, it becomes the error:
Server was unable to process request. --> Array cannot be null. Parameter
name: bytes
I am sure that my array is not null. Besides, its name isn't "bytes".
What is wrong with it?
Regards..Have you tried using the debugger to step through the code and see
where the exception occurs? Did the error message include a stack
trace with line numbers? Something is null when it shouldn't be,
you'll have to find it.
Scott
http://www.OdeToCode.com/blogs/scott/
On Tue, 15 Mar 2005 09:28:04 +0200, "Diner" <dincer"AT"o2.pl> wrote:

>Hello,
>I am trying to call a simple web service from .net environment. The service
>gets an array parameter. When I run it, it becomes the error:
>Server was unable to process request. --> Array cannot be null. Parameter
>name: bytes
>I am sure that my array is not null. Besides, its name isn't "bytes".
>What is wrong with it?
>Regards..
>
I can't do it, because I get the error in the production environment. It
works fine on test environment...
"Scott Allen" <scott@.nospam.odetocode.com> wrote in message
news:8h0e31pp1k11odv79slg0bpqhu6c6kioae@.
4ax.com...
> Have you tried using the debugger to step through the code and see
> where the exception occurs? Did the error message include a stack
> trace with line numbers? Something is null when it shouldn't be,
> you'll have to find it.
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
> On Tue, 15 Mar 2005 09:28:04 +0200, "Diner" <dincer"AT"o2.pl> wrote:
>
service
>
On Tue, 15 Mar 2005 19:44:49 +0200, "Diner" <dincer"AT"o2.pl> wrote:

>I can't do it, because I get the error in the production environment. It
>works fine on test environment...
>
Try to build with debugging information included and get a stack trace
with line numbers. Or try putting some trace statements inside. A
little more information makes tracking down the source of the
information easier. Once you have some information you can review the
code and see what could be going wrong.
http://odetocode.com/Blogs/scott/ar.../01/24/963.aspx
Scott
http://www.OdeToCode.com/blogs/scott/

Server was unable to process request. --> Array cannot be null...

Hello,

I am trying to call a simple web service from .net environment. The service
gets an array parameter. When I run it, it becomes the error:

Server was unable to process request. --> Array cannot be null. Parameter
name: bytes

I am sure that my array is not null. Besides, its name isn't "bytes".

What is wrong with it?

Regards..Have you tried using the debugger to step through the code and see
where the exception occurs? Did the error message include a stack
trace with line numbers? Something is null when it shouldn't be,
you'll have to find it.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Tue, 15 Mar 2005 09:28:04 +0200, "Diner" <dincer"AT"o2.pl> wrote:

>Hello,
>I am trying to call a simple web service from .net environment. The service
>gets an array parameter. When I run it, it becomes the error:
>Server was unable to process request. --> Array cannot be null. Parameter
>name: bytes
>I am sure that my array is not null. Besides, its name isn't "bytes".
>What is wrong with it?
>Regards..
I can't do it, because I get the error in the production environment. It
works fine on test environment...

"Scott Allen" <scott@.nospam.odetocode.com> wrote in message
news:8h0e31pp1k11odv79slg0bpqhu6c6kioae@.4ax.com...
> Have you tried using the debugger to step through the code and see
> where the exception occurs? Did the error message include a stack
> trace with line numbers? Something is null when it shouldn't be,
> you'll have to find it.
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
> On Tue, 15 Mar 2005 09:28:04 +0200, "Diner" <dincer"AT"o2.pl> wrote:
> >Hello,
> >I am trying to call a simple web service from .net environment. The
service
> >gets an array parameter. When I run it, it becomes the error:
> >Server was unable to process request. --> Array cannot be null. Parameter
> >name: bytes
> >I am sure that my array is not null. Besides, its name isn't "bytes".
> >What is wrong with it?
> >Regards..
On Tue, 15 Mar 2005 19:44:49 +0200, "Diner" <dincer"AT"o2.pl> wrote:

>I can't do it, because I get the error in the production environment. It
>works fine on test environment...

Try to build with debugging information included and get a stack trace
with line numbers. Or try putting some trace statements inside. A
little more information makes tracking down the source of the
information easier. Once you have some information you can review the
code and see what could be going wrong.

http://odetocode.com/Blogs/scott/ar.../01/24/963.aspx

--
Scott
http://www.OdeToCode.com/blogs/scott/