Re: adding new row into an unbounded gridview.
- From: "Nathan Sokalski" <njsokalski@xxxxxxxxxxx>
- Date: Sat, 8 Dec 2007 00:51:23 -0500
Just use the Add() method of the Rows property, this should add the row, and
unless you are doing something else that prevents it, the GridView will be
refreshed simply because you are doing a postback.
--
Nathan Sokalski
njsokalski@xxxxxxxxxxx
http://www.nathansokalski.com/
"Weoi Li" <WeoiLi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:06985D63-64E8-4BA1-A336-8525CEF72E62@xxxxxxxxxxxxxxxx
)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
.
- References:
- adding new row into an unbounded gridview.
- From: Weoi Li
- adding new row into an unbounded gridview.
- Prev by Date: adding new row into an unbounded gridview.
- Next by Date: Re: 2nd Post - {0:c} causes deletes to fail!
- Previous by thread: adding new row into an unbounded gridview.
- Index(es):
Relevant Pages
|
Loading