Figured it out
Hi all:
I apologize for taking up any of your time, but it has always helped me to talk it out, sometimes via text as to what my coding problem is.
After a good night's sleep and a heavy workout(to think) today, refreshed I solved my problem. Easy actually, of course after one has fixed things it always looks easy.
In my code behind file I merely added two Response.Redirect lines, one in my DetailsView1_ItemInserted method (at the end of the method) and one in my DetailsView1_ModeChanging method.
The first fixed by Insert button reload page issue to give me my DropDown list entries and the second fixed by issue for the Cancel button to also reload the page and thus reconnect with my DataSource for the DropDown list.
All is well,
Love all of Imar's books. I've read them all
Cliff
|