| Thread | Last Post | Replies |
|
| Losing part of my querystring | 04 Mar 2004 16:09 GMT | 2 |
Hi all. Hope someone can push me in the right direction. I'm new to ASP.net and I am not sure how I would fix this. I've searched newsgroups, web sites and MSDN and haven't seen how to get around this.
|
| [Vb.net question] how to apply online update function into program (the effect just like Norton system work live update) | 04 Mar 2004 14:59 GMT | 1 |
[Vb.net question] how to apply online update function into program (the effect just like Norton system work live update) The situation is below: I want to develop a program that contains some product information (in the
|
| Extract a filtered view from a dataview | 04 Mar 2004 11:06 GMT | 5 |
Hi group I have a DataGrid which showing a view of a single table from a database. that view is obtained from a DataView, by filtering rows, and showing the rigth columns.
|
| How to combine 2 16x16 Image into a 32x16 image? | 04 Mar 2004 10:40 GMT | 1 |
Which builtin class(es) support this? thjx
|
| Get Name of property (Type Safe) | 04 Mar 2004 09:19 GMT | 4 |
How can I read the name of a property? The following pseudo which doesn't work will illustrate what I'm after. Class MyClasss Public MyClassID As Guid
|
| Threads and Collection | 04 Mar 2004 08:30 GMT | 4 |
First of all, I didn't find a Threading newsgroup that I would figure this post to belong to, and its not languagespecific so I hope this is the right group. Anyhow, consider the following:
|
| .NET Version Problems | 04 Mar 2004 07:07 GMT | 1 |
Hello, I have a C# windows application that I need to push to a server but this server has .NET Framework version 1.0 whereas the version on my pc is 1.1. Question: How can I make version 1.1 run on a machine with version 1.0? Reinstalling .NET Framework is not an option.
|
| LDAP | 04 Mar 2004 07:00 GMT | 3 |
Hi All, I have a question. I will be trying to connect to LDAP using vb.net now and get some user data. I dont have much experience with LDAP. My question is that using the DirectoryServices namespace can I
|
| Supporting ValueMap via System.Management.Instrumentation | 04 Mar 2004 04:26 GMT | 3 |
Does anyone know how I can use System.Management.Instrumentation to instrument a C# class which ha a) an enumeration property I want to expose as a WMI ValueMa b) subclasses from an existing CIM_ class in the \root\CIMV2 namespace thanks
|
| Some .net Develop Question | 04 Mar 2004 01:45 GMT | 3 |
Hi, all I hope somebody can help me on these, i'm now at dead end in my project. = 1. I'm writing a Windows application, and assume that there are a button and a textbox in the form. Now i hope i can use that button send the text in the textbox to another application, such as word, ...
|
| Get the framework version in code | 04 Mar 2004 01:42 GMT | 2 |
How do you obtain the version of the framework your app is operating in?
|
| Threads and asychronous operations.. how are they different | 04 Mar 2004 00:05 GMT | 2 |
I have a couple of questions about threads and asynchronous calls Question 1: How are these two different? Situation a: Caller calls method1 with parameters
|
| Windows 2003 and client script in ASP.NET | 03 Mar 2004 22:26 GMT | 3 |
All, In Windows 2003, some client script generated from .NET i.e. RequireField Validator doen not work (Cannot popup dialog). Do we need something to config ?
|
| Creating ANSI text files with international characters | 03 Mar 2004 20:26 GMT | 13 |
I haven't started this yet, and I wanted to get sure of few things first. Hope anyone can help :) What I want to do is to mail vCalendar files as attachments to users of our program. I've got the vCalendar part right, except for the file encoding. It
|
| How is ConfigurationSettings class implemented? | 03 Mar 2004 20:17 GMT | 4 |
I get AppSettings property System.Configuration.ConfigurationSettings on each method call in order to determine an entry from machine.config in a stateless class I would like to know how much overhead is involved in doing that. Does ConfigurationSettings.AppSetting actually do IO ...
|