blah blah blah is here! blah blah » Close

0
votes
1 answers

This text format in c#?

q12
349

How do I obtain this exact text format in c#? I want something simple, not complicated (I've done everything in the complicated way, and my brain is fried...complicated like generating html tags for webControls that contain this formattin ...

1
votes
1 answers

Format Datagrid row on 2 column values

Guys, I have a datagrid with 11 columns in. I'm trying to color the row depending on the values in columns 10 and 11. so for example if column [10] has no value the row is highlighted Green. now i want to check column [11] and if [11] has a ...

0
votes
1 answers

search a database value by date(providing format dd/mm/yyyy)

I have saved entry(s) in MS Access database using a form(visual C#.net). Now i want to display it on the screen by searching by date. I am using the following code to do this but there is some problem in it. [code] System.Data.OleDb.OleDb ...

1
votes
1 answers

C# E-mail formatting

foamy
2499

Hi all, I'm useless at regex, but for the task I'm currently working on it seems like the correct approach. I have a Windows Service (.NET 2.0) which needs to filter e-mail addresses. It will receive input in a format like these: [co ...

1
votes
1 answers

XML Formatted To Binary

eeboy
499

I have data which I store in XML files and manipulate in my program. This data is destined for EEPROM/FLASH of a hardware device and needs to be formatted into a binary table of sorts before it can be loaded into the device. This table is o ...

1
votes
1 answers

Formatting a string to a output in a decimal format

Hi, I have a program that calculates the average of three test scores. The test scores are entered into text boxes, I convert the text to uint and the result into a double. I then am converting the final result back into a string to disp ...

-1
votes
1 answers

how to create my own file format..!??

i'am little good in System.IO; and what i'am eXactly asking is., can we operate in bit level., that is., tat' file format should not be read by any software rather than our's..!?? coding (or) logic (or) idea to proceed needed..!!

Feedback