| Thread | Last Post | Replies |
|
| Release of vs2005 | 23 Nov 2004 21:22 GMT | 2 |
Is there an expected release date of VS2005? Thanks
|
| Inter-process communication | 23 Nov 2004 21:13 GMT | 2 |
I need a way to increment an integer whenever a certain process starts on the computer. Essentially, the integer is an index to a resource and I don't want two processes using the same resource. I need the first process to start somesort of a registration thing and
|
| <%# %> | 23 Nov 2004 21:08 GMT | 1 |
What, if anything, does <%# %> imply? I know it's used for DataBinder.Eval, but what else is it used for, if anything? A search on Google, A9, Yahoo, 4GuysFromRolla, etc turned up literally nothing ("<%#" gets filtered out of all the searches).
|
| Using .Net code to FTP from one server to another | 23 Nov 2004 21:07 GMT | 2 |
I created some code that produces a dataset from a DB read, and then transforms the dataset into an XML file. I want to write a block of code in this same program, that (after the xml file has been created) will use FTP to transfer (or "copy") the XML file from the server it
|
| need a definition / bespoke code? | 23 Nov 2004 20:23 GMT | 5 |
Ok, here's a new one that I can't find a definition for on the NET. I'm reading an article at http://www.dotnetjohn.com/articles.aspx?articleid=72 which mentions writing 'bespoke code'.
|
| Crystal Reports Sucks!!!!!!! | 23 Nov 2004 20:07 GMT | 9 |
Crystal Reports is the most frustrating and confusing "technology" I have ever dealt with. The reports are all wizard based, which means if you make a mistake when using the wizard, or the wizard simply cannot do what you intend it to do, then you're pretty much screwed. There is
|
| Why user XML ? | 23 Nov 2004 18:52 GMT | 1 |
I have developed some ASP.NET page as before, and use "DataReader" & “DataSet" to retrieve data from MSSQL. But I want to know why & when we will use "XML" & "XSL" to do the same job. As I know XML is used by data transmission between different database
|
| problems installing remote debugging | 23 Nov 2004 17:41 GMT | 3 |
Not sure if this is the right place to post this question, but here it goes. I am trying to install remote debugging on my server. The instructions for doing this are to go to this page in the root directory of the setup cd: RemoteComponents.htm
|
| Problem creating FileInfo Array | 23 Nov 2004 17:30 GMT | 1 |
Good morning, I've the following file system : C: -> HTML -> Aziende -> Azienda_1 -> a.jpg -> Azienda_2 -> a.jpg
|
| How to use datagrid from another class | 23 Nov 2004 16:57 GMT | 1 |
I have 2 classes. I want to update an datagrid (grdArtiklar) from another class. How to use the datagrid from the other class? [VB] Imports System.IO
|
| Event logging Qs | 23 Nov 2004 16:43 GMT | 1 |
Couple of questions about event logging. 1. Aside from the fields such as user, computer, etc – what are the size limits of the description and data fields (if any). I couldn’t find this anywhere.
|
| Communication with a web-page through VB.NET | 23 Nov 2004 16:01 GMT | 1 |
I need to start an event in a web page. That event triggers the creation of a file, which is placed in a library in that web page. I then need to download that file, but so far I havent found any description of how to do just that.
|
| Custom Trace Listener & .exe.config | 23 Nov 2004 15:04 GMT | 8 |
Hi! I have created a custom trace Listener class, called "DBTraceListener" it works fine when i add it manually in code : (eg. Trace.listeners.add(new DBTraceListener("myDBListener",
|
| SqlServerFactoryBase haw to use this class. in FW2.0 | 23 Nov 2004 15:01 GMT | 2 |
DbProviderSupportedClasses, SqlTriggerContextBase and other. Is some documantation on this classes?
|
| Looking for Ideas: Translating Document into Commands in XML | 23 Nov 2004 14:58 GMT | 12 |
A bit of curve ball here ... I have a document (Word) that contains a series of instructions in sections and subsections (and sub-subsections). There are 350 pages of them. I need to translate these instructions into something that can be processed
|