Home All Groups Group Topic Archive Search About
Author
17 Nov 2006 5:44 PM
Lucas Hernandez
Hi.. I am trying to put a <a > (anchor) on a <asp:TemplateField
HeaderText="<a onClik='functionname('parameter')>click</a>">

  but it doesn't take the parameter... any idea?

Author
18 Nov 2006 8:28 AM
kan
Hi lucas..
  since u r using function..R u using any java script bcoz ur function
will be openend there only not on the script side.


Lucas Hernandez wrote:
Show quoteHide quote
> Hi.. I am trying to put a <a > (anchor) on a <asp:TemplateField
> HeaderText="<a onClik='functionname('parameter')>click</a>">
>
>   but it doesn't take the parameter... any idea?
Author
20 Nov 2006 4:37 AM
Lucas Hernandez
Thanks kan
I have the function written and is seen on the client but as well as the
  link but I have problem with the quotes.. the parameter is supposed to
be between double quotes and I don't know how to do that without
breaking asp.net sintaxis

thanks again
lucas

kan wrote:
Show quoteHide quote
>
> Hi lucas..
>   since u r using function..R u using any java script bcoz ur function
> will be openend there only not on the script side.
>
>
> Lucas Hernandez wrote:
>
>>Hi.. I am trying to put a <a > (anchor) on a <asp:TemplateField
>>HeaderText="<a onClik='functionname('parameter')>click</a>">
>>
>>  but it doesn't take the parameter... any idea?
>
>
Author
20 Nov 2006 3:08 PM
kan
Hi lucas..
      Thanks for the reply..U r supposed to write the function on the
html side script..using java script..Any query regarding this u can ask
me..


kan wrote:
Show quoteHide quote
> Hi lucas..
>   since u r using function..R u using any java script bcoz ur function
> will be openend there only not on the script side.
>
>
> Lucas Hernandez wrote:
> > Hi.. I am trying to put a <a > (anchor) on a <asp:TemplateField
> > HeaderText="<a onClik='functionname('parameter')>click</a>">
> >
> >   but it doesn't take the parameter... any idea?