| Thread | Last Post | Replies |
|
| Problem Crystal | 30 Jan 2006 19:16 GMT | 1 |
Considered... It wanted to know if it is possible to group of vertical form in a report. EXAMPLE: A | B | C | D
|
| How to: Retrieving BuiltinDocumentProperties from Word Document | 30 Jan 2006 17:10 GMT | 3 |
Word has a property BuiltinDocumentProperties, which (in VBA) returns a DocumentProperties collection. In VB.NET, using Word automation, it returns a _ComObject. I have tried to cast this to DocumentProperties, but I get an invalid cast exception.
|
| displaying results | 30 Jan 2006 17:01 GMT | 1 |
In VB.net, how can i know the results of Obj.GetText without running the code and using messagebox to display it? thanks
|
| How to <%= Response.Write(DateTime.Now) %> inline? | 30 Jan 2006 16:59 GMT | 2 |
I haven't done this since ASP and though we could use some sort of "expression" to process code inline. I did some searching and reading but haven't found anything specific. What's up? <%= Clinton Gallagher
|
| How do you make typed dataset internal | 30 Jan 2006 16:00 GMT | 6 |
I have created a typed dataset by dragging on a sql table on to the designer of the dataset and from there I can change the modifier of the tableadpater to 'internal' from 'public' thru the properties but how can I change the modifier of the datatable to 'internal'? It doesn't
|
| How to: Omit Deafulted Elements from XML When Serializing | 30 Jan 2006 15:52 GMT | 2 |
I have a complex object that I am serializing, and I would like to omit elements that have a default value. For example, if I have a class as follows Public Class Test
|
| Asynchronously reading off a TcpSocket the best way | 30 Jan 2006 15:45 GMT | 5 |
I have an application that does lots of socket communications all asynchronously via the TcpClient class. The code has been working 99.9999% of the time (yeah one of those bugs) but occasionally the receiving thread would get 'stuck'. The pattern that I have used from the ...
|
| Session Error | 30 Jan 2006 14:39 GMT | 2 |
There is a part of code which checks whether the session variable is NULL. If it is then it redirects to login page, but if it is not then it continues further processing. I have noticed a peculiar behaviour of this variable. At one instance it passes the NOT NULL code, but then ...
|
| Panel Control | 30 Jan 2006 11:49 GMT | 1 |
Can i have vertical scroll bar inside a panel or place holder? Is it possible? Possible means how to do that one? Regards,
|
| Need to pre-fill in a form (including text fields) from database | 30 Jan 2006 11:17 GMT | 1 |
Hi -- I'm creating a form in ASP.NET 2.0 (and I'm brand new to .NET). And if the person is new, then I want a blank form to appear and the person will fill all that info in. This works!
|
| Free Web Services | 30 Jan 2006 08:38 GMT | 1 |
Could anyone suggest a free web service, which we could use in our application. just for learning. Thanks
|
| VSTO Unit Testing | 30 Jan 2006 06:36 GMT | 15 |
Question I am posting this question again (3rd time) because some issues with my no spam alias. Here it is the question:
|
| Dynamic configuration file? | 30 Jan 2006 02:45 GMT | 7 |
I'm working on an ASP.NET 2.0 site and my hosting provider has the root in a different place than I have it locally which is not a problem for most things, except for the access oledb database connection. If I try to specify a relative path, it is not relative from the same point ...
|
| URL address problem | 30 Jan 2006 02:06 GMT | 5 |
I have a problem with .NET URLs. ie something.com/something.aspx/ If I add the following to it something.com/something.aspx/something.aspx/
|
| VS.net 2005 problems, how to completely uninstall? | 29 Jan 2006 21:52 GMT | 3 |
I'm having a problem with VS.Net 2005. I accidently installed VSS 2005 over VSS 6.0. This has broken my instance of VS.net 2005. All controls in the toolbox are disabled, I can not load any projects and most project types are missing.
|