| Thread | Last Post | Replies |
|
| Loading response into Iframe | 01 May 2008 13:48 GMT | 2 |
I have an Ifame on my page. I have retrieved a page response from a server like: string response = Encoding.UTF8.GetString(responseBytes); HtmlControl frame1 = (HtmlControl)this.FindControl("iframe1");
|
| Problem with string.Contains() | 01 May 2008 12:08 GMT | 3 |
//I have a case sensitive problem with contains method. //When using SQL database as here: MERADATADataContext DC = new MERADATADataContext(); IQueryable<DVD> results = from dvd in DC.DVDs
|
| Gantt schema, with icons or colours | 01 May 2008 10:32 GMT | 4 |
Is there a way (without buying a component) to accomplish something like in a hotel overwiev if a room is for the moment free/booked/ occupied/checked out/cleaned/back to free or out of service/reserved for repairs or something. Charts can be done (maybe that was with
|
| Dynamic Field in C#? | 01 May 2008 07:47 GMT | 4 |
In new versions of MATLAB, I can do dynamic field like userdata.('username').electrocardiogram = 4, where 'username' can be replaced by any string variable. This made my software design much neater. Does anybody know if C# support that? If so,
|
| EML File help | 01 May 2008 07:28 GMT | 1 |
Hi, to everyone.I am doing a maill program that analyses eml file for its attachments. I have to parse those files and extract all the information and even files that are attached with the eml file.I tried to google it but there was no progress. The problem i am facing is
|
| Browser sends multiple request 5 to 10 request in a second without user action. | 01 May 2008 06:17 GMT | 2 |
Our application is created in C#, ASP.Net 2.0, SQL 2005; the session is managed in SQL server with ASPState. We often file below exception Error Details : Exception of type 'System.Web.HttpException' was thrown.
|
| Determine IP address of Network Load Balanced server at runtime | 01 May 2008 05:24 GMT | 6 |
I have an application that sits behind a server farm, the application needs to pass its NLB IP address in the message that it sends to another service. From C# code, how can I determine the IP address of the network load balanced machine that the message is generated from?
|
| Microsoft SQL Server Compact 3.5 (.NET Framework Data Provider for Microsoft SQL Server Compact 3.5) | 01 May 2008 02:37 GMT | 4 |
I'm trying to make a programme that will use the above mentioned database, but I can not find how to create any relation between the tables, all there is in the database explorer is DATA CONNECTIONS
|
| Net 2.0 program published with VS2008 now requires Net 3.5 | 01 May 2008 02:36 GMT | 2 |
I am a hobbiest C# programer. I wrote and published a database image browser in Visual Studio express 2005 using DotNet 2.0. I made a minor change and then re-published using Visual Studio Express 2008.
|