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,...
I am building an editable GridView for an ASP.NET 2.0 web form, and would like users to be able to add, edit, and delete as many rows as they like before saving the contents of the grid to a d...
I'm trying to populate a repeating table from the code behind in Infopath 2007. I have looked all over and had no luck finding any examples online. If you have a good example or know where I...
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...
Hi
Does anyone have any experience of opening word documents and saving them as text files? Or just extracting the words (not the formatting etc).
I don't want to install word on my serv...
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...
I am trying to format a textbox when someone leaves to put it in a currency format.
I am getting this error:
cannot convert from 'string' to 'System.IFormatProvider'
public string...
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.
...
HI all,
I am working with a PDF API and need to get to the path of a selected System.Drawing.Font object inside my C#.NET application. I cannot find anything to do this, but I am certain it...
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...
I need a c# function that would check for the string length to be 16 characters. If the length is less than 16 chars, it would pad it with leading zeros and make it 16 characters long.
Hi Experts,
I have a gridview which gets populated. I'm trying to create a dataset from it so I can export the dataset to excel.
When the "XL" button is clicked it calls a function which...
Hi
I have a backend databae that is connected to sql server and i have a front end datagrid connected to it. what i want to do it retrieve my images from the database and put them in the imag...
How can I add an emty Row at the beginning of a DataTable? I need this DataTable to fill a ComboBox. I want to have the possibility to choose an emty line in the ComboBox.
I'm having trouble figuring out how to load a XSD string parameter to verify a XML file. I know how to load the XSD from a file (or url) but I can't seem to figure out how to stream the string...
hi,
Does anyone know how to read a CPU Temperature from a custom application? I can see the CPU Temperature and Fan Speed from the bios when i boot my computer, I know the computer is using a...
I need to parse CSV file in C#.
In the CSV file, all string values are enclosed in double-quotes, like this:
26-4-2007,"Val1","Jrnl",2000 Nos,315.75,631496.38,
19-6-2007,"Val2","Jrnl",5...
I am trying to display a PDF in a windows .net C# application.
Here is the code that I am using:
Acrobat.CAcroApp app = (Acrobat.CAcroApp) Activator.CreateInstance(Type.GetTypeFromProgID("...
I am trying to test a textbox variable for data. To the best of my knowledge, the text box has never been defined as a bool object. Can someone tell me what I am missing. Here is my code:
...
Hi,
In my console application using C#, I have a infinite loop to process a task. I want to use some methods to catch a specific key pressed (ex: Alt+B) to break from the loop, and do some ...
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...
I need to know how to do a sorting in GridView in C#
www.codepal.co.nr
I am getting the following runtime error (within browser)
Illegal characters in path
Have using the trim and no trim options to see if there were any additional characters within string ...
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...