Do not use on any
shared computer
September 4, 2008 10:00pm pdt

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: 101 - 125 of 1672
 
Hello Experts, I have what I think is a pretty basic question -- I have modified the attached snippet to fill a spreadsheet from a dataview (via an array).  When the procedure completes the...
Event Type:     Warning Event Source:     W3SVC Event Category:     None Event ID:     1011 Date:          10/28/2007 Time:          9:09:05 AM User:          N/A Computer:     <Comp> Description: A process serving application ...
I am trying to get my C#.NET program to send an email with code which used to work.  I do get warnings that the code is outdated.  Here it is. Can anyone find the problem or simply have wor...
I need to know how to do a sorting in GridView in C# www.codepal.co.nr
Hello experts, Built windows program that takes input from textbox and clicking the Parse button, the program outputs the number of times each letter in the alphabet occurs in the textbox. Ca...
I need a regular expression for ASP.NET C# to check and make sure that there are at least 2 non alpha-numeric characters and that the whole string is at least 5 characters long.  How do I do t...
I am trying to execute the following, but it doesn't write anything to the database. Can anyone help me debug? I get no error message. It just does nothing.
Hello Experts, I am using the code below to export a DataView to a CSV file.  I would prefer to export the dataview into an Excel Spreadsheet because ultimately the data is being used as a ...
I'm working on a program that takes several inputs, does some calculations and then plots a graph.  The inputs are handled with a KeyPress event.  All of the textBoxes are in a groupBox contro...
In web app in the current web page I have destination link to text file on server, it's not web server. I have to create code to read from that text file, probably save file text to stream and...
I am trying to send an email that contains multiple paragraphs explaining to users a process.  How do I create an email message body that will force a line break between pargraphs.  Right now ...
hi, I have a working solution, VS 2005 using C# where i save data through DataAdapters to MS SQL Server 2005 Full blown version. I needed to move my C# project into another machine with C# Ex...
Hi all, coding C# in VS.Net 2003 I am binding a dataset to a datagrid that I allow the user to sort.  I am able to remember the sorting of the data grid by doing a hit test when the user cl...
Hello experts. How can I get all of the installed software in WinXp/Vista (same as the Add/Remove list in windows). I need the App name and the App's exe path. I'm using VS2005 C#.
Hello Experts, I am doing a C# project. I am retrieving a part of an XML page and I need to store it into a SQL2005 database. I think storing the XML in a dataset and using a data adapter...
i got a set of 10 comboxes and text box beside each combobox the combo box contains "Y","N" values so my question is they should default to empty when form  is loaded i.e  the combobox wh...
Visual Studio 2005, C# .Net web application, multiple projects in one solution Throughout our code we have used comments with triple slash (///) which automatically generate template commen...
I have a series of collapsible panels on a page. I start the page with the panels collapsed, but when the page loads initially, I see all of the content for a second before it collapses. ...
How do i convert a IntPtr variable to a string then convert the string back to IntPtr?
I have two gridviews, one nested inside the other.  Both use objectdatasources for binding.  I am not sure how to take the value in the master gridview and place it in the paramenter for teh o...
I'm trying to copy data to an existing excel file with a graph already inside. The error appears on this line: oBooks.Open(Server.MapPath(Request.ApplicationPath) + "\\MyTemplate.xls", nu...
Hi, Can you please explain me what is the difference between "Assembly.Load"  &  "Assembly.LoadFrom"  &  "Assembly.LoadFile" in VB.NET or C# with simple examples ? Need simple explanation f...
Hi, I am reading data from serial port (GPS) in a windows application.  I have a main form and other child forms. When I am using only one form I can read data from GPS easily. But when using ...
How can I use .NET to get a list of all the members of an Active Directory Group?
Hi, I've developed a small web page using Visual Studio. What happens is basicly this: I have some controls, that gets populated using object datasources from a typed dataset. Theese contro...