My gridview includes an Add button and textboxes in the footer to allow the user to add a new record. This works great provided the gridview already has records. However if the gridview is empty, the footer is not visible thereby preventing the user from
adding the first record. Is there a way I can make the footer visible even if there are no records in the gridview?
Thanks
Go to the complete details ...