| Thread | Last Post | Replies |
|
| code example with good architectural practises? | 24 Jan 2006 19:13 GMT | 2 |
Which starter kit or open source project would you consider well-architected? Or more specifically which has good examples to showing a newbie how to separate presentation/business logic/data layer?
|
| Running 19" wide screen displays for coding | 24 Jan 2006 19:06 GMT | 2 |
My group is in the process of replacing desktop computers with laptops for several developers for primarily .NET development. What we thought about this morning was the possibility of using an external 19" wide screen monitor.
|
| Newbie Question on Assigning Variables | 24 Jan 2006 17:47 GMT | 1 |
I am trying to assign a value from a collection to a string variable called ‘vDocumentation’ when I execute the following code, I do not have any value in vDocumentation. I can see a value from appRow.SystemDocumentation when I assign it to a hyperlink Url property but I can’t ...
|
| Duda con validator Controls.. | 24 Jan 2006 15:55 GMT | 2 |
HOla Saludos a todos, tengo una duad con respecto a los validators controls, tanto para los de campos requeridos, como para los de formato, por ejemplo en mi web application tengo algunos controles y todo funciona bien si el browser es Internet Explorer, pero si ven la pagina con ...
|
| run 2 instances of visual studio? | 24 Jan 2006 15:35 GMT | 2 |
I am playing around with the system.net namespace and need to right seperate 'client' and 'server' code. Do I have to run 2 seperate instances of visual studio in order to be able to launch both pieces at the same time?
|
| Strange Problem With Interop | 24 Jan 2006 15:03 GMT | 1 |
i have a web service which is using a dll written in vc7.This dll in turn is accessing a vc6 com dll through interop. Now the problem is that i have a function in vc6 that takes as param zipped data and returns me unzip data.The params it takes r
|
| How to determine New Hardware Found | 24 Jan 2006 13:11 GMT | 2 |
I am interested in how to determine if a particular type of hardware has been plugged into Windows XP/2000 programmatically. It could be a service or application running that could detect the new hardware the way XP and 2000 currently do when new hardware
|
| Code Documentation | 24 Jan 2006 12:57 GMT | 4 |
There is a way to create documentation in Visual Studio 2005 (much like javadoc) but I can't remember exactly how it's done. Could someone refresh my memory please?
|
| Item icon doesn't show | 24 Jan 2006 10:13 GMT | 1 |
What could be the problem if the icon doesn't appear in the 'add ne item' dialog? What tools/methods would you suggest to find the cause? I'm using MDE 2002 version 7.0.9366
|
| display image | 24 Jan 2006 09:39 GMT | 6 |
I am trying to write codes in VB.net to display 3 images in series on a Webform with each image being displayed in the same box for 5 seconds. I am trying to use Timer and image button, don't know how to get around it. thanks for any help
|
| Building a site | 24 Jan 2006 08:50 GMT | 2 |
I want to build an internet site. I don't know if .net is suitable. Can I build a site in .net? Is it easy? Thanks, Yonina.
|
| Future of Native Apps? | 24 Jan 2006 08:39 GMT | 14 |
Is it possible that in some future version of Windows, only .NET (CLR) PE (Portable Executables) .exe will be enabled to run. I.e. the OS will not support running of native x86 code .exes/dlls? I understand native is needed for drivers etc. but at some point the driver
|
| Bitmap in Template column ??? | 24 Jan 2006 08:23 GMT | 3 |
how to display bitmap inside column template ? I have use following syntax : <asp:ButtonColumn Text='<%# <img src= "search.gif" >%>/></asp:ButtonColumn but when running it says, binding not correct
|
| Control Values | 24 Jan 2006 04:39 GMT | 2 |
Dear Experts, How can I remain the value of other controls when I enter other value in another control with POSTBACK attribute is set to true. Currently, when I selected a date from a date picker into a textbox control, after that I enter
|
| reads machine.config instead of app.config | 24 Jan 2006 04:36 GMT | 1 |
I am trying to test some code in VS.NET using ConfigurationManager.ConnectionSettings to retrieve a database connection string from an app.config file I added to my project. ConfigurationManager.ConnectionSettings is trying to retrieve the information
|