all groups > dotnet framework > february 2006 > threads for sunday february 12
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
State mgmt issue
Posted by AVL at 2/12/2006 11:06:27 PM
Hi,
I need to maintain state of few variables on my page,,,
It's on the same page....
Which is better suited in this situation?
Session or viewstate.....
please help me out........... more >>
Array Sort issue
Posted by Paul Naude at 2/12/2006 10:58:27 PM
I have an array that needs to be sorted but myArray.sort results in 2
following 19.
I've read something about that some time ago but can't find the solution. I
have to mention that my array is of type object since it might contain text
or numbers that it receive from another subroutine.
... more >>
Help with static members
Posted by RP at 2/12/2006 11:32:22 AM
I completely understand that a static member belongs to the type and is shared between instances of that type in an application scope.
So my question is really, what constitutes an application scope?
Let's say that I have a windows form application made up of several classes and one of those c... more >>
Preprocessor directives must appear as the first non-whitespace character on a line
Posted by erin.sebastian NO[at]SPAM cowaninsurancegroup.com at 2/12/2006 11:19:12 AM
Hello All,
I am writing a webpage in c+ .net and i have a repeater that displays
information, i want to add a statement that says
IF ("title" value from databinder == "Careers") output BLAH (show the
stuff in the databind)
ELSE
output some other BLAH (redirect to a different ASPX but s... more >>
General Computer sciene question
Posted by kalamantina at 2/12/2006 8:50:58 AM
1:You have 2 billion words in random order in a file. How to find a
word with n characters length if you have 96M RAM PC and it can read
this file only once .
2: what is the best algorithm to print all the (unique) anagrams for
each word (i.e., for
the word 'rod', produce 'odr', dro', 'rdo', et... more >>
DNS .Resolve & .NET 2.0 Headache ???
Posted by kvnsdr at 2/12/2006 12:38:13 AM
I can type an IP address and receive Internet domain name and my workstation
name however no other IPs of computers on our internal network will resolve
to a thier machine name only to the same IP that is entered. What's up
Microsoft????
I can say that before we switched over .NET 1.1 to 2.... more >>
|