I have a C# ASP.NET <http://ASP.NET> form that works the following way on the same web form: 1) User searches for a person 2) Possible matches are displayed in a data grid with an ImageButton next to each match to edit that record The problem that you have to click the ImageButton two times before it shows the HTML span is visible where the person can be edited. On the first click the page just refreshes and the datagrid is still visible. The control is named ibtnEdit. If I use (!(ibtnEdit.Page.IsPostBack)) then on the second click it keeps reloading the page and shows the data grid. Any ideas?
-- Thank you, Ryan Olshan TeraNet Systems http://www.teranetsystems.com [Non-text portions of this message have been removed] 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/
