| Thread | Last Post | Replies |
|
| Setting .Text property of a group of textboxes from another control | 30 May 2008 22:32 GMT | 3 |
I am trying to figure out how to efficiently do the following: Say I have 10 TextBox fields on a form. From each of those, I would like to have a right click context menu. There are 10 menu items on the context
|
| repeater control with selection | 30 May 2008 19:20 GMT | 3 |
Hi, I wish to create a repeater control in c#.net that allows for the selection of rows, any idea how this can be done. Regards
|
| Max recipients allowed in TO list | 30 May 2008 19:06 GMT | 3 |
hi.. Is there a max on the number of recipients allowed in the multiple recipient format when we send mail through system.we.mail?
|
| User control property doesn't added into the dsigner... | 30 May 2008 18:06 GMT | 4 |
I am creating a user control. I added a new class as the property of the control. but the value of the class elements are not saved in the form designer. What is my wrong? Any experience? Any help would be appreciated.
|
| WPF ScrollBar increase the RepeatButton value | 30 May 2008 18:02 GMT | 1 |
I have a WPF ScrollBar that had a rather large maximum value. Now the problem is that everytime I click the RepeatButton (the buttons on both side of the Thumb button) it only increases the value by 1. What's the best way to increase this value by a reasonable number? Is
|
| WPF equivalent of DropDownList? | 30 May 2008 17:34 GMT | 7 |
I'm getting started with WPF & am converting a small asp.net app that uses a couple of dropdownlists. They have the useful feature of holding a string and also another (index) value in each item. ComboBox does not seem to have this virtue. Suggestions?
|
| File.Copy problem large number files over network | 30 May 2008 16:39 GMT | 1 |
I am using standard File.Copy(source,dest,true) method in C# and I have problem with copying large number of files. Here is my code: foreach (FileInfo file in files)
|
| dataset relations | 30 May 2008 16:16 GMT | 6 |
I have three datatables in my dataset firstly a products then a stocklink then a stock table. Now i have linked products table to a datagrid and the stock. The stock link table joins these 2 tables together i have a relationship between products and stocklink and i
|
| c# xml processing | 30 May 2008 16:14 GMT | 1 |
generic xml: <obrazac> <odjeljak sifra="G.5"> <red num="1">
|
| Managed/Unmanaged code | 30 May 2008 15:14 GMT | 2 |
I am trying to understand this; I have a question. I understand these statements are true: 1. Managed code is code that is executed by the CLR. 2. Managed code can access managed and unmanaged data.
|
| Get rid of DataTable | 30 May 2008 14:39 GMT | 7 |
How can get rid of a DataTable instance? Set it to null + call Dispose on it? Anything else? Is Dispose really necessary given that the DataTable doesn't hold any resources (AFAIKT)? Yes, I know there is no deterministic finalization - but I want to do my
|
| XmlArray with two unrelated XmlArrayItems | 30 May 2008 14:26 GMT | 2 |
does anyone know if I can have an XmlArray with two unrelated XmlArrayItem, i.e. where the items are not child-parent related? I tried this, but I get an exception when creating the XmlSerializer.
|
| FormsAuthentication.RedirectFromLoginPage | 30 May 2008 13:51 GMT | 2 |
When you have authenticated a user and you call FormsAuthentication.RedirectFromLoginPage, how does it know what is the default page that it is supposed to redirect to? The page I want it to redirect to upon successful login is main.aspx, but it just says that
|
| asp.net to php | 30 May 2008 13:02 GMT | 10 |
I have a small web app (Default.aspx, Default.aspx.cs) and one of my clients demands a PHP version. I have no prior experience in PHP coding so if anyone could help translate this two
|
| Data transfer objects in C# | 30 May 2008 11:48 GMT | 3 |
I am learning DTO and wrote a dto for my "Product" class. I want to know whether I am following the right method ? Here is my code class Product {
|