Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested MS Visual C# Solutions: 276 - 300 of 1690
 
Can someone clue me in what this error is talking about? Here is the code: if (reader.HasRows)             {                 if (tbUserName.Text == reader["USERNAME"].ToString())       ...
Is it possible to merged multiple data cells into one, ( or multiple header cells into one) for datagridview control?
I am asking a little advice before I begin something. I need to read every row from a database/table and INSERT a row in another database/table. The FROM database is a commercial database ...
Hello experts, Created windows form to display text from textbox in label. Additional requirenent. After entering the text and clicking the Parse button, the program should output the numb...
Hi, I have desktop c# application, and when this application main frm loads i want to update some registry value to null ... the regsitry value resided on: HKEY_CURRENT_USER\AppEvents...
I am relatively new to using XML, so please bear with me. I have an application which retrieves an XML file from a website. The XML file is the deserialised using a class created using XSD....
Hi, I've developed a Console Application in C#, which read's the MyConfig.xml resides on the same directory. Background: Let say EXE and MyConfig.xml located in C:\MyApplication folder...
Hi, I am trying to include icons in my .net exe so that I can select those icons for the shell, like setting the icons of shortcuts, icons for some file types, etc... I tried to include th...
I get this error no matter what AJAX control I attempt to use. As long as I'm in design mode in Studio 05, I get no errors, but the second I go into source mode, there are the errors, on every...
I'm trying to figure out how to upload files like sharepoint does for our website.  I've looked at several posts regarding uploading multiple files in EE, but haven't found a satisfactory solu...
Good evening experts: My team is currently implementing an application that will manage a list of drugs.   To accomplish this task, we have implemented several data transfer objects to main...
Hi,     I would like to get some input from the experts out here....I am trying to make a case for our organization to switch from C++ to C# .NET, so I would like to know what are some of the...
I had been try for along time to change the color of my column headers in a datagridview.   I was using the following code and it never worked.    DataGridViewCellStyle style =            ...
I have developed many image processing functions in matlab.. I wanna integrate matlab in c# so I can use the functions that I have developed in matlab in c#. any ideas how to do this ( or sn...
I have found a method that will convert to gray scale but it turns the entire transparent area black instead of keeping the background transparent and I would also like to just change the colo...
I am working on a shopping cart app. I have been successful in adding an order with one item, what I am struggling with is how to loop through for multiple items. How do I add multiple...
Hi experts, I was asked to create a report in Excel. I should take data from a table and populate it on Excel. I used the below query select * from database_table;   Now in database...
Hello, I am using C# with ASP.NET 2.0 and the jquery library.  I am having a problem with setting the dispaly property of an element inside of the page, and then, when i call a server side met...
within the data gridview -- when displaying the Horizontal gridlines, this works well in terms of slightly seperating each row....but, at the top and bottom (header/footer) this feature also a...
Hello Experts, I am using Dundas charts and I need to databind a dataset to it at run time. Can anyone give me an example of how to do it.
I would like to create a seperate copy of a list, so that when the first list is cleared the items in the second list are not cleared. How is best to do this?
how do I script within a WinForm (C#) -- a label displaying a countdown counter. that is obviously accurate in timing .. but not stop the user from doing other stuff within the same WinForm...
I have a datatable fill from my sqlserver database and I would like to save this table into access DB (the access DB is empty, no table). I would like to know if is it possible!! Thanks!
I am playing around with VS 2008 C# Express and .NET 3.5 and SQL Server Compact.  I can't find a reference to the above?  Anybody know where it is?
HI i have to get the SQL Server 2005 catalog name through c#(example we/SQLEXPRESS) usually i get through select @@servername but i need a connection string to get the result for this my ...