Posted on: 2/15/2015 6:41:34 PM | Views : 486

Hello Everyone,
Would you help find a solution for the following situation. I am trying to insert image and textbox content into database, there must be some correction to be made in my lines of code that I seem not to be able to figure out. Would help me in getting it to work. Thanks.
My ASP.NET markup:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TextboxData_ImageInsert.aspx.cs" Inherits="TextboxData_ImageInsert" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">      <h3 style="color: #0000FF; font-style: italic">Textbox Data and ...

Go to the complete details ...