all groups > dotnet general > april 2005 > threads for friday april 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Development using .Net(C#), Java (Netweaver preferred) - help needed in San antonio
Posted by Leveridge Systems INC at 4/15/2005 11:02:57 PM
using UML with SQLServer in the backroom
John D Allen. CEO/ President.
Leveridge Systems INC.
... more >>
VISUAL STUDIO 2005 BETA 2 ON MSDN SUBSCRIBER DOWNLOADS
Posted by Doug Holland at 4/15/2005 9:48:02 PM
ENOUGH SAID ...
HAPPY CODING!!!!... more >>
Win32 DLL & Win32 Static Library
Posted by Eitan at 4/15/2005 7:14:01 PM
Hello,
I am using Visual Studio.net 2003.
I am trying to find how to create Win32 DLL & Win32 Static Library.
When going through the wizard it does not show me the option for these two
project types.
Any Idea?
Eitan... more >>
List of .NET Languages is Where?
Posted by clintonG at 4/15/2005 4:52:09 PM
PHP.NET is supposed to be in the works?
Where would the list of other languages that support the framework be found?
--
<%= Clinton Gallagher
METROmilwaukee "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromil... more >>
Wild Card Searches Question
Posted by Steve T at 4/15/2005 4:50:40 PM
I have just contracted with a firm that is using a front-end web interface
to access our sales data.
They developed it with Microsoft Dotnet, and it uses Microsoft SQL as the
database.
When I search test/note fields, they say I have to do a wild card search
*word* to pull up any records wit... more >>
printing
Posted by Bob at 4/15/2005 3:36:20 PM
I am writing a program that will need to redirect an output file (txt with
ascii print codes) to a series of network printers.
based upon a username, I have to determine which of these printers are the
closest to a user, then stream the output of a file to the printer.
this text file conta... more >>
use imagebutton to reset form..
Posted by Brian at 4/15/2005 1:52:47 PM
How can I reset a form using an Image Button.. I tried using and HTML
button and some javascript to reset the form, but it doesn't work.. any
suggestions?
... more >>
XSLT Transformation DateTime
Posted by NormD at 4/15/2005 1:34:01 PM
I have a DataSet that has several DateTime columns. I retrieve the XML from
the DataSet by using its DataSet.GetXML method. This XML gets loaded into an
XPathDocument. I've also created a basic style sheet, which I'm applying to
the XML. I then transform the XML into a CSV file, using the XslT... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
disable items in CheckBoxList
Posted by sql at 4/15/2005 1:33:48 PM
Hi all,
I am using a CheckBoxList control on my aspx page that I bind to an array
at runtime. After I databind it, I check two of the items in the
CheckBoxList controls. Now I also need to disable these two items so that
users can't uncheck them. But I don't know how to disable individual ... more >>
C# .NET app does not respect IE proxy settings
Posted by Robb Gilmore at 4/15/2005 12:52:04 PM
posting this again as : rgilmore@newsgroup.nospam
We have a C# .NET app which runs as a service.
It posts data to a server using HttpWebrequest.
According to the docs I 've read, it should use the proxy settings from IE
on the server machine. But it doesn't, it always posts straight to th... more >>
Global objects
Posted by David at 4/15/2005 11:21:04 AM
Hi.
I am developing an ASP.NET application. I have several classes that I
developed that store user information and certain things that they do while
working with the application.
All those classes need to be available from the time user signs in to the
application and until user logs... more >>
Session management between asp and asp.net
Posted by Vijay at 4/15/2005 11:07:03 AM
Hi,
I have requirement of publishing both asp pages and asp.net pages in same
website. I will be passing session variables between asp and asp.net pages
using some intermediate pages. I have a doubt, I have seted the session
timeout of 20 minutes in the IIS. If I am only working in the asp.... more >>
Virtual directory and Forms Authentication
Posted by tascien at 4/15/2005 9:53:49 AM
I an application that i want to set up for two clients.
http://localhost/client1 <- virtual directory.
http://localhost/client2 <- virtual directory.
Now, i don't want these application to read each others information.
I did not see where, In the asp.net forms auth. where i can specify t... more >>
how to pop up window form in windows service
Posted by jim656 at 4/15/2005 9:53:02 AM
windows service always running in the background. but in my case, when
running into a certain situation, I need to pop up a window form to notify
the user, how can I accomplish? I have tried to use Process.start, It really
run, but still keep in background.
... more >>
Urgent! Session State issue
Posted by David at 4/15/2005 9:29:02 AM
Hi.
I developed an ASP.NET application that users just started testing and found
a huge problem with. In one part of the application I am creating an
instance of the class and save information that users provided there. If
users want to they can view their previously saved entries. At th... more >>
displaying spaces in code editor
Posted by VB for me at 4/15/2005 8:07:04 AM
Is there a way to toggle the option of displaying spaces / tabs as special
characters in the VS.2003 code editor. Right now it only displays an empty
space, for a blank, I want it to display a "." for each space.
... more >>
Class design ToString
Posted by rc at 4/15/2005 7:49:01 AM
is there anyway of creating a class so that when it is used as the object
directly it does the toSting implementation
ie
public class recordID
private mid as string
public overloads function Tostring as string
retrun mid
end function
end class
so if i was using recorid anywhere then i do... more >>
Create Table in SQL server (Visual basic.Net )
Posted by Ben at 4/15/2005 7:26:03 AM
Hi everyone,
Now I am using Visual Basic.net to write a program but having some
headaches. The situation is as follows:
I am using ODBC connection to connect one database( non-SQL server) , which
has over 20 tables and each table has lot of fields. My aim is to setup a
button, everyti... more >>
Is this correct OO design?
Posted by cmo63126 NO[at]SPAM yahoo.com at 4/15/2005 7:02:55 AM
I'm not sure if this is bad design or not. It seems flawed, but I'm not
sure. Is it wrong to create an instance of a class within the class
itself? Any feedback appreciated.
public class Article
{
int articleID;
string title;
//Constructor: Load Data from DataAccess Class
pu... more >>
GAC versioning issues
Posted by juandeituarte NO[at]SPAM gmail.com at 4/15/2005 6:04:23 AM
Hi there,
I have a problem with an assembly deployed in GAC. First of all, a
little scenario description:
We develop (small) WEB apps that use an assembly for connecting with
our databases. This assembly has evolved from 1.1 to 1.3 version.
The problem:
I've installed the two assemblies ... more >>
changing link's target to blank page
Posted by Cesar Garcia H at 4/15/2005 2:10:57 AM
Hi everybody...
I'm making an application that receives HTML and before showing it has
to format it in some way that all links that are inside that HTML must
have target attribute with "_blank" value... so, to do this I need a
regular expression that matches this :
<a href="http://www.a... more >>
GC, Should I care?
Posted by Chris Mayers at 4/15/2005 12:00:00 AM
I am trying to track a suspected memory leak in an application I'm writing
and through repeated simplification of my project, I have found the
following which is quite easily replicated should you be prepared to give
me
5 minutes of your time...
Create a new C# (Probably the same in VB... more >>
Good book about VB.NET ?
Posted by Lior Bobrov at 4/15/2005 12:00:00 AM
Hi .
I have experience in VB6 . Recently , I started learning (independently)
VB.NET , under the Beta 1 version of VS2005 .
However , there are not many books about VB2005 : VB2005 isn't completed
yet .
Would I buy a book about VB.NET 2003 ? and if yes , which book/s is/are
rec... more >>
where to save app settings?
Posted by Sam Carleton at 4/15/2005 12:00:00 AM
It is my understanding that in .Net the registry is not the
prefered place to save application settings. What has Microsoft
put in place to replace it? I thought it was the .config file,
but I am unable to figure out how to write to the file.
Sam... more >>
Creating a user using Active Directory
Posted by elziko at 4/15/2005 12:00:00 AM
Hi,
I'm using the following code to create a user:
Dim strNodeName As String = "test user"
Dim NewUser As DirectoryEntry
Dim AD As New DirectoryEntry("WinNT://MYCOMPUTER")
'delete user when existing
Try
NewUser = AD.Children.Find(strNodeName, "User")
AD.Children.Remove(NewUser)... more >>
Run .NET application without install the framework
Posted by Pino at 4/15/2005 12:00:00 AM
Hi to all.
I would like to run .NET application without install the framework on my
computer. This is a requirement for my application because it will
downloaded from the internet.
I know there are various "compilers" which link all the assemblies of a
project and embed the .NET Framewor... more >>
|