Posted on: 3/6/2014 3:35:17 AM | Views : 589

Dear all having one gridview and abov taht one textbox which will have the datepicker and if i select some date from it it will update the 2nd column of the gridview with picked value. if i click save button i want to save the gidview please help me for this.

If you dont understand what i am conveying please find the code below.

<%@ Page Title="" Language="C#" MasterPageFile="~/MyMasterPage.master" Theme="DefaultTheme" EnableEventValidation="true" AutoEventWireup="true" CodeFile="ManageCutoffDateforCircle.aspx.cs" Inherits="Admin_ManageCutoffDateforCircle" %> <asp:Content ID="Content1" ContentPlaceHolderID="headReferenceContentPlaceHolder" runat="Server"> <link rel="stylesheet" type="text/css" href="../resources/Styles.css" /> <link rel="styleshee ...

Go to the complete details ...