Dear All,
I have controls like TextBox, DropDownList and button on page.
When I enter data to TextBox, DropDown and if I click on button then it should add to GridView cell's TextBox and DropDownList respectively.
Example, When I enter the data to text box and hit the save button, I need to show it to GridView.
No data from DB.
Now I have find out the example code from Google search, but im confuse how to link to DB And DB table ?
kindly advise.
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="acmkweb.WM.WebForm1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" ...
Go to the complete details ...