* Gridview and Detailsview in UpdatePanel, insert mode problem

Posted on 16th Feb 2014 by admin

I have a GridView and DetailsView working together. When a record from Gridview is selected, DetailsView is opened for edit/insert/deletion of records. When user searches for a record and no record exists, I present the DetailsView in Insert mode(GridView doesn't exist/is blank at this time). This mode and all other modes of this combination work fine.However, if I put GridView and DetailsView in an UpdatePanel, the gridview and detailsview work fine except for when the gridview is blank/not existing and detailsview is in insert mode.The update command of the DetailsViewdoesn't go through.Need help!

Other forums