This is a migrated thread and some comments may be shown as answers.

[Solved] Problems with event Load_Page UserControl Edit Form Popup, IsPostBack always true

1 Answer 177 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ELIANA RESTREPO P
Top achievements
Rank 1
ELIANA RESTREPO P asked on 25 Sep 2009, 01:14 PM
Hello, I have a WebForm that uses the telerik RadGrid Version=2009.2.701.35. And I want to use the Insert/Update/Delete option Grid with Popup User Control Edit Form, but when i clicked in the bottom Edit and it all to work successfull. The only problem is that in the form load event (User control) , the IsPostBack is true.
So, I need that handler the IsPostBack in this UserControl with purpose to load other controls and populating whith data, I need that the event PostBack is False when the userControl is loading. Somebody help me?


Attached the project (The data base is in the AppData folder)
GridEditCommand


Thank you very much!!!.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 29 Sep 2009, 08:36 AM
Hi,

Since the control is loaded via post back (grid command button) it is normal IsPostBack to be true.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
ELIANA RESTREPO P
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or