blah blah blah is here! blah blah » Close

0
votes
1 answers

Dynamically how to set radiobutton list values

How to set the values to radiobutton list control in runtime if any example or resoure. Thanks, Atul

0
votes
1 answers

How to remove special character from string using Regexp ?

How to remove special character from string using Regexp ? any sample or links ? Thanks

0
votes
1 answers

How to Read .doc, .xls, .rtf without using 3rd party

Hi, How to read .doc, .xls, .rtf without using 3rd party library. Please give me any suggestion or sample code or any resources. Thank you. Atul

0
votes
1 answers

Two Class Communication

hi, My two class structure is like this public class WordClass { public string[] strWord; public int[] iSeq; // This class is access from outside programe } public Class MyArray { Public WordClass[] GetAllInfo() ...

0
votes
1 answers

How to read .pdf file using C#

I need a solution for reading and creating a PDF-file without using 3rd-party components. So, mainly, I have to write it myself in C#. Any suggestions? Examples? Resources?

Feedback