| Thread | Last Post | Replies |
|
| Reg: Webservice Access | 02 Jul 2008 21:25 GMT | 1 |
In a web service suppose i want to expose only few methods to a company like ABC and all the methods to another company like XYZ. then how this can be done. Any help is highly appreciated. Thanks in Advance Rvn
|
| SqldataSource with a dropdownlist | 02 Jul 2008 21:08 GMT | 1 |
I have some dropdownlist and I use sqldatasource to fill it , and it's work correctly , but I want to add empty item to the dropdownlist , but I dont know how to do that , please if any body get what I mean and can help me please send me Regards Mostafa
|
| Sorting by columns capability | 02 Jul 2008 20:18 GMT | 4 |
I am creating a table cell by cell (create the table, add columns, create row, add cells to the row) in which I want to add the capability for users to sort ASC and DESC by column header. Can anyone give me an idea or an example of how can I do this in code ?
|
| Automatic cursor position | 02 Jul 2008 20:10 GMT | 1 |
If I click to some button I want that cursor automatic point to TextBox1. How to do that? Is it possible in C#? Thanks
|
| Invalid character returned when reading UTF-8 XML | 02 Jul 2008 20:04 GMT | 7 |
My XML is using encoding UTF-8 and its content contains Chinese character. When debug the following codes: string strXmlFile = "xml.xml"; XmlDocument objXml = new XmlDocument();
|
| basic question about a callback function and delegates | 02 Jul 2008 19:14 GMT | 6 |
In a function that takes another function (function pointer) as a argument, or the callback function, which is the one that "calls back"? I'm having a hard time understanding the language. Am I right that if function A is:
|
| Which generic? | 02 Jul 2008 19:05 GMT | 7 |
I want a collection of things, Columns in this case, which are indexed by name (which would imply a Dictionary<string, Column>) but are also in a guaranteed order (which would imply List<Column>). I want to be able to write:
|
| Selecting prerequisites in setup project. Vis studio 2005 | 02 Jul 2008 15:30 GMT | 2 |
I'm re-looking at my setup project in visual basic 2005. It's for a desktop application. As some of my customer pcs aren't attached to the internet, I would like to include redistributables with my project. To date, if the installer fails a
|
| Thread GC collection | 02 Jul 2008 15:08 GMT | 6 |
I have the following code: ==================== public class Test {
|
| Image Property not available for Button | 02 Jul 2008 14:54 GMT | 1 |
Hi group I'm developing a Form for target WindowsCE platform in .NET 2.0 In my form I create a Button without any problems. I can set some properties also.
|
| What is "class coupling", please? | 02 Jul 2008 14:47 GMT | 2 |
In trying to figure out how to make function MedicineClass.ApplyMedicinePriceChanges perform better, I ran Code Analysis and got the following: ******************************************************************************************
|
| Help with EnumMemberAttribute? | 02 Jul 2008 13:29 GMT | 4 |
I have an enum below which I need to be able to reference by passing in "Insured Only". When I do this it says that it cannot be found as the actual enum shows as InsuredOnly. Is there anyway I can pass in the correct value i.e. "Insured Only" instead of InsuredOnly?
|
| SQL to LINQ | 02 Jul 2008 12:56 GMT | 1 |
I wonder, is there some tool that transforms SQL procedures to LINQ? :-) I want to use LINQ but I have so much work done in SQL that would be great to transform my SQL code to LINQ.
|
| Testing that my application is being run as administrator | 02 Jul 2008 12:20 GMT | 2 |
I'm a complete beginner regarding authentication/permissions etc and have no idea what/where to start implementing whatever I need in my C# applications. I've been trying to find info on the web but I seem to be hopeless at knowing the correct terminology to get any sort of ...
|
| System.Net differences | 02 Jul 2008 12:19 GMT | 4 |
This problem has cropped up while I was writing a file uploader piece to a much larger project. The uploader compiles in both 1.1 and 2.0. In 2.0, the file will successfully upload; in 1.1, I get a familiar error: "Unable to write
|