| Thread | Last Post | Replies |
|
| Ascx to Ascx Method Call | 26 Sep 2007 18:57 GMT | 2 |
I have a webform and two userwebcontrol on this webform Webform.aspx Grid.ascx Form.ascx (it has a public method ShowDetail() )
|
| where is the error? | 26 Sep 2007 18:24 GMT | 8 |
Can anyone tell me why the for cycle does not work? I only get the multiplication, but the for does not start: protected double CalFutureValue(double initial_value, double interest_rate, int years)
|
| Drawing Lines on specific panel | 26 Sep 2007 17:58 GMT | 5 |
I've windows form, in this form i've a panel. I want to draw lines inside the panel using the panel coordinates( meaing that the left upper corner of the panel is 0,0), how can i do it? Thanks,
|
| content placeholder | 26 Sep 2007 17:39 GMT | 2 |
working with asp.net 2.0 C#, once i create a masterpage i'm practically unable to resize content placeholder: can anyone tell me what i should do? I tries to resize it by dragging the small squares at the border, but it does not allow me to do anything.
|
| (float)Convert.ToDouble c#.net c# 2003/2005 | 26 Sep 2007 17:31 GMT | 2 |
Hi group, I've found some code that I want to use in a project that I am working on, but the code is for c# .net and not 2003 or 2005 that I have available.
|
| Gettting dictionary count from an object | 26 Sep 2007 16:09 GMT | 3 |
If I have an object that contains a generic dictionary inside of it, how do I get access to its properties such as count?
|
| Porting Form /User control Vs.net 2003 to vs.net 2005 | 26 Sep 2007 16:02 GMT | 1 |
I am having problem while converting vs.net 2003 solution to vs.net 2005. Form or User control requires separate code behind file in vs.net 2005(ie. Form.Designer.cs). When I'm opening my Form or User Control in designer view i get following
|
| Tab Order tool | 26 Sep 2007 15:02 GMT | 1 |
When using this tool, if you click more than once, and get the wrong tab order seems there is no way to revert back? All controls are within group boxes so the tab orders are like: 401.0 401.1 and so on.
|
| Failed to enable constraints | 26 Sep 2007 14:25 GMT | 4 |
I have an SQL query that gets data from an MS Access database. The query worked OK until I put a filter into. Now I get an error saying: "Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints."
|
| Change the color of text at a specific location on each text line | 26 Sep 2007 14:14 GMT | 7 |
I want to change the font color and weight at a specific position in the text. I am not sure where or what I need to do. It will be at position 155/156 from the left on each line. Here is the code I need to put it into.
|
| Datetime revisited | 26 Sep 2007 12:57 GMT | 5 |
what method returns datetime as yyyymmdd tks DaveP
|
| New thread | 26 Sep 2007 09:40 GMT | 5 |
I have an animated GIF image on a Form. By default this image is "invisible". I want to show this image using a different thread. How to create a new thread and show this image. I mean where to write Image.Show() in thread procedure.
|
| Alternatives to DeflateStream | 26 Sep 2007 08:39 GMT | 1 |
IIRC, we can use only System.IO.Compression.InflateStream to uncompress files compressed with System.IO Compression.DeflateStream. If that is in fact true, what are some alternatives you might recommend? I'm writing a Console app that, amongst other things compresses files. I
|
| date picker in mozilla | 26 Sep 2007 07:29 GMT | 3 |
I created a date picker using java script in my asp.net 2005 application which is for the IE. But im trying to run my java script for date picker in mozilla but i cant. so could any one please help how can i do my date picker java script
|
| Reflection newbie help request. | 26 Sep 2007 06:45 GMT | 2 |
In the code below I'm able to get it to generate: Name: myList1 Name: myList2 How can I get it to output something like:
|