all groups > dotnet general > august 2006 > threads for thursday august 10
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Regional Settings Problem
Posted by Luis Lanuza at 8/10/2006 11:08:03 PM
Hi all,
I can't get Visual Studio 2003 to recognize my WindowsXP SP2 regional
settings.
For ex: On Control Panel / Regional Settings / Regional Options Tab, my
standadrs and formats corresponds to English (United States), where for
example, if you see on the Customize secction, the default... more >>
Upgrading from .NET Framework 1.1 to 2.0
Posted by therod at 8/10/2006 8:44:08 PM
I am running Windows Server 2003 SP1 and .Net Framework 1.1
I want to upgrade to .Net 2.0 and I'm pretty sure I should uninstall
1.1 first. Problem is that .NET 1.1 doesn't show up in Control
Panel->Add Remove Programs.
Anyone know the correct way to upgrade to .NET 2.0?
Tom
... more >>
Microsoft paying Google for MSNBC?
Posted by clintonG at 8/10/2006 8:07:49 PM
How f*cked up and behind the curve do you have to be to use Google Earth on
your own broadcasting network?
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
... more >>
.net grid
Posted by Bruce One at 8/10/2006 6:52:02 PM
Except for GridView that comes with VS2005, does anyone know excelent
options, specially free ones?
I would like to easily be able to create groups, categories etc... more >>
Managed / UnManaged code?
Posted by Cylix at 8/10/2006 5:57:54 PM
What is the difference between managed and un managed code in .NET?
... more >>
where to start?
Posted by z at 8/10/2006 5:32:52 PM
Hi there:
My target is to create a web site mainly for demonstration, information
publication, with pictures, music. It may require a little information
feedback such as submit application forms from the users. The web page need
to be looks quite fancy with some flashing picture.
My questio... more >>
Questoin about Assembly Reference
Posted by Ron M. Newman at 8/10/2006 3:20:54 PM
Hi,
I have an assembly I created.
I'd like to refer to it from another assembly. However, when I pick the
"dll" for the reference I was wonder whether I should choose the debug or
release version of the referred assembly DLL. There is no place to choose a
"debug reference" and "release r... more >>
closing } automatically
Posted by Bruce One at 8/10/2006 2:40:02 PM
Does anyone know a way to make the IDE close braces in Ifs statements
(methods also) for C# ?
In VB.NET you have an automatic closing...... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SandCastle x NDoc 2.0
Posted by Bruce One at 8/10/2006 1:21:01 PM
Folks,
Is anyone stuck like me, in choosing between SandCastle (the new MS doc
support) and NDoc 2.0 framework?
Ive downloaded NDoc 2.0 but it does not compile quite well. On the other
hand, SandCastle seems to be too childish to use it for real in professional
app...
Any opinions?... more >>
VS2005: Collapse Current [code] Region
Posted by Jordan S. at 8/10/2006 8:56:58 AM
VS 2005: What is the keyboard command, if one exists, that I can use to
collapse the current code region (the one in which the cursor currently
resides)?
Thanks
... more >>
Best documentation practices
Posted by maflatoun NO[at]SPAM gmail.com at 8/10/2006 8:20:32 AM
Hi everyone,
Our company is growing rapidly and I have been hiring people to help me
out with our ASP.NET development. I like to put in place some code
documentation standards. I've been reading a little on what is required
for documentating and it breaks down into two parts.
Part 1 - Inlin... more >>
system.IO.File.Exists doesn't working for file that is outside my virtual directory
Posted by Max at 8/10/2006 7:59:02 AM
hi
i have file browser control to select any file and a button to upload
file on my web page now when i select any file. now on click of upload
button i have check that file exist or no
if system.IO.File.Exist(file path) then
....
end if
now when ever i choose file system.IO.File.Exist(fi... more >>
Changing global variables
Posted by JustinRU NO[at]SPAM gmail.com at 8/10/2006 7:33:37 AM
Hi,
I'm pretty new to .NET and have (what I think) is a simple question. I
have a program that contains a datagrid, which is bound to different
sql queries depending on search criteria. I set an sqlStr string
variable globally (above the page load) and then alter that variable
within differ... more >>
Trouble with Listbox
Posted by Vernon Peppers at 8/10/2006 6:19:02 AM
I am a VB6 programmer trying to make the transition to .NET. I am working on
my first .NET program. I have a form with several buttons and listbox. I
can fill the listbox, and I finally figured out how to get the selected text
from the listbox, but I still have a big problem that I have no ... more >>
ASP.Net Button Click Event
Posted by Steven J. Smith at 8/10/2006 5:07:01 AM
I have an ASP.Net web page with a button that works as anticipated 95% of the
time. I’ve had a few users report that clicking the button on their browser
has no affect. This appears to be a browser issue (ie6), but I’ve been
unable to determine a browser setting that resolves this behavi... more >>
Compare Two Strings
Posted by twinkle at 8/10/2006 4:48:01 AM
HI guys
i have two strings .in first string a word file is there
and the second string a html file is there.now i want to compare to
both string if some word missing in second string then it should be
highlight by color change.becaz it's a testing purpose tool
plz somebody help me... more >>
Throwing exceptions problem
Posted by J055 at 8/10/2006 12:00:00 AM
Hi
I understand that a throw statement throws an exception immediately and
unconditionally. Control never reaches the statement immediately following
the throw. The following method seems to stop the statements (if
Enum.IsDefined is false) after the throw and return null to the calling
pr... more >>
|