asp.net gridview re-fill problem

mccrash

Newcomer
Joined
Jul 11, 2006
Messages
7
hi,

I am sure you you know the answer of this questions but I coudn't yet.

I have two page one is index.aspx which show each record in database, the second page is edit.aspx which is shown as modal dialog page. And I use atlas framework.

When I edit a data from edit.aspx page data saved into database correctly, edit.aspx is closed and reload gridview on the index.aspx. but I realized that sometimes my gridview not refresh itself after updating. this is problem 1

Other problem I want to show a messagebox if succesfully saved or duplicate on the database but could not saved..but I couldnt alert javascript on mypage edit.aspx. I think javascript support of aspx is awful this is problem 2

I would be glad if you could help me...
Thank you in advance
 
Back
Top