| Thread | Last Post | Replies |
|
| <table> <tr> <td> | 20 Nov 2008 22:39 GMT | - |
I've created my table and alli is fine. I name my <td> tags to make them easier to identify when my table gets large. Anyway, I am naming as such: <td id="cellName" > Now, sometimes when make a change to a control my whole table gets resized
|
| christmas lights installation los angeles 310-925-1720 | 20 Nov 2008 20:24 GMT | - |
christmas lights installation los angeles 310-925-1720 http://www.christmaslightinstallationlosangeles.blogspot.com/ (Lets lights, light up your Christmas) Use a combination of candles and lights for Christmas decor.Lighting
|
| Page Close event in Navigation Service Page | 20 Nov 2008 17:03 GMT | - |
I am looking for a Page close event equivelent to IsOK() in a dialogbox that closes a page and save some data. I have a wizard type application in c# where each page is derived from Page class and I am moving from one page to another on nextbuttonClick(). At the
|
| Power Cut Daily - Smile | 20 Nov 2008 14:46 GMT | - |
Power Cut Daily http://143life.blogspot.com/
|
| Possible to understand an Applicaiton is Clickonce deployed ord copied from another machine ? | 20 Nov 2008 13:27 GMT | - |
I want to prevent my Clickonce deployed application being copied and run to another machine, Possible?
|
| Chinese antique | 20 Nov 2008 11:11 GMT | - |
Chinese antique world first, the antique chinaware series please watch! Entire fidelity 100% Antique (1912-1949) Republic of China porcelain teapot 888 chinawares 400 please watching!
|
| How do I order by a variable column name in entity framework? | 20 Nov 2008 08:32 GMT | - |
I have an EDM for the northwind database. I want a variable, which contains the name of the column that I am ordering by If I do: string orderColumnName = "UnitPrice";
|
| Best way to delete a record using LINQ? | 19 Nov 2008 22:04 GMT | - |
I am trying to do all my DB access through LINQ. For example, I am trying to delete a record from the JobQueue table. There’s a couple ways I could do this: 1. Method 1 – The disadvantage is that it makes 2 calls to the DB: one
|
| Using iscsidsc.dll in Csharp | 19 Nov 2008 21:23 GMT | - |
I am trying to use iscsidsc.dll in a csharp program, but have a lot of trouble with it. One thing I have working is GetIScsiInitiatorNodeName in the following way:
|
| check a certificate in CRL | 19 Nov 2008 20:43 GMT | - |
I developp a C# application that use certificate. I must check validity of these certificates... how to see if a certificate is revoked in a CRL (revocation list) ? how to open a CRL file in C#, or maybe using Windows DLL....?
|
| ContextMenu problem after XamlReader.Load() Options | 19 Nov 2008 19:31 GMT | - |
I'm using XamlReader.Load to swap screens in my application. On my main canvas, I have a constructor that builds up a context menu with event handlers. The first time my app loads a screen everything works. But then the next screen, while calling the constructor to hook up the
|
| Enumerate Exceptions | 19 Nov 2008 17:28 GMT | - |
I am trying to log exceptions. It seems like I have to write the code for each member that I would like to log. It would be nice to replace this with code to enumerate an exception, but it seems that exceptions do not have .getEnumerator().
|
| Passing Data between 2 ASP.Net Web Sites Securely | 19 Nov 2008 09:17 GMT | - |
I have 2 web sites which are a login page on one web site and the core of my application on a second website. I am looking for a simple way to pass the login information securely between the two sites. Is there anything built into the .NET framework
|
| Why is LdapConnection.Bind() slow on a server? | 19 Nov 2008 09:16 GMT | - |
I'm using a custom class to connect and manipulate an active directory server using the System.DirectoryServices.Protocols namespace. My application is an ASP.NET v2.0 application. When running on my local development machine (Windows XP Pro, logged
|
| Round | 18 Nov 2008 23:08 GMT | - |
I have the following: int a; int b; var c c = a / (float)b; I used float to not get an int value as result. I think in C# I must.
|