Link to home
Start Free TrialLog in
Avatar of troosters
troostersFlag for Belgium

asked on

Show image in <asp:DetailsView

As you can see in the screenshot I have at the bottom a list made with <asp:DetailsView  and <asp:BoundField , Now I would like to add the users image to this View.
But how do I do this in asp.net AND how can I save it in SQL server ?
Capture.JPG
ASKER CERTIFIED SOLUTION
Avatar of kswathi
kswathi
Flag of India 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
SOLUTION
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 troosters

ASKER

code is in attachment
code.txt
I think I'm not gonna store my images in SQL but in a windows folder, I thought it might be interesting to do it, but it looks much harder to do than just in a windows folder.