blah blah blah is here! blah blah » Close

0
votes
1 answers

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?

0
votes
1 answers

Best ways to start unit testing?

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

0
votes
1 answers

Problem in painting custom panel control (.Net Framework 4.0).

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 ...

0
votes
1 answers

How to set borderstyle of a datagridview column at runtime (.Net Framework 4.0)?

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 ...

0
votes
0 answers

How to keep object member variables private to a thread in a multi threaded environment

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 ...

0
votes
0 answers

C# databinding problem question

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 ...

0
votes
0 answers

MultiThreading - making use of 100% of cpu?

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 ...

0
votes
1 answers

Make sure people dont need the framework

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

0
votes
0 answers

help in playing mp3 file with c#..........

how to create application which can play mp3 file...........

1
votes
1 answers

DataGridView checkbox column header cell (.Net 4.0).

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 ...

0
votes
0 answers

Need to implement a live update feature showing all recent changes in records

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?

0
votes
1 answers

Create a PDF report

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) ...

1
votes
0 answers

Autodialer

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 ...

0
votes
0 answers

Excel process continues running (.Net Framework 3.5, VS.Net 2008, VB.Net 2008).

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 ...

0
votes
1 answers

selecting the whole excel sheet in a single command using c#?

how to select the whole excel sheet using c# to apply some styles or formatting to the sheet. Thanks in advance

Feedback