Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested C# Solutions: 5776 - 5800 of 7657
 
How do I make the MS Ajax CalendarExtender disapear when a date is selected?
Process returning exitcode 1. I am executing a console application, writen in c language, with in asp.net using process class. it is working perfectly on windows 2000, but when i deployed i...
I need to be able to set the Account is Locked Out flag on a 2003 AD domain. I have the code to determine the locked state of the account, but I can't find anything on how to set/commit the ch...
hello experts  i asked again to experts i m working on photo editing project i make no. of layers like a photo shop through draw followings in c#.... simpley, i use form first, than ...
I have some big files that I just want to get the thumbnail for.  I am using .net 1.1 and c#.  I was thinking that this would be easy and the framework would provide some help. I think I ha...
Hello, I have a design question.  Im new to generics and still learning OOP. I am making an outlook style app, my form has a splitContainer with outlook style bar on left side and just ...
Hi, I'm data binding a list box control to a collection and I keep getting the below error at run-time. The weird thing is after the error is thrown the app continues to display the data co...
I am using MySql 4.0.24 with MySql Net Connector 1.0.9.  My question has to do with connections and pooling.  Pooling is on by default when creating a connection in the Net Connector.  I ran i...
Dear Experts, Well, I've written this piece of Code and I expect it to work like this : A1 B1 A1 B2 A2 A2 -  B3  - .... to row99 and like this with mess and without any patterns . ...
Using VS 2005 on .NET framework 3.0 Resources on App_GlobalResources are not seen in a web page unless FULL PATH is defined example : NOT WORKING ------------------ <img src="/App_Global...
Hi, (1) I want to print contain of array to a textbox. I have set <textbox> to multiline. but the last line of my code has error. can someone help me about this? I want textbox shows 334 ...
Dear Experts,                    Kindly advice me on how to write test cases.
Hi, I need to get current system time and convert to UTC time.. Please advise Regards, RockBaby
Dear All,               I  require progress bar to implement in my C# web application. I want to show progress bar for all kind of server activity ( For example database retrieval, file uploa...
hi i am trying to insert a new XmlElement into an existing XmlNode. I have got the following code //NB newParentNode - is my existing node XmlElement newElement = newParentNode.Owne...
Experts,     I have no idea how to accomplish this task, so I'm here asking for help again. What I would like to do is create a progress bar on a new form (frmProgress) and be able to call it...
I have some windows service executing some long running batch jobs.How can I start and stop these services from ASP.Net/C#. Many thanks.
Which one of the following code samples declares a two dimension integer array? 1) int i [2]; 2) int [,] i ; 3) int i (2); 4) int (,) i; 5) [,] int i; I beleive the answer is #2,  ...
How to access .NET from JavaScript?  What is the interface and methodology to access a .net dll "app" from javascript? I simply wish to call into the .net piece and pass a character string ...
Hi, I need to use streamwrite and get database record and write into a text file. Beside that, i need to replace all the space between colum with '@' sign. how to do that? Code: private ...
I have an xml file with a relatively complex embedded schema.  This file never changes, so I want to create a class that I can serialize/deserialize my data into and out of. My xml file loo...
I have memory hog windows application that errors and crashs within 14 hours. It reads live information into a listview from a database every 1 minute. Even though the listview is cleare...
Hello, I'm trying to programatically set the VPageBreaks in excel using c# in a Windows Forms app.  I can successfully add a new page break, but cannot delete/move the existing page break t...
I am just learning C# and have some very basic questions, what exactly are the rules for using curly brackets, and it appears sometimes that lines have an end of line character ; and sometimes...
Hi all, heres what ive been asked to do, I need to read the http responses of a website into a database, im working in c# and not to sure how to go about this one.