Gridview to capture FROM and TO dates in C# -
09-06-2011
, 12:54 PM
I have this item that I am trying to solve. I have a pop-up window
where the user inputs a FROM and TO date. Once this is done, I want
to display that information in a Table or Grid to be reviewed on the
screen. The Grid is not pre-populated and is not bounded to
anything. How can I perform this task? I cannot seem to get
<asp:GridView/> to work without binding it to a data source. |