Forum Replies Created

Viewing 11 posts - 46 through 56 (of 56 total)

  • RE: ASP.Net Session has expired

    our servers are hosted in denver.CO and we are in NC.. but our reporting service box and the sql box are on one system and the webservers are running on...

  • RE: ASP.Net Session has expired

    Thats the right way of using it.. and this is what i have done in my aspx page

    rsweb:ReportViewer ID="ReportViewer1" runat="server" BackColor="Transparent" Height="410px" ProcessingMode="Remote" SizeToReportContent="True" Width ="800px" AsyncRendering="False"

    ...

  • RE: ASP.Net Session has expired

    I have placed them in between rsweb:reportviewer and have not used asp:reportviewer..

    Are your reports stored on the report server? or are they local reports...all my reports are run using...

  • RE: ASP.Net Session has expired

    I havent used Iframes for my report viewer... i am just showing them on a table.. using the tr and td tags.. those reports were written using VS2005 and i...

  • RE: ASP.Net Session has expired

    i tried doing that and it didnt help too.. but since i was getting a field that has a path to some pics... and since we changed domains and servers...

  • RE: ASP.Net Session has expired

    Meghana,

    Thanks for your answer.. I got it work.. There was Column that was pointing to a different domains IP address and before loading the reports SSRS searched and...

  • RE: Error while viewing reports

    Do u get that error if u go to the report server.. If yes..I got the same error too. and i went to the Reporting services configuration manager and then...

  • RE: How To Import DBF Files Into SQL Server 2005 Tabbles

    Peter,

    Thanks for the suggestion. I downloaded the driver for visual fox pro and it now it works fine. Thanks a lot.

    Regards

    Karen

  • RE: How To Import DBF Files Into SQL Server 2005 Tabbles

    Peter,

    Thanks for your answer. I will download the Driver for fox pro and then try it. I have structure...

  • RE: How To Import DBF Files Into SQL Server 2005 Tabbles

    how would i know if they are dbase file... or foxpro file.... and i also wanted to clarify if i can use bulkcopy to insert data in to sql server..

    Regards

    KAren

  • RE: How To Import DBF Files Into SQL Server 2005 Tabbles

    Hi Peter,

    Is this code right to transfer the data from a dbf file to sql server 2005

    If (FlAS.PostedFile.FileName.ToLower.EndsWith(".dbf")) Then

    ...

Viewing 11 posts - 46 through 56 (of 56 total)