I'm working on ASP.Net and build a report through Crystal Report My report is working well but if multiple pages are present thenthis type Problem is arise
here mainform is my form where i've place controls
System.InvalidCastException: Specified cast is not valid.
Source Error:
Line 16: InitializeComponent()
Line 17: Dim src As MainForm
Line 18: src = CType(Context.Handler, MainForm)
Line 19: txt_cmp.Text = src.SubRep
Line 20:
rajsharma
Member
35 Points
7 Posts
Crystal Report Problem
May 09, 2005 07:06 AM|LINK
I'm working on ASP.Net and build a report through Crystal Report My report is working well but if multiple pages are present thenthis type Problem is arise
here mainform is my form where i've place controls
System.InvalidCastException: Specified cast is not valid.
Source Error:
give me the solution urgent[co][co]