| Thread | Last Post | Replies |
|
| Extend row on datagrid | 08 Jul 2006 16:39 GMT | 1 |
Im using a datagrid object to view data, Is it possible to extend selected row and show other details at the extended part of the row?
|
| What event is triggered in ASP.Net when you close the browser ? | 08 Jul 2006 14:18 GMT | 1 |
What event is triggered in ASP.Net when you close the browser ? What event is normally used to trigger clean up stuff when going from one form to another or leaving the project?
|
| .NET Framework 2.0 service pack 1 install | 08 Jul 2006 13:20 GMT | 5 |
Have vs.net 2005 loaded and am trying to install service pack 1 for 2.0 and get the following error. What do I have to un-install to install the service
|
| Count code lines in a solution | 08 Jul 2006 11:37 GMT | 4 |
Does anyone know of a utility to count the lines of code in a given solution? I'm using VS2005, just in case this makes any difference. TIA,
|
| 2.0: writing assembly for SQL Server 2005 | 08 Jul 2006 03:08 GMT | 1 |
I am learning .NET 2.0. I need to write an assembly to be added to SQL Server 2005 database DemoSQLServer, with stored procedures. According to one of my books I wrote (Demo.cs): using System;
|
| problems by sending email with c# and web.config in a webserver Win 2003 | 08 Jul 2006 00:39 GMT | 3 |
Hi, this is my first time here, but I was looking for something that may help me, and still, I haven't found something to use. I'm using a website made in .NET with C#, when I'm running my site from my PC, everything seems right, but when I publish the website, and send
|
| Mainstream Apps using DotNet | 07 Jul 2006 18:36 GMT | 9 |
With .net having been around for a while now, does anyone know what the uptake of major software houses is in using .net for Windows Application development? e.g. have the likes of Adobe, MS, Corel, etc actually released any applications that use the framework?
|
| custom control with multiple data binds | 07 Jul 2006 14:39 GMT | 6 |
Is it possible to for a custom control to have 2 properties bound to 2 different fields from the same ADO.NET datasource. I noticed when writing updates to my datasource only 1 field or property from the control is written. For example....
|
| How to get Hard Disk number from drive letter | 07 Jul 2006 12:49 GMT | 4 |
i want to get the hard drive number for example if if have drive letter C it should tell me Disk number as 1 and suppose if i have another hard disk attach to my system having letter J, the by giving J it should give me disk number 2. Any kind of help will be fuly appreciated
|
| Lost my intelisense | 07 Jul 2006 11:32 GMT | 3 |
I am using Studio 2005 Professional and have lost the intelisense. Anyone know how to turn it back on?
|
| Warning: do NOT use SerialPort class!!! | 07 Jul 2006 09:16 GMT | 18 |
The SerialPort class in .NET 2.o is buggy, has misleading and incomplete documentation and should by no means used for LOB / mission critical / factory automation projects! For example: mixing ReadByte() and Read(byte_buffer,offset,length) creates
|
| Shell from Timer.Elapsed in Windows Service? | 07 Jul 2006 07:17 GMT | 3 |
I have a Windows Service with a timer that use the .NET 2.0 Shell command. The Shell command returns a non-zero number but Task Manager shows the shelled exe running but there is NO visible interface (there should be one) -- I pass AppWinStyle.NormalFocus.
|
| Unhandled Exception when exiting app using dispose method | 07 Jul 2006 07:03 GMT | 1 |
I am creating a multi-winform project. Everything has been working fine, except after I perform an update to the database and decide to Exit the winform after the update operation is complete. I have error handling in my code but not on the dispose method. I call
|
| Securing Classes Code | 07 Jul 2006 06:05 GMT | 2 |
Guys, I am working on a project currently. I am created some classes for the project. It is a web application, But I don't want to pass my classes code and code that I have created after spending extensive time on
|
| deploy application adding to Explore Menu | 07 Jul 2006 04:38 GMT | 1 |
I would like to deploy my application adding an option to the Windows File Explorer Right Click Menu similar to the way Win Zip adds an option to open Win Zip with the selected file/s. Can someone advise how I can add my application to the Explorer Right Click
|