n my asp page i have used two gridview . and bounding data to these gridview at page load event . but it show
"System.NullReferenceException: Object reference not set to an instance of an object.":
and getting exception at this line
GridReturned.DataSource = ds2;
here is my code
<asp:Accordion ID="Accordion1" runat="server" SelectedIndex="0" AutoSize="None" FadeTransitions="true" TransitionDuration="300" FramesPerSecond="25"> <Panes> <asp:AccordionPane ID="AccordionPane1" runat="server"> <Header> <br /> <div class="headPane"> Issued History </div> </Header> ...

Go to the complete details ...