D
danielsanberger
Hi all,
I am totally new to ASP.NET 2.0!
I have a gridview with a HyperLinkField in that I call a new aspx site
and pass some parameters from DataNavigateUrlFields like:
xxx.aspx?aaaaa={0}&bbbbbb={2}&ccccc={3}&dddddd={4}
Now I want to pass it additionally an Int32 parameter from the
code-behind file.
How can I do that???
Thanks in advance
Daniel
I am totally new to ASP.NET 2.0!
I have a gridview with a HyperLinkField in that I call a new aspx site
and pass some parameters from DataNavigateUrlFields like:
xxx.aspx?aaaaa={0}&bbbbbb={2}&ccccc={3}&dddddd={4}
Now I want to pass it additionally an Int32 parameter from the
code-behind file.
How can I do that???
Thanks in advance
Daniel