all groups > dotnet general > july 2005 > threads for sunday july 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
Need some help with "secure" deployment please
Posted by Tom Rahav at 7/10/2005 10:44:39 PM
Dear all!
I develop VB.NET for about a year, and always heard about how easy is to
"reverse-engineer" .NET applications, due to the MSIL and so... I decided to
check it buy opening .exe file I created with VB .NET in software called
"Lutz Roeder's .NET Reflector" (you properly know that, an... more >>
VB.net
Posted by starpoxs at 7/10/2005 9:52:01 PM
Please help...........
How do i Hide and show webform in vb.net.....Please do not say i should use
me.hide...or show.form....those only work for windows applications...not
webforms.
THus, someone please show me how to redirect from within my code...hide and
show webforms.... more >>
adding a button to a message box
Posted by dave at 7/10/2005 8:08:02 PM
I am designing an application that allows the user to view information from a
database, loaded onto a form via a datagrid. The user would click on a
'view' button and the information from the datagrid would be loaded into a
message box, via a datareader. Is it possible to add a button in the... more >>
how to check the memory usage of an object at runtime?
Posted by Bob at 7/10/2005 6:09:11 PM
I'm trying to decide on what data types to put into my caching object (a
class with a static instance of Hashtable). I'm facing the choice of either
putting the string values or SqlParameter objects into the Hashtable.
There'll be a couple of hundred of these values. If the SqlParameter
ob... more >>
EndEdit not working
Posted by Gav at 7/10/2005 3:55:04 PM
Hi all,
I have a Datagrid and a save button if I change a value in a cell in the
datagrid and hit the save button, it does not write the new value into the
database. If I move the focus away from the cell and then click save I get
the new value in the DB.
Is there a way I can get the new va... more >>
Making dotnet Trust my LAN
Posted by Peter Olcott at 7/10/2005 2:10:42 PM
How do I make the .NET framework trust my local area network?
I keep getting the error message whenever I load a project from
the network, and I need to always store all of my projects on the
network, How can I do this?
... more >>
Installation Insanity - is THIS weird or WHAT?
Posted by wASP at 7/10/2005 12:09:18 PM
Hi,
I'm a newbie starting up with ASP.NET,
and I'm getting off to a wonderful start
- and when I tell you "wonderful" I'm being sarcastic.
My OS is Win 2000 SP4 - and I'm using IE6.
I've gotten IIS installed, along with the .NET framework.
When I try to load a page in my webroot, I ... more >>
Newbie question on creating class based on Int32
Posted by Byron at 7/10/2005 9:01:02 AM
I can't believe I can't find anything on this and feel free to publicly
humiliate me as long as you can provide an answer. I need to create a class
that looks and acts like an Int32 with additional functionality.
For example it should default to -1 and prevent negative values < -1, have a
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.net book
Posted by nkukreja NO[at]SPAM gmail.com at 7/10/2005 6:38:37 AM
what is the book to start learning .net in general and asp.net in
particular?
... more >>
|