adding new row into an unbounded gridview.



)Dear All,

Please help me out here. I have been stuck in this issue for almost a day
now.

I had an ASP .net page with VB .NET as back code which have 2 calendar
control (From Date and To date) that for user to select. After the user
select the dates, I want to refresh the gridview which having 2 column of
date and selected according to the calendar controls selection.

Please help..

Thanks in advance
.



Relevant Pages

  • Re: ObjectDataSource in ASP.NET 2.0
    ... > property so as to make the primary key field readonly or invisible. ... > event we define the following gridView template schema: ... > update event of the GridView or DataSource control. ... > |> Microsoft Online Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: How to modify SqlDataAdapter field prior to render in GridView
    ... Method #2 worked real well for the GridView control. ... We can also do the manipulation at databound control level. ... How to modify SqlDataAdapter field prior to render in GridView? ...
    (microsoft.public.dotnet.framework.adonet)
  • RE: GridView UserControl Problems
    ... If the final GridView structure is decided upon based on the data that is ... I have designed a UserControl for each different type of input. ... the DropDownList control. ... In the main page, I use the GridView's RowDataBound event, (fired once ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: GridViewRow FindControl failing
    ... You can definitely do this from some of the gridview events such as ... GridViewRow selectRow = MyGridView.SelectedRow; ... it resides as a direct child of the control you are finding from. ... Dim sManagerTypeCode = r.Cells.Text ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: TableRows and Postback
    ... //always register this hidden field with the previous value. ... This GridView control has an extra column ... > Protected Sub Page_Load(ByVal sender As Object, ...
    (microsoft.public.dotnet.framework.aspnet)