Description:
Microsoft .NET technology newsgroup.
|
|
|
DataRow Prefix
|
| |
Hi, I have been trying to generate a xml file via typed datasets using the writexml method. The xml I am after is <?xml version="1.0" standalone="yes" ?> - <bw:ABC xmlns:bw="[link]"> - <bw:Employee> <bw:EmployeeID>1</EmployeeID> <bw:EmployeeName>John</Employe eName> </bw:Employee>... more »
|
|
School question
|
| |
True or Faled The Table Template is used to automate data entry in a table.
|
|
MC++ or WIN32/C ?
|
| |
Hi, I want to port the Solaris 5.8 C-Code (Mixed Endian Code) to Windows x64/ x86 platform for a .Net project. What is the best approach to accomplish this ? 1. Should I first port to WIN32/C (using BIT shifting for enadianness) and then introduce a PInvoke layer ? OR 2. Should I use Managed C++ so that I directly get the support for... more »
|
|
How to tell what version of framework is installed
|
| |
newbie question: Just starting at a new company. How can I detect whether and what version of dotnet framework is installed. And if it's installed locally or on server.... I'm new to programming c# and vb net so some of the basics are unknown to me. on my local box i see C:\Program Files\Microsoft.NET in which are 2 folders... more »
|
|
WebClient UploadStringAsync hangs
|
| |
UploadStringAsync is supposed to be asyncronous but I can make it hang by passing it an invalid url. It looks to me like it does a synchronous DNS request first that makes it hang. I don't want my app to hang under any circumstances when making this web client request, especially not long DNS requests, does anyone know a work around? Btw... more »
|
|
ASPNET credentials keep on resetting
|
| |
It seems that most if not all ,NET updates reset the ASPNET password on the server. Is there a way to install a service pack or upgrade without it resetting the ASPNET user password?
|
|
Using underscores in type names
|
| |
Huh? In VB.NET 2003 (.NET 1.1), I created an application that generated an error after converting to .NET 2.0. I created two forms, Set_Test_Volts and Test_Volts, in the same namespace. .NET 1.1 had no complaints. I converted my application to .NET 2.0. VB.NET 2005 complains: Error 1 'Test_Volts' has the same name as another type exposed in a 'My'... more »
|
|
mysql orm and asp.net
|
| |
hi everybody! how are you...? i'm looking for a mysql (version 5.0) orm to work with asp.net. any suggestion? i need it to be for free, and easy to implement. thank you, so much! gabriel
|
|
Message Pane too wide
|
| |
I cannot see the entire message in order to read it. The only way that I can move it so that I can see more of it is to move the folders column to the left. This has nothing to do with font. This has to do with shrinking the message pane down to normal size.
|
|
How Can I Tell Which Button Was Right-Clicked?
|
| |
All, I am displaying a context menu when the user right-clicks one of 20 buttons that are created in code (code below). I would like What's the simplest, most accurate way to pass an attribute of the button (like.name) that the user right=clicked to the context menu? Thanks, Patrick Code:::::::::::::::::::::::::: :::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::: :::::::::::::::::::::::::::... more »
|
|
|