Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~888 People Reached
Favorite Tags
Member Avatar for Manuz

Hi, First of all am new 2 .net concepts. I want to retrieve the image details from the database and to display it in the screen. eg: 1. I have stored the img details as [CODE]<asp:Image ID="Image1" ImageUrl="imgs/Titanic.bmp" style="width: 88px; height: 64px" runat="server" />[/CODE] inside the db. 2.i used some …

Member Avatar for Ramy Mahrous
0
570
Member Avatar for sonia sardana

I want to insert the image into database & Retrive the data back & display into DataGridView.. Foll is the code the inserts the image data into Databse-- [code] protected void Button1_Click(object sender, EventArgs e) { if (FileUpload1.PostedFile.FileName == null || FileUpload1.PostedFile.FileName == "") { lblErrors.Text = "Please Select the …

Member Avatar for rmostafa
0
318