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

Search:

Type: Posts; User: godistop1

Search: Search took 0.01 seconds.

  1. 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.
  2. 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...
  3. 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...
  4. Replies
    1
    Views
    175

    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(); ...
  5. Replies
    1
    Views
    175

    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...
  6. [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...
  7. Replies
    1
    Views
    542

    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...
  8. Thread: Time Out

    by godistop1
    Replies
    1
    Views
    481

    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...
  9. Replies
    1
    Views
    740

    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.
  10. Replies
    1
    Views
    740

    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...
  11. Replies
    0
    Views
    468

    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...
  12. Replies
    0
    Views
    397

    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...
  13. Replies
    2
    Views
    691

    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.
  14. Replies
    2
    Views
    691

    [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...
  15. Replies
    2
    Views
    523

    Re: Passing DropDownList

    Solve my problem using arrays.
  16. Replies
    2
    Views
    523

    Re: Passing DropDownList

    Anyone out there that can help me?
  17. Replies
    2
    Views
    523

    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...
  18. [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 18 of 18



HTML5 Development Center

Click Here to Expand Forum to Full Width