CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: godistop1

Search: Search took 0.02 seconds.

  1. Using BusinessObjects Enterprise in C#/ASP.Net App

    I am using VS 2010 and 4.0 framework and have create web browser app, which shows a page to the user after entering data and I want to print that page. I would like to use a Cryatal Report to show...
  2. Re: Calling SSIS 2005 Package from C# - Error "Specified cast is not valid"

    I found the answer, I changed the date parameter to string and package executed correctly.
  3. [RESOLVED] Calling SSIS 2005 Package from C# - Error "Specified cast is not valid"

    I hope this is the right place to ask this question. I have web browser application that calling a SSIS 2005 package and I am using VS 2010 and 4.0 .net. When I run the application and it gets to...
  4. [RESOLVED] C# Program to run from SQL Server Jobs Scheduler

    I only be working with C# a couple of years and the only thing I have written is either web browser or windows applications. I need to create application to run from the SQL Server job scheduler...
  5. Replies
    1
    Views
    1,153

    Re: Class File - Timing Issue?

    Here is the answer I got from another forum:

    You will only see non-static properties/functions etc on an instance of the class. ie;

    clsIncidFrom myClass = new clsIncidFrom(); ...
  6. Replies
    1
    Views
    1,153

    [RESOLVED] Class File - Timing Issue?

    I have c#/asp.net web application which has several aspx.cs. I have created a class file(cs) that contains variables and methods that is used through out the applications. My problem happens only...
  7. [RESOLVED] Adding onKeyPress programmatically

    I have web app using C# and ASP.Net. I want to add a onKeyPress programmatically to an textbox and when user is typing call a C# function to reset the session time out. I have tried in Javascript...
  8. Replies
    1
    Views
    971

    [RESOLVED] Time Out Confirm Box

    I have very little experience with Javascript.

    I have a script which pops up a message that session time is about to run out and it is working like I want except for one thing. When the confirm...
  9. Replies
    1
    Views
    846

    [RESOLVED] Time Out

    I hope this is the right forum.

    I have an asp.net/c# web browser application with a Response.AppendHeader "Refresh" set to time out in 10 minutes. Some users says they are being time out even...
  10. Replies
    1
    Views
    1,206

    Re: c# - VS2005 to VS2010

    Is there anyone out there that can help me. Appartently, with VS2010 and ClientScript the application thinks the popup blocker is on and it is not.
  11. Replies
    1
    Views
    1,206

    [RESOLVED] c# - VS2005 to VS2010

    I hope this is the right forum to ask this question.

    I have C#/ASP.net browswer application with several aspx pages and some are displayed by opening a new window. While I was using VS2005...
  12. [RESOLVED] Running PowerPoint Presentation

    I have asp.net/C# application, someone has created a power point of instructions on how to use the application. The only thing I want to do is when the user clicks on a button the power point slide...
  13. Replies
    0
    Views
    734

    [RESOLVED] Splash Scrren

    I have a browser application using c# in code behind and ASP.Net. Using VS 2005 on .net framework v2.0. One of my stored procedure is taking time to process because of several joins files from...
  14. Replies
    2
    Views
    8,288

    Re: Underline & Bold Table Cell

    Thanks so much! That is actually what I was looking for, I was close but just did not use the = true.
  15. Replies
    2
    Views
    8,288

    [RESOLVED] Underline & Bold Table Cell

    I am creating a table programmatically using c# & asp.net and everything is working. I need to set the cells that are the column headings so the text is underlined and bold.

    How do is it done? I...
  16. Replies
    2
    Views
    1,010

    Re: Passing DropDownList

    Solve my problem using arrays.
  17. Replies
    2
    Views
    1,010

    Re: Passing DropDownList

    Anyone out there that can help me?
  18. Replies
    2
    Views
    1,010

    [RESOLVED] Passing DropDownList

    I have ASP.Net/C# sharp web project. There are several forms within the projects and some cases more than one form can have the same information in a dropdownlist. Because of this I want to keep the...
  19. [RESOLVED] Convert date mm/dd/yyyy to yyyymmdd

    I have search the web but have not found an example exactly I am looking for. Have ASP.Net project using C# which I have several date fields. Each date I am having my users select a date from a...
Results 1 to 19 of 19





Click Here to Expand Forum to Full Width

Featured