A critical error has occurred. Please check the Event Viewer for further details.
AssemblyVersion:7.3.4
PortalID:0
PortalName:QASWeb
UserID:1
UserName:host
ActiveTabID:175
ActiveTabName:NCRView
RawURL:/QASWeb/NCR/NCRView
AbsoluteURL:/Default.aspx
UserAgent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:03398b7d-c2e6-47e6-a83e-2d45e0cec6a4
InnerException:Object reference not set to an instance of an object.
Crashes when i click edit link to detail template
<DetailDataSource CommandText="select [IDNCR],[Site], [WorkCenter] FROM vw_QANCR WHERE IDNCR=@IDNCR">
<Parameter name="IDNCR" value="-1"/>
</DetailDataSource>
<xmod:EditImage Text="Edit" ImageUrl="~/images/manage-icn.png" style="height:3px;" >
<Parameter Name="IDNCR" Value='[[IDNCR]]' />
</xmod:EditImage>
<DetailTemplate>
<div ><Label>Implemented</Label></div>
</DetailTemplate>
</xmod:Template>
I added additional templates as dropdown feeds to the main template to execute a stored procedure. When I add a detail template inside the main xmodpro template it now crashes.If i remove the other templates for filters and change from stored procedure to a select statement the detail template works ok. Is this a bug or is there something I am missing? Please help as I need both detail display and option to create filters on listing.
Can anyone tell me why this is happening I followed the articles but i get an exception.