all groups > dotnet general > march 2004 > threads for monday march 1
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 31
IIS 6.0 error:403
Posted by GikiCikmaz at 3/1/2004 10:31:06 PM
Hi
I install and configured Windows Server 2003 Standard Edition, as well as the IIS 6.0
I also install the ASP.NET Services
I can access the http://localhost/quickstart/default.aspx and I do not have any problem. But when I try to access (http://localhost/quickstart/aspplus) the aspplus by c... more >>
Database Connectivity-PostgreSQL
Posted by SREEJITH at 3/1/2004 8:56:07 PM
How connect windows based VB.NET application with a postgresql database resting at linux server. WHat type of ODBC need to used for that. IS it possible... more >>
The Big Question...
Posted by Terry Mulvany at 3/1/2004 8:11:10 PM
I am constantly struggling with the problem of what 'type' of application to
develop. WinForm or WebForm?
The customer says I need a central database for all sites but the sites are
geographically disperse limited to DSL Internet access (VPN solution not an
option due to huge support burden).
... more >>
Documentation for web browser control.
Posted by Hadi at 3/1/2004 5:56:11 PM
Hello,
I'm looking for the documentation of web browser control that explains what
each function means, I've looked and looked everywhere but for the light of
me I coulnd't find it anywhere. anyone know?
Thanks,
Hadi
... more >>
How to avoid automatic scrolling on focus?
Posted by codymanix at 3/1/2004 5:24:01 PM
I have a panel which is located in a AutoScroll-enabled panel. The
problem is when I click in the panel, the contining panel
automatically scrolls to position (0,0).
How can I get around this annoying behaviour?
--
cody
[Freeware, Games and Humor]
www.deutronium.de.vu || www.deutronium.tk... more >>
Deployment Trouble
Posted by Jairo Nieto at 3/1/2004 4:57:31 PM
Hi,
I have currently migrated my asp.net application to a new server. Problem
is, the buttons dont seem to be working when i access the application from
any computer other than the server. If i open IE in the server the
application works fine, but if i open it from another computer, the button... more >>
crazy_legs@elong.com
Posted by Scott Good at 3/1/2004 4:41:05 PM
Can I call an old VB Active X component via VB.Net?... more >>
Any method to return the current procedure name in VB.Net
Posted by Norton at 3/1/2004 3:47:00 PM
Dear All,
Does anyone know hoe to get the current procedure name in Vb.Net ?
Example
Private Function TestingMe() as string
Return thisProcedureName
End Function
and the function can return "TestingMe"
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Developing a shared application/service
Posted by G-Fit at 3/1/2004 3:15:57 PM
Hello group,
I have several ASP.NET websites using (so far) a console application
(from a collection of parameters, this application builds a PDF file through
several professional tools in DOS mode). The websites launch the application
when appropriate, and we know where the PDF file will b... more >>
Show search results
Posted by Maurice at 3/1/2004 3:01:08 PM
Hi
does anyone know if it's possible in .NET to display a multicolumn list like in MSAccess? I'm building an application in which a user can enter a search text and the application will then show a list of results that match the search text. But I want to display more than one column (ie. company ... more >>
Disabling objects on a web page
Posted by Jo at 3/1/2004 2:56:09 PM
Hi
I've got a .NET web application and once a user presses a certain button the the page I'd like to disable other buttons straight away so that the user can't press anything else while calculations are performed. I realise that if I put code to disable other buttons at the start of my button pres... more >>
Problem with ASP.Net server app and VB6 client
Posted by quotto at 3/1/2004 2:36:06 PM
I have written a web server application using ASP.Net that handles requests from an HTTP client. I wrote a small test client in VB6 using the MSINet ActiveX control, to load test the server. The client makes repeated requests of the server and keeps track of the number per second it is able to get p... more >>
Session Variables created in ASP Classic: Can they be read by ASP.NET code?
Posted by Wynter at 3/1/2004 12:21:10 PM
I've been smacking into one brick wall after the next in converting some of my code from ASP Classic to ASP.NET. This one is a real bugger. I use Session Variables to help with User Security. If they drop a key Session Variable then they are signed out of the application.
I create this session var... more >>
Assembly Reference Problems
Posted by Ryan Gregg at 3/1/2004 11:24:04 AM
I'm having a major problem with assembly references that I keep running
into, and I'm really hoping that someone can help me out. The problem
occurs when I have three projects in my solution, two of which I have
developed in VB.NET and one in C#. When I use Project A (VB) inside Project
B (C#)... more >>
Setup Project: How to add a Word Document to Start Menu
Posted by James P at 3/1/2004 11:23:23 AM
Hi,
I have a setup project that has a .chm file and a .doc file as part of
installation. They show up on the start menu of the user with the default
icon shown in the project. Not the help icon and the word icon. How do I
change these icons in the setup project?
Thanks.
James
... more >>
C-Sharp NG
Posted by Dragon at 3/1/2004 10:38:38 AM
Hi,
Are there any newsgroups for C Sharp?
Thanks.
... more >>
CSV File to database.
Posted by Chris at 3/1/2004 10:26:08 AM
Hi
I have the following text file
1120,011522169050,01,+0000001,031221,0005.95,2003,8331308,20031222
9924,014305689050,01,+0000001,031221,0005.95,2003,8331308,20031222
1883,012152869050,01,+0000001,031222,0005.95,2003,8331308,20031223
1896,017202869050,01,+0000001,031221,0005.95,2003,8331308,2... more >>
Something similar to mod_rewrite?
Posted by Shabam at 3/1/2004 9:50:03 AM
In Apache there's a pretty powerful module called mod_rewrite. Is there
anything like that in dot net?
... more >>
ArrayLists
Posted by Hi I at 3/1/2004 9:41:10 AM
Hi can anyone help me answer a few questions regarding arralists
1) If i add numerous intergers to an arraylist (i.e 4, 1 ,7, 23, 4, 2) how would i retrieve the INDEX of the value that is the smallest
2) When i set the datasource property of a datagrid to an arraylist containing the list of inte... more >>
"Warning Page has expired" message
Posted by John Good at 3/1/2004 9:01:11 AM
I have an intranet .NET web application running on my server. Everything works fine until 2 weeks ago. One of my user start to get message "Warning Page has expired" on almost every pages when she is using the BACK button, but other user in the same building are not getting this message.
Is there a... more >>
Saving and Opening Files
Posted by Dave Powers at 3/1/2004 8:06:07 AM
hi, I am writing an application in which i want to open and save files in text boxes using dialog boxes in the software. I have a text box, in which content is typed and then I want to use Streamreaders and writers to save them to txt files. could anyone please help... more >>
Object if not already created
Posted by ae at 3/1/2004 6:56:09 AM
Can someone help me out? I am trying to create, it already does not exist a new object. I have tried the following without success, and I get an "out of stack" error as well as not valid
If myObject = False Then Set rfl = CreateObject("ReflectionIBM.Session"
I also tried
If rfl = Nothing The... more >>
{ ot } You know what's depressing ?
Posted by John Bailo at 3/1/2004 6:31:07 AM
You know what's depressing.
Ok, so now that I just bought this super high powered desktop machine and up
Suse and w2k on it, I'm scoping around for some media and games to put it
to the test.
For the past 2 years or so, I have either not had a PC or else had a
relatively low powered mach... more >>
datatype conversion
Posted by Bhavna at 3/1/2004 6:01:05 AM
Hi
I have wrote code to pull a date from a database using a datareader
I keep getting a message that states that..
Cast from string "Null" to type 'Date' is not valid
Does anyone know how i can get rid of this message appearing
What i am trying to do is to retrieve 2 dates from my database... more >>
Need list of standard ngen'd assemblies
Posted by Laurence at 3/1/2004 5:16:05 AM
So I had an 1D10T moment today: ran ngen /delete * and then compounded my error by closing the window. Of course now my window code starts far slower, but I don't want to blindly precompile assemblies because from what I know that might just as well slow things down as speed them up. Could someone o... more >>
CDOEXM in C#
Posted by Barry G Freeman at 3/1/2004 1:46:08 AM
I'm fairly new to C# and I need to be able to enumerate the storage groups and mailstores on our Exchange 2k server.
So far, i've figured out that I need to ue CDOEXM which I've added as a COM reference.
I can instatiate a server object and iDataSource2:
CDOEXM.ExchangeServer ExchSrvr = new CD... more >>
Intelisense bug in Visual Studio .NET 2003
Posted by Ivo at 3/1/2004 1:46:07 AM
Hi
I'm migrating from VC6 to VC7.1 (.NET 2003) and I'm having the following problem with the IDE
Several times when I do Ctrl+Space to invoke intelisense to fill me a known var name or identifier, the IDE
reaches almost 100% CPU and it hangs ( it seems that it enters a infinite loop mode, or some... more >>
|