| Thread | Last Post | Replies |
|
| C++ -> C#, checking if object created | 16 Nov 2007 15:24 GMT | 2 |
In C++ I'd have something like :- -------[C++]----------- DECLARE_HANDLE(MYHANDLE) class Fred
|
| How to finish this property? | 16 Nov 2007 15:16 GMT | 3 |
I have the property below. What I need to do is access the asp.net Menu controls MenuItems in a content page that are on a master page. I need to set the Enabled state to false when the page loads and re enable it when the page goes to the next one. Any ideas how to finish this ...
|
| How to retriever network computer's Host Name and Mac Address? | 16 Nov 2007 14:57 GMT | 2 |
Simple network scanner is a part of my dotnet solution. It pings ip addresses in a selected network range and gives me the response time for each computer it finds. Anyhow, I would need to retrieve two more pieces of information for each
|
| Table. Need help with creating it. Thank You. | 16 Nov 2007 14:31 GMT | 2 |
I am creating a table at runtime and I am having a problem: I need the tbody tag to runat server and define its id: <tbody id="itemContainer" runat="server"></tbody> How can I do this?
|
| URL Parsing | 16 Nov 2007 14:12 GMT | 2 |
I want to change the URL while moving to other page in .net. For ex., I want to move to the page http://localhost/abc/ss/Cat.aspx?catid=106&Pcatid=2
|
| Reloading GridView contents | 16 Nov 2007 14:08 GMT | 4 |
How can I refresh the contents of a gridview that's on a different form than the one I'm using? The gridview is bound to a datasource, and in this other form I'm writing to the database that this datasource is created by. I have to manually close and restart my app
|
| Generics help | 16 Nov 2007 13:54 GMT | 6 |
I am trying to create a parametrized generic object, but the compiler won't let me. Is this just the way it is? The class has a constraint that says all classes must inherit from BusinessBase, which specifies a parametrized constructor. But c# won't let me do it.
|
| streaming mp3 files in websites | 16 Nov 2007 13:48 GMT | 3 |
I need to stream mp3 files from my website (asp.net 2.0). Is there a good way to to do this besides flash?
|
| property or member definition wrong? | 16 Nov 2007 13:21 GMT | 2 |
I have a masterPage code file that looks like below file. For some reason I keep getting compile error 1519: invalid token '{' in property or member definition. I know it has something to do with my Menu property, because when I comment it out or delete it then it works... any ...
|
| Broadcast UDP paket with wrong source ip address | 16 Nov 2007 12:36 GMT | 2 |
Hi @ll, i've got problems with sending an UDP broadcast datagramm over two network interfaces. The code is like this:
|
| DLINQ | 16 Nov 2007 11:22 GMT | 1 |
How to specify orderby columns in DLINQ query dynamically at runtime? Query bellow is ordered by K_OSOBY.NAZWISKO, K_OSOBY.IMIE columns but method parameter specifies where it should be ordered by K_OSOBY.NREWID. HowTo change orderby of this at runtime?
|
| code required | 16 Nov 2007 10:36 GMT | 2 |
Is there any way of reading and modifying word document page by page in C#....if so can anybody give me the piece of code Awaiting for early response Thanks & Regards
|
| can this coding be automated??? | 16 Nov 2007 10:00 GMT | 7 |
.NET 2.0 I'm on a project where I'm now about to develop the Data Access Layer. The database have 300 stored procedures. I'm about to go on a time consuming process of writing the .NET code which calls all these stored procedures.
|
| C# case sensitive or not | 16 Nov 2007 07:42 GMT | 15 |
I'm totally new to C#, but have worked a bit with VB.NET... trying to migrate to C#, i find one thing particular anoying... The case sensitivity of C# or at least my C# environment of Visual Studio. Can this be disabled??
|
| Get latest CurrentCulture and CurrentUICulture | 16 Nov 2007 06:04 GMT | 1 |
I could get the correct System.Globalization.CultureInfo.CurrentCulture and System.Globalization.CultureInfo.CurrentUICulture when the my WPF application first started. While my application was running, I went to Control Panel - Regionals and Language Options to change the Format ...
|