Hi Do u use visual studio ? Do u use .net ? u can use sqldmo.dll for copy/remove/backup/restore/................... okay? [Non-text portions of this message...
Greetings! I am writing a simple console app that will accept one command-line argument. I set a command-line argument in the project's Debug settings and...
Dear all, Is there anyone have experience fail send email on .Net 1.1. Error message, The specific module could not be found. I have already Googling but still...
Surya Have used email in .Net 2.0 and 3.5 and all was well. there were some odd messages I got but that was due to the size of the email once I had loaded...
You are creating SQL CE Database, and that will be deployed and run on device. On Devices we dont have such Paths/ Drives like C, D etc. So you have to...
Actually there is no error when i try to send email using System.Net.Mail ( .Net 2.0 ) but i can switch this project to .Net 2.0. There is alot of component...
Greetings! I am writing a simple console application that needs to operate on all files in a folder with an extension of ".trd". The folder is likely to also...
surya The problem is in the loading of the files needed to support your request to sent the email. The SystemIO file should be loaded into the GAC on the...
Rob, The GetFiles method when used with a search string that has a 3 character file extension returns all files with an extension of 3 characters or more. So,...
Hi, I am doing a page having two Panels.When the submit button in the first panel is clicked I have to display the second panel on the top of the page.For the...
Bruce, Thank you for the clarification. A quick test verifies your statement. I have tried *.trd?. It didn't work. That needs one character after the...
Dear Radcon, Directory.GetFiles makes calls to Win32's native FindFirst/FindNext routines. The way I understand it, the search condition of these routines ...
Hai... All Help me please I have 2 table first table report_id, description beg_account ending account, total is Expenses A 81000000 81999999 is...
Mitra Soft
mitrakita@...
May 8, 2009 1:58 pm
19252
Hi, Please check out HTML code, I think your 2nd panel is fixed with style sheet, if there is so please remove it. Irfan Khalil From: ranialexander15 Sent:...
i m working on queuing in tcp server..........the scenario is the server is receiving multiple types of data(audio, text)from different clients, the server has...
I had written a beginners tutorial for C#. http://referencedesigner.com/tutorials/csharp/csharp_1.php I would like members feedback about it. If any of you...
If you'd like to ask the group for help, I recommend you unblock the group's email...! To: CSharpNET@yahoogroups.com From: fatima_0404@... Date: Sat, 9...
Thank for your reply Jevis. I like make report like Balace Sheet. at Table1 I have coloum Bank form account 11021 to account 11028 ...
Mitra Soft
mitrakita@...
May 12, 2009 1:23 am
19259
Hi! I'm new in the community, so I apoligize if my question is pretty basic. I'm comming from Java world, where you use a lot of collections and particulary a...
Hello, I'm writing a web application but I have little experience in this area. I've added some javascript to the script section of my .aspx page which works...
Yes, there is. you can look at C# "package": System.Collections. You will have some familiar names like "ArrayList", "SortedList", etc. Hope this helps, amigo...
You can move the javascript to an external file but be aware that anywhere that you use the ClientID function will not work from an external file. You will...
You can look at the System.Collection namespace it has many bult-in collections, or you can create your own collection by implementing the ICollection and...
Hello, I hope there is a simple answer to this question as once again I'm sure I saw this in the silverlight training (should have taken more notes). I need to...