Search

You searched for the word(s): userid:626262

Matching Posts

  • Re: ScriptResource.axd and WebResource.axd Error ASP.Net

    Resolved! It was IE 8.0. All the clients were rolled back to IE 7.0 and no more error messages. Microsoft is getting ridiculous.
    Posted to Configuration and Deployment (Forum) by bobinber on 7/13/2009
  • ScriptResource.axd and WebResource.axd Error ASP.Net

    I have been getting a strange error with regards to WebResource.axd and ScriptResource.axd lately. The background information is as follows: I have developed a records management application with ASP.Net (Dot Net Framework Ver 2.0). The application is installed in 4 different locations (4 different customers) and each one is set up the same way. Each customer utilizes SonicWall as their firewall. I have the application errors forwarded to my blackberry and one particular customer continues to get
    Posted to Configuration and Deployment (Forum) by bobinber on 7/5/2009
    Filed under: Error, ASP .net 2.0 + ASP, .net 2, asp.net compilation error
  • Display Data Dynamically Crystal Report

    I’m trying to display data in a crystal report from a SQL Server database. I have looked at several examples and am using the following code to bind the data (C#). I know the dataset works in a webform. It however will not bind to my report. I'm ready to throw in the white towel on this one. Secondly, does anyone know of a better report generator for ASP.Net? Protected void Page_Load(object sender, EventArgs e) { CrystalDecisions.CrystalReports.Engine.ReportDocument myReportDocument; myReportDocument
    Posted to Crystal Reports (Forum) by bobinber on 3/12/2007
  • Toggle Display Mode

    I have to develop a mobile part of a web application that has to be able to toggle the display on the laptop from day mode (white background / black text etc.) to night mode (black background / white text). Curious if there are any third party components that would be able to do this? If I had to code it myself I would probably use session variable to carry the display mode type. How do you refresh the current page your on if you change the session variable?
    Posted to Web Forms (Forum) by bobinber on 10/9/2006
  • Best Way to Print a Custom Report

    I am currently working on a project where the client needs the availability to print out a report on paper. It’s actually a form – quite complex in appearance (Lines, Boxes, Check Boxes, Border, etc). I would like to be able to print out the report right from my web application so it appears the same as the original. The report would be populated with data from my application. Can anyone point me in the right direction as far as software tools in order to complete this project? Do I use
    Posted to Web Forms (Forum) by bobinber on 9/24/2006
  • Re: Newbie Question

    Thanks for the reply. Curious - Is it difficult to convert VS.Net 2003 Web Application (C#) to 2005 - Datagrid to Gridview and all that fun stuff. Also how is it importing SQL Server 2000 Database to 2005?
    Posted to Getting Started (Forum) by bobinber on 12/27/2005
  • Newbie Question

    I am relatively new to ASP.Net having migrated from JSP and Informix. I have a few questions if you guys don't mind. Currently I am developing with Visual Studios .Net 2003 and Microsoft SQL Server 2000. Is it worth it to upgrade to VS .Net 2005 and SQL Server 2005? I am a sole proprieter - no team developing etc. Any software that I develop for ASP.Net 1.1 will work under 2.0 correct? Thanks.
    Posted to Getting Started (Forum) by bobinber on 12/27/2005
  • External Link Issue

    I have an intranet that I created using a database to run it in the background. The problem that I am incurring is that when I try to navigate to an external link i.e. www.msnbc..com the address path does not change accordingly – it remains causing a 404 error “page cannot be found.” Current path http://myServer/myVirtualDirectory/Default.aspx Navigate to www.msnbc.com returns http://myServer/myVirtualDirectory/www.msnbc.com I assume this is an IIS issue – how do I resolve this?
    Posted to Getting Started (Forum) by bobinber on 10/29/2005
  • Get a Variable from a Web Service / Reference Client Side Windows Application

    I have a Personnel Roster Management Application that I developed in ASP.Net. I would like to use a Windows Application (Personnel.exe) written in C# Visual Studios .Net as the user interface for editing and updating the personnel data as it is much nicer than the web version. The unique Identifier in the Personnel Table is “sernum” (Serial Number). When the user views a personnel record in the web application and clicks on the Update link on the web page – the Personnel.exe program would open with
    Posted to Web Forms (Forum) by bobinber on 10/25/2005
  • Re: Pass Variable from Web Form to a Windows Application

    Correct - I'm looking to open "MyWindow.exe" (Test Application) on the Sever - not the Client. I'm trying the following code at the moment - System.Diagnostics.ProcessStartInfo myExe = new System.Diagnostics.ProcessStartInfo("MyWindow.exe"); System.Diagnostics.Process.Start(myExe); "MyWindow.exe" shows up running as a process in Task Manager on the server but it does not load on the desktop - Any further Suggestions?
    Posted to Web Forms (Forum) by bobinber on 10/24/2005
Page 1 of 2 (16 items) 1 2 Next >