Description:
Microsoft .NET technology newsgroup.
|
|
|
Install location of ClickOnce deployed application
|
| |
Hi I would like to check in my clickonce application if the application was started from the test or the production server. The application is deployed as "Online only". In this case, it seems like the UpdateLocation of "CurrentDeployment" is empty. Is there any other way to check from where the progam was started?... more »
|
|
SerialPort.Write - is it alwasy blocking?
|
| |
Hi all, I've noticed that SerialPort.Write() returns when all data has been sent. But is also has a BytesToWrite property, so this wouldn't be logical. So far, I've never seen any value other than 0 for that property. Even with very large blocks, the Write call returns after all chars have been transmitted. And thus, BytesToWrite is always 0.... more »
|
|
Preventing file from being opened much a virus checker
|
| |
Hey All, I have an usual requirement so I thought I'd solicit your opinions before I start heading down the wrong path. For the project I am working on I have a need to stop users opening files if they have been blacklisted by the organization. I won't go into the reason why the files can by blacklisted as this is... more »
|
|
gridview row index problem
|
| |
i got a gridview with multiple headers. i put the multiple header in the onprerender method. the same gridview have a template field with a checkbox inside. im getting the status of the checkbox by a loop for eachgridview row, from 0 to rows.count - 1. im getting the status fine, but when i trie to get some field in that row,... more »
|
|
trés important
|
| |
salut, je pense que vous avez besoin de saver les nouvelles du domaine scientifique et les dérniéres invention voila le site web : sc-et-tech.blogspot.com
|
|
multiple gridviews
|
| |
i got a page with multiple gridviews, so i get a diferente rowdatabound for each of then. i think i can use just one, with a select case inside. how can i determine which gridview trigered the rowdatabound?
|
|
Low CPU hang in GC
|
| |
My mixed-mode .net 2.0 service is hanging during a GC and I need some help trying to find out why. My service has 6 managed threads. Thread 1 is the service control thread, thread 6 is in the middle of doing a GC and is blocking, and all other managed threads are trying to do a GC but are waiting... more »
|
|
using httpwebresponse asynchronously - chunked response?
|
| |
I have written a class that will asynchronously read the response stream from an httpwebrequest. It uses the Stream.BeginRead method inside my EndGetResponse callback function, and my Stream.EndRead callback function will use BeginRead again until the EndRead callback results in zero bytes read. Works great, and it should, since I... more »
|
|
|