Ok, I'm new to ASP.net, I'v been a vb programmer fo 7 years.
I have a table that is built on form load the show a schedule. The schedule is tide to a calendar control on the same form. When a new date is selecte the form does a PostBack and populates the table with the selected dates information. When the table is built during the post back it adds a hyperlink into the cells that have already been scheduled. I have a formview on this page also that I need to have it update(refeshed) when a link is clicked. How do I do this in ASP?
Jim
What doesn't kill you makes you stronger.
I have a table that is built on form load the show a schedule. The schedule is tide to a calendar control on the same form. When a new date is selecte the form does a PostBack and populates the table with the selected dates information. When the table is built during the post back it adds a hyperlink into the cells that have already been scheduled. I have a formview on this page also that I need to have it update(refeshed) when a link is clicked. How do I do this in ASP?
Jim
What doesn't kill you makes you stronger.