| Thread | Last Post | Replies |
|
| SQL Commands Not Working | 31 Jul 2007 15:53 GMT | 1 |
As I am using a datagridview based on a view in my SQL database. The default update() command isnt created and hence, I am currently using insert and update commands thru the dataset wizard. However, none of the insert or update SQL commands seem to work for me. No
|
| SIP software | 31 Jul 2007 15:51 GMT | 2 |
I want to create a SIP software using C# (IP Telephony)? where should I start from?
|
| what is the use of over loaded functions. | 31 Jul 2007 15:49 GMT | 20 |
Instead of using same name i can use different name, is there any specific purpous is there to define the polymorphic overloaded functions in c#
|
| Serializing an XmlArray with attributes | 31 Jul 2007 15:37 GMT | 2 |
I'm currently having trouble serializing an object to Xml, in the format I need. Below is the object definition. -------------------------------
|
| generic lists and .NET Remoting | 31 Jul 2007 15:26 GMT | 1 |
.NET 2.0 Is generic lists faster then tradional lists when sending over a collection of objects (value by reference) in .NET remoting. Lets say if a list of object should be sent from a server to the client.
|
| System.Security.Cryptography.CryptographicException; bug in .NET 1.1 ? | 31 Jul 2007 13:39 GMT | 8 |
I have a web service application written in C# .NET 1.1 using MD5CryptoServiceProvider.ComputeHash(Byte[]) The problem is that after a while(web service processes requests) the call throws CryptographicException "the parameter is incorrect"
|
| Globalization | 31 Jul 2007 13:34 GMT | 3 |
I'm working on a multilingual CMS. I have a number of controls and labels that are generated based on the number of languages the CMS supports (ie. for the section management portion of the app, we could have dynamically generated control labels "English Section Name",
|
| Create folderstructure based on file. | 31 Jul 2007 12:48 GMT | 3 |
I am struggling with the following issue, i need to copy files from one place to another...well that isn't so hard..but i also need to create the folder(s) in which the file orginaly was located. I have a listbox from where the user can select the files he or she wants to
|
| good practice tips needed: types & method arguments | 31 Jul 2007 12:38 GMT | 2 |
For a hobby project, I'm discovering the "undo/redo"- and "Command objects"- design patterns. In my specific project, I want: 1. The command objects to just hold the data; and 2. The receiving/executing objects to perform the action.
|
| send sms by icq | 31 Jul 2007 10:16 GMT | 3 |
hay, i would like to send sms by connection to ICQ in C#.net , can you please give me a code for this ? thanks.
|
| Getting C# code from a WSDL file | 31 Jul 2007 09:30 GMT | 2 |
I've been given a WSDL file and need to convert it to C# so that I can use the procedures it creates, can anyone tell me how to do this? I'm looking at doing it using Visual Studio 2005 Command Prompt with following line of code
|
| Splitting a split container | 31 Jul 2007 08:28 GMT | 2 |
I have a application where I want to at runtime create splitcontainers within splitcontainers. I created a splitcontainer and added a contextmenu to it. When I catch the opening event of the context menu I capture the sourcecontrol which is the splitcontrol. Problem is I need
|
| use ASP .NET engine from C# application? | 31 Jul 2007 06:45 GMT | 3 |
I'd like to use ASP as a template engine in my C# application. My application sends out emails based on a template and some business data. I have currently being using XSLT to do the templates by taking business data in the form or XML and translating it into another XML
|
| What is the diffference between the thin client server application and SmartClient application ? | 31 Jul 2007 06:06 GMT | 1 |
Hi Friends, What is the diffference between the thin client server application and SmartClient application ? Though I have worked on smart client application, i'm not able to
|
| Can't bring my email body to shell. | 31 Jul 2007 02:31 GMT | 2 |
Hi, all: I use the code below: ///////// p.StartInfo.UseShellExecute = true;
|