| Thread | Last Post | Replies |
|
| international characters in url | 15 Aug 2006 08:32 GMT | 4 |
I need some help with sending "international" charcters in a parameter string to a web application. I need to send the following for example: http://localhost/myapp/TestAdmin.aspx?sort=å Even though I see the Danish letter 'å' (a little 'a' with a circle over) in
|
| Best practice for limiting login to app? | 15 Aug 2006 08:06 GMT | 2 |
I have a Win app wherein users login via my interface (i.e. not via NT Authentication). Since the User Names are like "Driver 1, Driver 2, etc., sometimes Driver 1 might accidentally login as Driver 2. There's also a Truck selection where drivers are supposed to select the ...
|
| dataset constraints (if they can be called so!) | 15 Aug 2006 08:00 GMT | 2 |
Consider a typed dataset, that has got a datatable. The datatable, on the other hand, has got some columns one of which is of type string. I would like to know how am I supposed to limit the values that can be set on the mentioned column to "choice1", "choice2" and "choice3".
|
| embedding c in c# | 15 Aug 2006 04:42 GMT | 2 |
I have a program to rewrite in c# that includes another program written in c. Is there a way of imbedding my c code into my c# project? I think not, but.....
|
| MasterPages & UserControls - object reference not set | 15 Aug 2006 01:56 GMT | 3 |
I have 3 pages Site.master, Album.aspx and ContinentsMenu.ascx. Continents is a usercontrol placed in Albums. In Album.aspx.cs I need to access a property from the Continents usercontrol and is done using the code below. When I add masterpages to Album.aspx and remove all the
|
| Q: I am lost, should i use TCPClient or Socket? | 14 Aug 2006 23:32 GMT | 2 |
I am just beginning to learn about the TcpListener and TcpClient and Socket. I have figured out the TcpListener, it is used for booth in and outgoing requests, right? But when to use the TcpClient and when to use the Socket?
|
| Q: Terminating a thread. | 14 Aug 2006 22:45 GMT | 2 |
I am starting up a thread that is listening for tcp connections in the thread i am using while (true) {
|
| lock boolian | 14 Aug 2006 22:31 GMT | 9 |
I want to lock a boolian variable but it's not possible in c#,is there a way to convert it to something that is possible to lock? Thank you!
|
| Create table in database from application. | 14 Aug 2006 22:26 GMT | 1 |
I have app and using Microsoft Access database (mdb).. Now, after two months I figured out that I need one more Table in my database (yeah, stupid :) ). Is there any way to create a new table in that database from my application? I don't want that peple that are using my application ...
|
| ComboBox Behavior | 14 Aug 2006 22:04 GMT | 1 |
I currently have a combo box that will jump to a selection when the user inputs some text. The problem I am having is this. The 2-digit numerical values displayed in the combo box are padded with a leading zero if the number is less than 10. The problem with this is
|
| Using the BITS wrapper with a proxy. | 14 Aug 2006 22:00 GMT | 1 |
Has anybody using the BITS wrapper with a proxy server? If so - how ? TIA - Jeff.
|
| Disallow user multiple domain logins? | 14 Aug 2006 21:35 GMT | 1 |
Sorry for the off-topic but not sure where to post. I'm wondering if it is possible to disallow a user to log into a domain on more that one PC. Thanks for any help,
|
| VS.NET overwrites my event handlers | 14 Aug 2006 21:24 GMT | 5 |
I'm working on a windows forms application and some of my controls have multiple event handlers assigned to them. I haven't figured out how to add multiple event handlers via the properties window, so I do it manually. However, it seems that whenever I bring up a properties ...
|
| Run regasm during setup | 14 Aug 2006 21:09 GMT | 1 |
I would like to register a dll (regasm) during the execution of my setup using custom actions. I don't know where to place the parameters for regasm in the custom action.
|
| capture key | 14 Aug 2006 20:41 GMT | 1 |
How can i do to capture a key combination, even if I 'm working in other aplication.? Thanks.
|