Ask a Question related to ASP.NET General, Design and Development.
-
Chris Jackson #1
Re: How to make hyperlinkconlum with two or more datafields
I don't know if this is the easiest way, but you could just set your
NavigateURL in a function and access the data source there rather, simply
returning a string with the fully constructed link.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Jongmin" <aplaxas@hotmail.com> wrote in message
news:0b0c01c34b0d$ae6ccd90$a001280a@phx.gbl...> Hi!
> I am making HyperLinkColumn in datagrid.
>
> It is simple to make the hyerlinkcolumn with one datafield.
> <asp:HyperLinkColumn
> Text="NAME"
> DataNavigateUrlField="NAME"
> DataNavigateUrlFormatString="http://www.aaa.com?Name={0}"
> SortExpression="NAME" />
>
> However, I want to make the hyperlinkconlum with two or
> more datafields
>
> I tried to the following ways... but it didn't work...
>
> 1)
> <asp:HyperLinkColumn
> Text="NAME"
> --->DataNavigateUrlField="ID"
> --->DataNavigateUrlField="NAME"
> DataNavigateUrlFormatString="http://www.aaa.com?ID={0}
> &Name={1}"
> SortExpression="NAME" />
>
> 2)
> <asp:HyperLinkColumn
> Text="NAME"
> --->DataNavigateUrlField="ID, NAME"
> DataNavigateUrlFormatString="http://www.aaa.com?ID={0}
> &Name={1}"
> SortExpression="NAME" />
>
>
> How to make HyperLinkColumn with two or more datafields?
>
> Thanks,
> Jongmin
> ...
>
>
Chris Jackson Guest
-
i really wana make flash which prog do i download? andhow do i make it?
hey guys im really sorry bout bothering u all but im 17 and wana start makin flash can somone gimme a hand? which program, how to work the program... -
preloaders, why do people make 32000 tutorials on how to make them but NONE on how to USE!
I think I seen thousands of tutorials on how to make a preloader, but what then? Im sitting there with my little load bar and some scripts .. but so... -
GNU make & make.pl are dead: long live Perl makepp
Hi, I have so far not seen the advantage of my 100% Perl syntax - at least not until Emacs learns to syntax highlight the specific parts. Since... -
Makefile: set macro once (Solaris make, GNU make)
Hello, I have a question on a problem that is disturbing me for some time now. I want to set a variable in a Makefile by calling a shell...



Reply With Quote

