April 11th, 2013 08:43 AM
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...
April 27th, 2012 09:22 AM
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...
February 24th, 2012 08:39 AM
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.
February 20th, 2012 02:18 PM
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...
December 15th, 2011 03:44 PM
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...
November 8th, 2011 12:01 PM
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...
September 2nd, 2011 08:14 AM
Thanks so much! That is actually what I was looking for, I was close but just did not use the = true.
September 1st, 2011 12:58 PM
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...