Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

Replace Statement with method="{0}"

This is making me crazy...

My code below returns the correct url and link.

When I click on the link however...any spaces in folder names or file names creates a %20 instead of a space.  And my browser won't open the file.

How do I do a replace on this? so the %20 is replaced by a + or just the space?

<telerik:GridHyperLinkColumn FooterText="HyperLinkColumn footer" DataTextFormatString="Open"
 DataNavigateUrlFields="FullName" UniqueName="LinkFullName" DataNavigateUrlFormatString="{0}"
 HeaderText="Open" DataTextField="FullName">
</telerik:GridHyperLinkColumn>
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Larry Brister

ASKER

I looked all over for that...guess I wasn't framing search correctly.

Anyway, thanks.