| Thread | Last Post | Replies |
|
| Regex question: Retrieve group names in code? | 01 Dec 2004 20:29 GMT | 2 |
[Pardon the crossposting, but it seemed appropriate given the lack of a dedicated group] Is there any way to retrieve the name of a capture group from the classes provided in the RegularExpressions namespace? GroupCollection implements
|
| How can I decode a string encoded into 8859-1 ? | 01 Dec 2004 18:23 GMT | 1 |
I receive from a pop server messages with encoding title. How can I decode this title which is encoded into 8859-1 ? Olivier Blondin. oblondin.ext@rd.francetelecom.com
|
| Problem with .net | 01 Dec 2004 16:28 GMT | 4 |
I've uninstalled IIS & reinstalled it, then registered ASP .NET. But whenver I'm trying to create a new web application, it's asking me to connect to the internet. How should I avoid it? If set the 'Work Offline' then it's asking me to
|
| VB.NET alone ?? | 01 Dec 2004 15:34 GMT | 4 |
Please help me with my doubt. I have purchased VB.NET standard edition (just VB.NET and not the entire studio). now my issue is , how do i make a composite control in VB.NET ? And how do I use it in my application ?
|
| Newbie: Printing | 01 Dec 2004 14:45 GMT | 1 |
I'm new to the .NET technology. I have a Web Form with data fields which I want to print to the printer. I don't want to use the IE's default print because I can't have my own Header & Footer. Does anyone know if there's anything else that I can use to print which allow me to ...
|
| Windows Service System Account Permissions | 01 Dec 2004 14:06 GMT | 2 |
My windows service runs under the system account but the system account can't see a domain on the LAN. Is there some sort of permissions that have to be set for the system account to see the domain on the lan? my user account when i log onto my own machine can see it but my serivce ...
|
| dot net features | 01 Dec 2004 13:01 GMT | 2 |
anyone please explain me how .net framework works i have a very vague idea about it but i want something concrete answers.
|
| VB.NET app deployment | 01 Dec 2004 12:45 GMT | 1 |
I have to deploy my VB.NET app to end users. But then I understand that the .NET framework is required at the user's machine. Is there any option while creating the setup, so that it checks if the machine already has .NET framework....if not, it installs framework first, without ...
|
| regular expressions questions | 01 Dec 2004 12:19 GMT | 6 |
i know this forum is for dot-net framework, but regular expressions is part of the framework, so i post my question here. do you know of a code sample that can help me to replace the string <title>hello</title> with an addition to the inner text of the title tag so it will have an ...
|
| Using ".net" in your product's name | 01 Dec 2004 12:16 GMT | 1 |
I am looking for some resources from Microsoft describing the requirements for being allowed to give your product a name in the Form "product.net". I could imagine Microsoft wants some real money for it... Thanks in advance
|
| Regex doubt | 01 Dec 2004 11:00 GMT | 9 |
I'm doing some search-engine related work and want to match the actual content of a html page (i.e any character which is not between a < and a >). I first wrote (?:\<.*?>) (?<content>.*?) <?:\<.*?>)
|
| can't run process | 01 Dec 2004 06:40 GMT | 3 |
i like to start the the following commandline using processstartinfo.arguments and process.start. well, nothing happens. entering this line directly inside a command-shell works fine. so, what am i doing wrong?
|
| middle tier recommendations | 01 Dec 2004 00:07 GMT | 14 |
Hi all, we are in the process of architecting a new application that will have an asp.net front end & sql back end. In the past we have used webservices as a middle tier solution but in terms of performance it has not been upto the mark. Besides with the latest .net version there ...
|