Hi all
am using asp.net 2.0, c#
i have a fileupload, hyperlink controls
i want to to upload hyperlink's navigate url
i wrote code as below
FileUpload1.Pos tedFile.FileNam e = HyperLink1.Navi gateUrl;
but it is giving error as: Property or indexer 'System.Web.Htt pPostedFile.Fil eName' cannot be assigned to -- it is read only
how to upload hyperlinks url
Please suggest
Thanks inadvance
am using asp.net 2.0, c#
i have a fileupload, hyperlink controls
i want to to upload hyperlink's navigate url
i wrote code as below
FileUpload1.Pos tedFile.FileNam e = HyperLink1.Navi gateUrl;
but it is giving error as: Property or indexer 'System.Web.Htt pPostedFile.Fil eName' cannot be assigned to -- it is read only
how to upload hyperlinks url
Please suggest
Thanks inadvance
Comment