| Thread | Last Post | Replies |
|
| DataGridView (hidden info per row) | 29 Jun 2006 15:26 GMT | 2 |
Hi there. Is there a standard technique for storing additional info per row in a "DataGridView" (say, a hidden key per row for instance). I assume it's just a matter of creating a hidden column to store this info but I just want to make sure there isn't a more conventional way. ...
|
| COM+ and displaying call times on Form or Webpage | 29 Jun 2006 15:16 GMT | 1 |
Apologies if this is in the wrong place but thought it would be a good place to start. Is there a way of reading a thread call time from COM+ and displaying the thread time either in a C# Form or on a WebApp (ASPX Page)?
|
| Dynazip - Unable to unzip. Please help! | 29 Jun 2006 15:13 GMT | 4 |
We are using Dynazip to unzip files on our server. It works perfectly on a test box but when the same code is deployed to the production, it chokes. It creates the unzipped file with 0 bytes. It makes me think that is some kinda environment/system issue but am not sure what it is.
|
| animation in .net | 29 Jun 2006 15:12 GMT | 2 |
can anybody suggest me how to create a PAGE TURNING EFFECT IN .NET using C#
|
| DataGridView | 29 Jun 2006 15:08 GMT | 2 |
I'd like to bind certain rows in a "DataGridView" to one (DataSet) table and other rows to yet a different table. Is this doable using functionality that's already built in? I'm looking at the "DataGridView.DataBindings" property for instance but don't want to waste time ...
|
| Set account to logon automatically (programmatically)? | 29 Jun 2006 14:59 GMT | 2 |
How can I programmatically edit the settings in the dialog which is opened by typing control userpasswords2 in Start -> Run? For instance, if I would like to set an account to use to
|
| Must be more elegant solution than this? | 29 Jun 2006 14:46 GMT | 6 |
Is there a better way of doing the following? I have 2 lists. List 1 is a list of MAC addresses and List 2 is a list of regular expressions. A user is only allowed to view devices that match their list of regular expressions.
|
| How to stop on first error | 29 Jun 2006 14:07 GMT | 1 |
Is there a setting in VS to stop the debugging prosess when is finds a compile error?
|
| CookieContainer is driving me nuts, webResponse.Cookies always has count of zero after first webRequest | 29 Jun 2006 13:58 GMT | 1 |
OK I logon to a web site and I manage to get an SMSESSION cookie that I then store in a variable called _session (a class scoping variable). I do this by calling a logon URL and setting a cookie to SMCHALLANGE=YES to allow me to obtain a session. I then iterate the cookie ...
|
| Cannot put delegate in interface - why not? | 29 Jun 2006 13:55 GMT | 5 |
When I try and place a delegate in an interface, like this : public interface ITest { double foo(); delegate void bar();
|
| Diaplsy long message | 29 Jun 2006 13:45 GMT | 3 |
How can I display a long message in a web form ? like : when we log in, the right hand pannel display message. Welcome back, Wilson. If you're not Wilson, sign out by clicking the Sign Out button above, and then sign in again.
|
| Update table record | 29 Jun 2006 13:36 GMT | 2 |
I want to update an employee's name, here's my code: public void Save(int aEmployeeID, string aFirstame, string aLastname) { SqlDataAdapter DaEmployee;
|
| REPEATER PROBLEM | 29 Jun 2006 13:36 GMT | 2 |
It shows nothing . No error and nothing on the screen.There is no error too. Im sure sql query is returns some rows i tried it Sql query analyser ? what is the problem ? <asp:Repeater id="Repeater1" runat="server">
|
| DLL register problem | 29 Jun 2006 13:33 GMT | 4 |
I created a DLL and tried to register with regasm.exe but got error: RegAsm: warning RA0000 : No types were registered. I check that I got the 'no args constructor', so it should be OK. But it still gave me this warning.
|
| TFTP Server Class | 29 Jun 2006 13:26 GMT | 3 |
First off I'd like to ask if anyone knows of a multi-threaded Open Source TFTP Server class written in C#? I don't really want to re-invent the wheel but after searching the net for sometime I haven't been able to find an existing TFTP Server class
|