votes
Timer/SLQ Job
We have a request tracking system where system automatically takes the action like closing, abandon, escalate the request after certain duration. How to automate the actions?
blah blah blah is here! blah blah » Close
We have a request tracking system where system automatically takes the action like closing, abandon, escalate the request after certain duration. How to automate the actions?
What are your suggestions for some of the best ways to start unit testing? Automated framework, TDD, manual tests? What's your experience been? I saw this webinar and wanted to share it http://bitly.com/w3botS
I have inherited the standard panel control to create a panel having custom border color. The problem is, while the panel is on a form and any other form is moved across it, it paints hapazard lines of the same color as the panel custom bor ...
I have a readonly datagridview that is bound to a datasource. It has two columns. Now I want the first column to have no cell borderstyle; and the second one to have 'All' (i.e. all sides of the cell shall have a border) as cell borderstyle ...
I have a multi threaded program that opens a few threads to query an external CRM and save the results in an in-memory IDictionary in order to speed up the system. I'm a little confused about multi threading and critical sections. I want ...
This code works below but i want to do it with out a repeater because I only return one row in my query. How would i do this with out a repeater? aspx.cs page [CODE] Picture dlPicture = new Picture(); DataTable DTPictures = dlPict ...
My Setup Visual Studio 2008 .net frmaework ver 3.5 windows server 2008 48 amd core processors 32 GB RAm I am having problems running my multithreaded application. the application only takes advantage of between 30-40% of my pro ...
Hi I made a program in visual c# using the .NET 4.0 framework What dll's do I have to include so people don't need to download the whole framework? greets
how to create application which can play mp3 file...........
Hi, I'm trying to render a checkbox in a datagridview column header so that when the checkbox is checked/unchecked all the cells in that column should be checked/unchecked accordingly. The datagridview is bound to a database table but the ...
I need to implement a live update feature in my webapp. Whenever there is a status change (update) happening in my table for a record i need to keep showing them on the page. What would be the best way to implement such feature?
I created a printDocument object that prints out a report. It works fine. This is the OnPrintPage event handler: [code]private void OnPrintPage(object sender, PrintPageEventArgs e) { if (page == 2) ...
Hi, I would like to build up an automated dialer system. I have downloaded a sample program from this page: http://www.voip-sip-sdk.com/p_133-source-code-for-building-c-autodialer-using-ozeki-voip-sip-softphone-source-code-voip.html T ...
Hi, I'm calling the following method from a button click event to export a datatable to excel. After the export is completed, the excel application object is quit, released and assigned to nothing. But in reality it's not getting released a ...
how to select the whole excel sheet using c# to apply some styles or formatting to the sheet. Thanks in advance
Got feedack? Found a bug? report it here.