| Thread | Last Post | Replies |
|
| Deploy .NET w/o Framework | 11 Feb 2004 23:04 GMT | 5 |
I would like to know if there is free software to link assemblies together, deploy without whole Framework installation. so I could work my application in any computer without Framework. Thanks
|
| Unique records from DataTable | 11 Feb 2004 22:51 GMT | 1 |
How do i get unique records of a specific column in a DataTable - i dont surpose i ts possible to use something like "select distinct" as in regular SQL ?? Soren
|
| Deploying to Windows98 | 11 Feb 2004 22:30 GMT | 2 |
We are developing DotNet solutions with Windows XP in mind although some in the future may be Windows98 because of lack of funds to buy new computers with XP on them. My question;
|
| numeric type conversion question | 11 Feb 2004 22:12 GMT | 1 |
I've been doing a litle research and running some test cases and all seems ok, but just to be sure i wanted to ask for some advice regarding type conversion... basically my site was using money in the database, and float / int /
|
| .NET Framework | 11 Feb 2004 21:46 GMT | 1 |
Is .net framework going to installed by default in the latest release of XP or any future release of client operating systems? This is important to know because we will need to adjust the way we distribute if .NET framkework is not going to be installed by default Thanks
|
| LicenseProvider | 11 Feb 2004 21:32 GMT | 5 |
I need to write my custom LicenseProvider. I would like to kown if the license key stored with context.SetSavedLicenseKey(...) is stored in a secure way in the assembly resource ? should i encrypt the license key or not ??
|
| How can I get Http Status Code? | 11 Feb 2004 19:01 GMT | 8 |
Here's the code: HttpWebRequest HttpWReq = (HttpWebRequest)WebRequest.Create("http://www.asdfasdfasdfafsd.com"); HttpWebResponse HttpWResp = (HttpWebResponse)HttpWReq.GetResponse();
|
| String class design anomaly | 11 Feb 2004 18:00 GMT | 12 |
While most of the design of the string class is not too bad, the one member function which really sticks out as being incorrectly designed is the Replace member function. After an Insert member function which quite reasonably inserts another string starting at a specific location ...
|
| WebRequest/WebResponse and Cookie | 11 Feb 2004 17:41 GMT | 1 |
I am trying to do very simple http client that requires a login, copy cookie snet by a server and does a request with the cookies. WebRequest->CookieContainer/WebResponse->Cookies does not seems to handle cookie correctly. User case: If a server send back cookies in headers that ...
|
| ASP.NET - Is HTTP Parameter ordering important? | 11 Feb 2004 17:21 GMT | 3 |
Hello. I'm writing an application that screen-scapes an ASP.NET application. This ASP.NET application uses a postback to refresh state when the value of a field in a form is changed. This works fine in a browser, but not in my proxy. The ASP.NET returns a 500 error without
|
| Need Good End-User Report Generator | 11 Feb 2004 16:26 GMT | 1 |
I need to find a very easy to use end-user report generator / querying, that can be used inside of my WinForms application. I looked at ActiveReports and it doesn't provide the ability to use a dictionary and have the users just pick the fields they want. Crystal
|
| Difference between a solution and a project | 11 Feb 2004 16:17 GMT | 2 |
What is the diffierence between a "Blank Solution" and a new "Project"? Thanks.
|
| Object ProtoTyping like javascript?? | 11 Feb 2004 14:10 GMT | 2 |
One feature i love about javascript (as used in IE, i dont know about true java) is the ability to modify the prototype for an object. For example i have one line where i wrote essentially: String.prototype.UpTo(char) = new function {< returns string up to first
|
| Using .NET dll in Delphi | 11 Feb 2004 14:03 GMT | 3 |
We are moving to .NET as a developent platform from Delphi. At the moment we have a Dll in .NET and are trying to use it in Delphi 6. We have got as far ac creating a type library for the dll. But as soon as we try to import this into Delphi it tries to bring the type lib for the ...
|
| php | 11 Feb 2004 14:02 GMT | 1 |
hi group i know this group isn't the right place but i don't know where to ask the question. i have to make some PHP dev, and visual.net don't make the colored syntax on
|