passing a string from a jscript program to a C# function.

  • Thread starter Thread starter Hema
  • Start date Start date
H

Hema

Hi all,
Is it possibe to create a string in a jscript code and pass it has a
argument to a c# function... a separate user defined project?if so how
to do this?

thanks in advance,
hema
 
Hi,

No sure what you want to do , but you can assign the string to a hidden
field in the form or just encode it in the url , the server side C# code
will be able to read it either way.
 
Back
Top