Thanks IT worked great!! I now have a Documents section in my portal, kewl.
No is there a way to get rid of the documents in the folder when the user deletes them?
I was thinking that the GridView Deleting Item event needed to be wired to the DocumentName Field that is getting deleted somehow, but not sure how.
scottt40
Member
687 Points
176 Posts
Extending club Web Site Run Error
Aug 08, 2005 08:07 PM|LINK
Error 4 Character is not valid. C:\Inetpub\wwwroot\aces\Tools\Downloads\Downloads_Sv.ascx 131
And it redirects me to the following:
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# Eval("DocumentName", @"~\Files\{0}") %>' Text='<%# Eval("DocumentName") %>'></asp:HyperLink>
I think the problem lies in the double quotes right after the @, should these be single quotes?
Vimpyboy
Contributor
3212 Points
651 Posts
MVP
Sv: Extending club Web Site Run Error
Aug 08, 2005 09:54 PM|LINK
2) Are you sure you are going to have {o} and not {0}? And if you should have {0}, where are the value for it? :)
http://weblogs.asp.net/mikaelsoderstrom
http://www.twitter.com/vimpyboy
scottt40
Member
687 Points
176 Posts
Re: Sv: Extending club Web Site Run Error
Aug 13, 2005 10:22 PM|LINK
No is there a way to get rid of the documents in the folder when the user deletes them?
I was thinking that the GridView Deleting Item event needed to be wired to the DocumentName Field that is getting deleted somehow, but not sure how.