Rank: Advanced Member Groups: Member
Joined: 7/25/2007 Posts: 34
|
Good afternoon
I have a Call Back panel inside a EO dialog control Inside that call back panel i put a form with one submit button When i try to associate the trigger to the submit button, Visual Studio gives me the following erro; Object reference not set to an instance of an object
What is wrong, thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
I don't think you can put a form inside the CallbackPanel. All our controls must be inside the form. If you want the dialog to have a separate form, you may want to use a separate page and then set the dialog's ContentUrl property.
The NullReference error could be caused by something else though. Without seeing the stack trace we wouldn't know what caused it.
Thanks
|