| Thread | Last Post | Replies |
|
| When do you call DataGrid.DataBind() | 13 Jun 2006 22:02 GMT | 9 |
Sometimes, you call DataGrid.DataBind() after doing a DataGrid.DataSource = DataSet (or reader) and sometimes you don't. When is it that you have to call DataBind on the datagrid and when is it not necessary? Why is there the difference?
|
| Alternative to Dataset?? | 13 Jun 2006 22:00 GMT | 1 |
I am part of a team building a stock exchange software - Order Management system'. The current system that we have supports 200,000 orders per day. All of this data is needed in memory.Ofc ourse this system was built in
|
| taskbar and start menu | 13 Jun 2006 17:30 GMT | 2 |
Cany anyone help? ive recently had the internet installed on my computer and since then the start menu and task bar at the bottom of the screen will not come up. i dont understand why can anyone tell me how to fix this problem ??? thanks
|
| Web Deployment ASP.Net 2.0 | 13 Jun 2006 16:15 GMT | 3 |
I am working with VS 2005 and web projects. We were set up to use files on a UNC share that mapped to a web root for the IIS instance. Microsoft told us that is a "no no" due to bios limitations so we installed FPSE and are using web folders for each project.
|
| NetworkService - Could not establish secure channel for SSL/TLS | 13 Jun 2006 12:40 GMT | 6 |
we've got a windows service calling a ssl- and clientcertificate secured webservice. running the windows service as administrator works; the webservice-call succeeds.
|
| Language detection | 13 Jun 2006 11:33 GMT | 3 |
Hi there. I need to detect what languages are supported by an application using the VS automation IDE (for a VS add-in). Unfortunately, I can't seem to find any clean way of doing this other than searching for all (embedded) resource files and checking for the appropriate ...
|
| .NET Framework 2.0 Configuration | 13 Jun 2006 11:32 GMT | 7 |
Can someone tell me where to find this on a non development development system. According to: http://msdn2.microsoft.com/en-us/library/2bc0cxhc(VS.80).aspx There should be a %Systemroot%\Microsoft.NET\Framework\version
|
| how to catch win32 dll exception in c#? | 13 Jun 2006 09:03 GMT | 1 |
how to catch win32 dll exception in c#?
|
| Sharing violation error | 13 Jun 2006 07:23 GMT | 2 |
i am facing an error while trying to delete a file access denied "c:\\22.bmp" file is in use by another process what i am trying to do is i have loaded an image it goes fine
|
| Differences in UnicodeEncoding library between .Net 2.0 and 1.1 | 12 Jun 2006 23:34 GMT | 1 |
I have an issue with the unicodeencoding library. The following code: m_key= New Byte(127) {&HCD, &H1, &H0, &H0, &H8, &H9, &HCB, &H0, _ &HFE, &HAA, &H9, &H10, &H7, &HA, &HA1, &H2E, _
|
| ASP.Net tab not showing up on IIS Property page | 12 Jun 2006 20:27 GMT | 1 |
I have installed (and un-installed, and reinstalled) framework 2.0 on a Windows 2003 server. I still cannot get the property page to come up on it. When I run aspnet_regiis -lv on the 1.1 framework folder, I get this:
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis ... |
| How to Create a Graphical Designer | 12 Jun 2006 16:50 GMT | 1 |
I am looking for documentation or sample code on how to build a standalone GUI designer. The basic functionality is -- A tool box
|
| Alternative to FXCop ? | 12 Jun 2006 16:37 GMT | 2 |
I'm looking fo tools that can analyse my code. I've tested FXCop, but I'm wondering if there is alternative tools that could be better and that can create rules within the app. The main criterias are the cost (fxcop is free, but we can invest some
|
| System.Net.Mail.SmtpClient.Send Problem | 12 Jun 2006 15:59 GMT | 1 |
This box sends email all the time with a localhost smtp address on .NET 1.1 code framework, fails with the 2.0 API. Any thoughts? Exception: at System.Net.Mail.SmtpClient.Send(MailMessage message)
|
| Setting up Permissions during installation | 12 Jun 2006 15:08 GMT | 1 |
I'm writing an installer to install ASP .net web site on the web server. The application needs to generate log files based on the input. These log files will be passed by the administrator while installing the application.
|