Are you after a solution to a specfic problem?? Or do you just want someone to explain what they do and where you can use them, if so, RTFM !!!!!! But to put...
In a message dated 01/09/2004 02:02:11 GMT Standard Time, kirannatt123@... writes: Hi All, I am just wondering if anyone can tell me link for practice ...
http://www.javaworld.com/javaworld/javaqa/2001-04/03-qa-0420-abstract.html Ian eventhough the above link is for java it explains the concept well no code being...
Hi, I have implemented Export datagrid to Excel in C#. One of the column in database is in Japanese lanugage. So that i included encoding for UTF8. But the...
You may want to try explicitly setting the Encoding property of the HtmlTextWriter and StringWriter to UTF8 as well before doing the rendering of the datagrid....
The answer to your question is the subject of many books. No one can possibly give you a complete answer in an e-mail. Go read one of those books. Then return...
Manoj, Your question is pretty general so maybe it would help if you read up on these topics and then ask more specific questions. One thing about interfaces...
Hi, I am placing say abc.exe (delphi application) in bin folder. How can i open this exe from code..pls help...urgent.. reg zen. ... Do you Yahoo!? Win 1 of...
hi, i m face some problem with my system. when i connect to dial up internet connection it works for a while and then it show system error and give 1 mins time...
hi group, I'am using MS Office Accelerator product for recruiting, well this product has deployment guide and we followed it as per the document, the setup...
Hi Firstly Its a group for C# queries and not rest. So youd seldom post any such messages Secondly Its a worm goto Micro$oft site and d/l the patch thepopat...
Rod, I don't know the name of the book. I am also asking the same question but I think johnsmith can help us because he has given "MCAD Kit" suggestion. Kiran ...
Hi, the simplest answer to that is to create a textfile (there's a million examples on the web of how to create and save textfiles from .NET, if you don't...
Hi, How to give UTF8 encoding to StringWriter and HtmlTextWriter? thanks, Venkat. You may want to try explicitly setting the Encoding property of the ...
Hi guys I have found that i have to reinstall IIS as i am not able to create/open .NET projects. I have searched a lot ,used the various suggested ways but...
There is also practice tests like at Transcender. They usually have a free demo for each exam and then of course the full product to buy. I used the demo as...
I thought Brian explained it as good as you can, you set the encoding property of the two objects: System.IO.StringWriter sw = new System.IO.StringWriter(); ...
One of the simplest ways is to look at the Mono Project. They have C# and ASP.Net running on Linux and MacOS as well as Windows. http://www.mono-project.com/ ...
Hi all, Is there any way to hide one or more column of a DataGrid ? ( When it has bound to a DataTable ) Thanks, MS Mehrdad _______________________________ Do...
*This message was transferred with a trial version of CommuniGate(tm) Pro* You can assign false to the Visible property of the columns. This must be done...
Hi, I placed a delhpi exe in web server under bin folder. Now i want to access the same from a local machine. How can i do tht? I tried several ways but not...