WPF multitasking along with a timer and background worker
Few days ago I started using tasks in my WPF application for parallelization purposes. My application needs to perform some work every 5 seconds. This work has to be parallelized by 4 tasks. And in...
View ArticleI want to convert my aspx page to pdf
Hi al, i want to convert my aspx page to pdf document by passing url with applied styles.....my task is when i pass url of my invoicepage.aspx which will be having datalist...labels and inline...
View Articlefetching image from ms-access in visual studio 2005
i want to know how can image be fetched from ms-access database in visual studio 2005 using asp .net with C sharp??? i want img to be displayed in image tool available in vs 2005 toolbox.....
View ArticleWhen I Installed WPF app setup, it would be visible for all
When I Installed WPF app setup, it would be visible for all system login users.Currently when I installed it visible for only that login for which i log in system.
View Articlegive online client popups in C# WinForm
hi, It looks like Microsoft's MSN Display features daily news.However, I want to know how it is action. Such as database table design, how do you know that the client online, how to send a message...
View Articlesetting ACE is very slow for folder which having many files
Setting ACE is very slow for folder with many files and subfolders. My folder has 35602 files and 648 subfolders and SetAccessControl method needs 30 minuteto remove a userfrom this folder. I am...
View Articlehow can wiindows and web creating backup and restore
how careting code backup and resore
View ArticleAutomating vmware virtual machine tasks using C# language
Hi All,I am a beginner to the C# language programming, but i have a task like automating vmware virtual machine tasks means like creating virtual machines, deleting automatically for the continuous...
View ArticleArgument are of wrong type?
Hi there, I have error as image shows."{"Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another."}" please need your advice to work this out. appreciated.//...
View ArticleFind getElementById of textbox
How can i getElementById of textbox (txtName), which is inside nested repeater. <asp:Repeater runat="server" ID="dlProducts"...
View Articlehow to export datagridview to single excel sheet using c#?
Hello,how to export datagridview to single excel sheet using c# .net windows application?I do'nt want to need any sheets like sheet1,sheet2,sheet3 in excel,I need to only sheet1.How it can be...
View ArticleShow details of page on mouse over on Reapeater paging
Hi,I used datatable for paging purpose for repeater. My problem is when I mouse over on perticular page name the details of that page not shown.It will shown either 1st or last page details.Anybody...
View ArticleFacing problems in migrating mails.
Hello,I am into event organizing and receive a lot of mails daily. Recently i have switched to windows laptop using Outlook 2010 as my email client. Earlier I used Mac with entourage 2008.All I need is...
View ArticleHow to create students id cards using crystal report in C#(w
Hi frinds, first of all i want to say sorry for the my bad english... nw i m doing live school project using c#(windows application), there is need crystal report using student id card, i have...
View Articlereading from different rss feed in a windows service
I have a windows service which reads from different feeds and chooses a few to show. The problem is, if the time intervals between checking for updates is too long, then I won't have all the news at...
View Articlehow to upload image in windows forms
how to upload image in windows forms using C#.and how to save it in database.
View ArticleConvert Sql query to Linq
Hi,Can somebody help me on this?I want to convert sql to Linq.SELECT * FROM dbo.ContractPOConfiguration cpoc INNER JOIN dbo.PurchaseOrderLevel pol ON cpoc.PurchaseOrderLevelID =...
View ArticleHow to use datetimePicker in C#
Hi, How to use Datetime Picker to insert record into sql Db usin C# code..below is my code..but isn't working , it's a Standalone Application AppointmentClass ap = new AppointmentClass();...
View Articlechange existing listbox item color in c#
Hi guys,I am trying to change the color of an existing listbox item using DrawItem event but that works for new items not for existing items. Can any of you please help me do that?
View Article