| Thread | Last Post | Replies |
|
| Connecting to SQL Server on WIN2003 Box | 21 Dec 2005 01:12 GMT | 10 |
I am trying to connect to a 2003 Server from an ASP.Net page and am getting the following error message. Can someone please help get me started on how to track and fix this error? The code I am using is below the error I am getting.
|
| Iterating Across All Data in Configuration File | 21 Dec 2005 00:10 GMT | 2 |
Using ConfigurationSettings.AppSettings.keys I can iterate across the default AppSettings section of the XML config file. I need to iterate across all key value pairs in other sections as well. If I use:
|
| How to determine the number of rows or columns within a DataGrid | 21 Dec 2005 00:07 GMT | 1 |
Can someone tell me how you determine the number of rows (or columns) are in a datagrid? Under the debugger I say the property DataGridRows (which is what I want) but it doesn't appear to be usable within code. Its protection level makes it inacccessible.
|
| calling Lotus Notes Agent from .NET | 20 Dec 2005 23:34 GMT | 1 |
Hello. I need to call remote lotus' agent in my application, does anyone do something like that? I search google for the solution and i find that I can use COM to connect to Lotus, but probably I can't using lotus agent' when I'm using COM. So is there another way to solve it? ...
|
| WebRequest from behind a proxy | 20 Dec 2005 22:42 GMT | 5 |
I have been struggling with what should be a simple thing. I want to crawl the web for specific links, and save any html and files that meet my criteria to my hard drive. I thought that WebRequest/WebResponse would be the best way to go,
|
| Cannot convert from 'string' to 'System.Predicate<string> | 20 Dec 2005 22:36 GMT | 5 |
Any easy answer what is wrong here? private List<string> BodyWords = new List<string>(); string word = "Andrew"; the following causes a compilation error:
|
| Best Practices for implementing db conn's from asp.net business ob | 20 Dec 2005 22:16 GMT | 6 |
I am in a slight predicament trying to determine the most efficient and effective way to connect/disconnect from a database within a business object (c# dll). I'm also keeping in mind the concept of connecting late and disconnecting early.
|
| Same encryption codes cannot decrypt password from .NET 1.0 to 2.0 | 20 Dec 2005 21:46 GMT | 4 |
I have an encryption class that encrypts and decrypts password using TripleDESCryptoServiceProvider. It was written originally in framework 1.0 and been working fine. And those passwords are stored in my SQL server.
|
| How to initial the datetime value to "01/01/2005 00:00:00"? | 20 Dec 2005 21:29 GMT | 5 |
How to initial the datetime variable as value to "01/01/2005 00:00:00"?
|
| best way to do draging | 20 Dec 2005 21:28 GMT | 2 |
I am creating a control (an image) on the server and Adding it to a Panel's Controls collection. On the client side I want to drag the control to a new location using the ondrag event to modify the style.top and style.left. On ondragend the form is submitted. The first problem I ...
|
| Hang problem in ASP.Net application | 20 Dec 2005 21:27 GMT | 3 |
I have recently encountered the following problem with my ASP.Net application. After deploying our site and people started using it alot, we discovered that if a person were to browse the site for a time, then go
|
| Slow Build in VS.NET 2005 Professional | 20 Dec 2005 21:22 GMT | 1 |
I just upgraded to VS 2005 from 2003, and builds have become much slower (like 10 times worse). I have noticed 2 things that I can not explain: 1. Everytime I build, I get a message on my "Error List" that says: "An error occurred while validating. HRESULT = '8000000A'.
|
| Crystal Report in runtime | 20 Dec 2005 21:12 GMT | 2 |
How can i use Crystal repors without knowing which database and table will be used. For example after any SQL query? thanks
|
| HTML rendering component | 20 Dec 2005 20:07 GMT | 2 |
Are there any open source HTML renedering component with source code, that can render HTML to images in silent mode (with no visible window appearance)? I'm using VS.Net 2003.
|
| uncompress .z unix file in c# | 20 Dec 2005 19:07 GMT | 1 |
Anyone knoews how to write code to uncompress .txt.z unix compressed file in c#? Thanks in advance :)
|