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: 51 - 75 of 1623
 
I want to write a simple conversion program. It's used to convert a character into its decimal number in ascii table! For example When user types 'a', the program will return its decimal num...
I need to insert 10 records into a table. They are all slightly different. What would be the best way? Table   ID int (autonumber)   Person varchar(50)   Amount money   DateInserted...
I am developing a web application using C# & VS2005 (ASP.NET 2.0). I have to show reports in my application, so I used Crystal Reports Viewer to view my crystal reports (10.0). it is workig fi...
Dear Team i am using ASP.NET2.0 C# AJAX., JavaScript inside update panel i have a grid view this grid view contains a menu control in the templete feild, when i click on any item in the ...
Can anyone recomend a C# Win Form graph component? I don't want to spend any money as it's just a hobby project.
e.Row.Cells[1].Text value comes from the a datagrid (datetime formatted column) trying to compare serverDateTime the datagrid datetime value -- if (e.Row.Cells[1].Text <= serverDateTime)...
I have a strange requrement twist on the Login RememberMe function.  When a user selects RememberMe on the Login Control, I have to default in the User Name and check the RememberMe box.  Upon...
I want to rotate an image in a picturebox control by x degrees. I kn ow of the standard FlipRotate in die framework but they wont do as they only rotate image by 90 180 270 degrees. I need som...
Trying to find .net 2005 c# code to open an excel document and then populate it with data from a datagridview
Hi Experts. I have written a windows service that will automatically zip files at certain intervals. It installs and works fine on mhy local machine and our dev environment. Problem is that...
I'm new to C# and the syntax is definitely different from that of VB.NET. I'm trying to have a default radio button selected and a textbox hidden when the windows form first loads and is prese...
How do I programmatically force-delete a file that has some handles still on it? I know there are tools out there to do this, but I'd like a C# solution. Thanks
I have a DataView that displays items databound from a SELECT query. ID,Description,Date I want to create a hyperlink on the Description, so it posts back with the ID as part of a URL. ...
i had a combo box  the field length of it is 1 char in database but the user should be able to see "default " and "override" text in combobox so how can i set the properties for that or how ...
how do you pass variables between javascript / .aspx pages usage requirement is pass real-time variables such as numeric values and also for passing such content as url for example (i.e. as...
hi, iam trying to open up an excel sheet from a batch file using my c# code. I did this by opening the command prompt and reading the batch file contents and writing on the cmd window to ex...
Hi, I am looking into the differences between "BINARY" and "XML" serialization. Here are the sentances i have got from web. I have NOT understood the concept clearly. Can you please explain...
I want to use IIF statement equivalient in C# coding if strName is Empty I want to pass System.DBnull.value to be inserted in DB else strName would be passed string strName; strName = Txt...
Hi, I am trying to write some code that will print a Microsoft Word Document (or in fact any document on the file system) and allow me to specify a network printer and printer tray (and may...
i need to get the domain name from my c#.net code. is there any built in functions ? for eg:- my site is www.google.com, when i run the dll(dot net dll) should get the www.google.com .. ca...
Hello, I had this code: browse to a folder - what I want but process was Waaaayyyy sloooowww ********* string ObsSpDAtaXMLFolder = @"C:\EHarvest\Management\ObserverExportFiles\Text Files...
Hi, Is there anyway I can have a function that can covert from a string to a secure string? SecureString SecurePassword = new SecureString(); e.g something like: SecureString Sec...
Hi All, I have application Winodows app VS 2005 C#, where i created a UserControl on it,, and i want this user control take property value at design time ,, when its drag drop on any form,...
c# I have a string that includes \" I want to replace it so I just have a " how do I do that
I had some code that would use a character as a delimiter. I found that there was a possibiliyt the character would be in the list so I have to split on a more complicated string. When I t...