Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to display the image name in fileupload control while performing edit operation in asp.net?
Posted
Updated 23-Jul-12 0:18am
v2
Comments
_Amy 23-Jul-12 6:20am    
What do you mean? Your question is not clear. Try improving your question.
Sebastian T Xavier 23-Jul-12 6:44am    
I don't get you !!!
Post your codes.

1 solution

Try this to show path in fileupload control:
C#
myFileUpload.Attributes.Add("value", fileNameYouWantToShow);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900