The ConnectionString property of the ConnectionStringSettings object is
get/set, but when I try to set it to some other value I get an error,
"The configuration is read only".
I get the object by calling
WebConfigurationManager.ConnectionStrings["production"]
From this Web.Config snippe...
more >>
why was my thread deleted? it was about identifying textboxes in a
website with API if both textboxes had the same title and class. thats
messed up, how come they had to delete it?
...
more >>
In order to completely globalize a .Net application it must be possible to
translate the messages of system exceptions to other languages.
Of course it's possible to catch the system exceptions and rethrow them with
translated messages, but in a large system you want to translate them
globall...
more >>
Would it be possible to copy the windows/assembly folder to a folder on
a network drive? Then reference the dll's in this folder in a .NET app?
Then treat this folder as a place you can drop any dll that you want to
be shared by several users accross the network.. and deploying updated
dll's wou...
more >>
GUYS i need some datagrid help here.
i can make a button column with an image - no problem -
when its clicked it would go and get
the info, for instance from>
e.Item.Cells(3).Text - the button is hit and it grabs the info from that cell.
here's the deal - whats in Cell number 3 is a pri...
more >>
I have a problem with an FTP. The FTPWebRequest class is sending 'Type I' .
What does that mean?...
more >>
Hello friends,
I am having a problem in transferring a file from a client to
another client via a server, with the help of SOCKETS. I am using NETWORK
STREAM to tranfer the file contents. As soon as the file is sended to the
SERVER's SOCKET, it shows an error of : "CONNECTION FORCIBLY C...
more >>