We can't tell you why without seeing code but I suspect it has to do with the viewstate of your datagrid. Is your datagrid created on Page Load? Do you have it creating every time or just if not postback? You might look into the logic of when your datagrid is getting created to see if this could be affecting your output.
Ronda On Sat, 25 Sep 2004 02:33:53 -0000, sas0riza <[EMAIL PROTECTED]> wrote: > This didn't happen before, but I use a search form to display a > record for a user to edit. And usually everything is fine. BUT this > time, after editing and updating, the next time I try to search for > the same person, the record would not be displayed, but an empty > datagrid. It seems like after the first edit, the second time you > attempt to retrieve that record again, it is no found or record no > longer exists. Why is it doing that? Like I said earlier, it never > happened before, but now. It shouldn't do that either. In addition, > even if I was able to edit the record, after updating, the record > should be redisplayed in the datagrid with the updated info. But it > disappears. > > I tried it on 2 different tables and one was fine, but the other one > gives me this problem. > > Anyone have a clue to why? > > Thank you. ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
