| Thread | Last Post | Replies |
|
| DropDownList.SelectedIndexChanged ... nothing happens | 04 Jul 2006 16:35 GMT | 1 |
I have a webpage with a dropdownlist on it. I fill the dropdownlist with data from database. This works fine. Now I want to create an onchange event (selectedindexchanged), I doubleclick on the dropdownlist and write the code.
|
| want to get similar timing across the world using C# | 04 Jul 2006 16:26 GMT | 1 |
I am having a problem while setting timings. The scenario is such that we are having two server one at Germany and another at UK. As we are trying to get system timings. They are showing different. For user perspective this is not acceptable. So I need a resolution. Could anyone ...
|
| Application_BeginRequest does not seem to run | 04 Jul 2006 12:12 GMT | 3 |
I have set up a new web site application in VS 2005, and have created a couple of pages which seem to run ok. I then manually added a file called Global.asax.vb, within a folder that I also manually created 'App_Code' with the start code as below:
|
| Create File Download Handler | 04 Jul 2006 11:11 GMT | 2 |
I'm creating a Proofing Web Application, that users can upload photos, and then download and reupload if it doesn't look any good. Upload bit works fine, with the image being displayed great. However, I want a button that when clicked will open the generic File Save As or download ...
|
| DotNet Application Taking A Lot Of CPU Time | 04 Jul 2006 09:25 GMT | 1 |
I have made a dotnet windows application which is taking a lot of cpu time....and memory as well. Now, i want to know if there is any tool which can find out which part of code is taking a lot of cpu time ... and whats exactly causing the
|
| Sorting Lists Using IComparer | 04 Jul 2006 07:31 GMT | 1 |
I have implemened a class which is derived form IComparer to sort using IComparer. The sorting is functioning well when the sorting objects are different. But. when the objects are equal the entire list get sorted.
|
| calling another module | 04 Jul 2006 00:02 GMT | 2 |
I know this should be simple but I cant work out how to call a procedure from another module in .NET. I keep getting an error (Argument not specified for the parameter) Im using Projectname.Module.Macroname
|
| Copying a project in VS .Net 2003 Pro | 03 Jul 2006 23:53 GMT | 2 |
I have a Windows application developed with VB .Net 2003 and VS .NET 2003 Pro that is working fine. Now I need to write another app which uses about 80% of the functionality, forms and reports of the first application, so I want to copy the first one
|
| WebClient class is throwing exception | 03 Jul 2006 20:22 GMT | 1 |
Iam trying to use WebClient class under system.net namespace to download files from internet via http. For that iam using DownloadFile method. But when ever iam trying to download any file iam getting the error “"The underlying connection was closed: Unable to connect to the ...
|
| System.Net.Mail in .NET 2.0 | 03 Jul 2006 13:51 GMT | 1 |
Inline attachments (images) doesn't seem to work. I have a html-document that I know works fine. This works fine in another mailing-product for me. Not sure if to use attachment with dispositiontype inline or like in these snippet, alternativeview and linkedresource? Can anyone ...
|
| Late binding with c# | 03 Jul 2006 11:59 GMT | 2 |
I'm trying to write a c# command line app that runs report dll's at set times. The dll's are written in c# with a common interface so by passing the object name from the command line I can create ao instance ot the object & create the report.
|
| Error While Creating CMS Project... | 03 Jul 2006 09:10 GMT | 1 |
When I attempt to create a CMS-enabled project in Visual Studio .NET 2003, I receive the following error: Could not create virtual directory 'http://<site_name>/CMS' in location 'C:\Program Files\Microsoft Content Management Server\server\IIS_CMS\'.
|
| What to use? | 03 Jul 2006 08:29 GMT | 3 |
After years of working with legacy systems, I am not starting to discover the .NET world. Wow. I am trying to figure out how Visual Basic, Windows Forms, Smart Clients, and all of the other .NET technologies work together. Here is what I want:
|
| UTC conversion from different time zones | 03 Jul 2006 08:27 GMT | 7 |
I have a long list of events. I know where each event took place (globally) and when (using the event’s local time). I want to do some comparisons between these date/times. I thought I would convert them all to UTC and thus get them all on a common time-line. But I can’t see how ...
|
| Push Technology | 03 Jul 2006 08:18 GMT | 4 |
We are re-developing a software product that requires push technology (wireless and hardwired). Microsoft used to support this technology in IE but dropped it for whatever reason. The system is a dispatch application. When a call comes in, the operator
|