all groups > dotnet general > may 2005 > threads for friday may 27
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
my profile tabs shuts down .net
Posted by dday76 at 5/27/2005 5:47:26 PM
What's going on? I just installed studio, and I start up the program, click
on the my profile tab (per the tutorial in the book) and the program just
shuts down.
What's going on?... more >>
properties, events, methods, members order in a class
Posted by Ryan Taylor at 5/27/2005 2:53:43 PM
Hopefully a quick question.
I remember seeing a guideline on Microsofts site that stated the recommended
order for declaring members, properties, events and orders. As I am really
trying to follow these guidelines I would like to find this site again
however, it seems forever lost.
Does ... more >>
asp.net equivelant to request("var").count property
Posted by bitTwideler at 5/27/2005 2:08:13 PM
I have a page with several input items with the same name (an array). In
clasic asp, I can tell how many items there are with Request("var").count,
but .net seems to have done away with this property. Is there an equivalent?... more >>
Asp.net update records using sql stored procedures
Posted by Sporke13 at 5/27/2005 1:56:21 PM
I have used stored procedures to insert and select but for some reason I can
not get this code to update records. Please help I must have made a dumb
mistake
STORED PROCEDURE
CREATE Procedure OrdersAddDetail
( @fname nvarchar(50),
@lnametxt nvarchar(50),
@add1 nvarchar(50),
@add2 nvarcha... more >>
SDI and MDI in C#?
Posted by Pandiyan Pandiyan via .NET 247 at 5/27/2005 1:20:35 PM
Hi,
I need to create the SDI and MDI equivalent in C#.
Pls advice me on this front.
Thanks.
--------------------------------
From: Pandiyan Pandiyan
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>7IGNUaP3hkGHhFeAqPkP3g==</Id>... more >>
Pulling the Dataset from a Datagrid
Posted by John Scott at 5/27/2005 8:35:27 AM
I was just wondering if it's possible to cast a datagrid DataSource as a
DataSet?
I've stepped through my code when the grid is first being bound and the
DataSource shows up as a DataSet for the datagrid. Then, when I handle on
OnClick event for an image button and the page posts back, I l... more >>
app.config file disappearing
Posted by baylor at 5/27/2005 7:48:35 AM
I'm having a weird bug and wondering if anyone has ever seen this before
A Hello World GUI app. Create an app.config. When you build, Studio copies
app.config to bin\debug\ and renames it to the name of your EXE (sorta; turns
out if your app is in a namespace, Studio names your EXE after the ... more >>
Application.StartupPath for windows service
Posted by David B Stinson at 5/27/2005 7:35:01 AM
I have a C# windows service. How can I determine the start up path for the
service? The default current directory when the service starts is
\windows\system32. The Application.StartupPath for a normal windows program
does not seem to be available from a service program. Any help is greatly... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Class structure questio n ???
Posted by serge calderara at 5/27/2005 5:04:02 AM
Dear all
I have an Object that I will call for instance VEHICULE. This object
contains some other type of objects like CAR and BICYCLE
VEHICULE has necessary at least one object of type CAR or BYCICLE
My question is that if I am at the VEHICLE lass level, it can contains a
certain amoun... more >>
Word ADDin
Posted by Evgeniy at 5/27/2005 4:22:01 AM
I'm developing MS Word ADDin. (C#) I want to run a procedure every time the
user open new document(without closing the applicaion).
What shall I do to catch the event of opening new document?
Thanks.
... more >>
Test username and password
Posted by jnc at 5/27/2005 3:52:12 AM
Hey everyone,
I have written an app which needs to install and uninstall windows services
periodically. I have provided an interface in which the user can enter the
user account the service should run under and also the password.
What I would like to be able to do is test the password is ... more >>
problem: replace double quotes
Posted by P1ayboy at 5/27/2005 2:19:12 AM
I have a string that contains double quotes.
I need to replace these, but how can i do it as the code would be:
replace(string,""","")
Is there a way of breaking out of the double quotes?
thanks
Rob... more >>
HELP DataRelation or SQL join ????
Posted by serge calderara at 5/27/2005 12:06:03 AM
Dear all,
I have an access database which is access by an application.
From a remote PC using vb.net I am able to access to this database and
collect necessary data. I need to make the remote connection and data
collection as fast as possible in order to avoid potential locking situation.
... more >>
FP 2003 inside VS 2003 ?
Posted by Ham at 5/27/2005 12:00:00 AM
I am a .NET developer and currently work on some APS.NET web projects. The
thing is that; i need a way to exploit intellisense capabilities of FP 2003
inside my VS environment for writing better JavaScript code. The VS 2003
intellisense doesn't fully support script like what FP 2003 does. Is th... more >>
How to set parameter to null
Posted by Gav at 5/27/2005 12:00:00 AM
Hi all,
Having a little problem with parameters, I need to set a parameter to null
but I'm getting errors that I don't understand.
The code:
SqlParameter prmItemNumber= mycom.Parameters.Add(new
SqlParameter("@ItemNumber",SqlDbType.VarChar, 10));
prmItemNumber.set_IsNullable(true);
prm... more >>
help installation .net
Posted by Alex at 5/27/2005 12:00:00 AM
I'm trying to instal Ms .Net but at the beginning of the installation it
says
that an application needs to reboot.. and reboots the system.. but after
that i always receive that message..
how can i do?
thanks
Ale
... more >>
frames and cookies
Posted by Marcin Gorzynski at 5/27/2005 12:00:00 AM
Hi
Our partner is using our page in a frame. That couses a problem because our
domain is unable to issue the cookie also session does not work. each time
you click in the frame new session is created.
Is there any way that cookie can be issed , some way to go arround frames
restrictions.
Tha... more >>
Running cl.exe in lower priority
Posted by Alain Dekker at 5/27/2005 12:00:00 AM
Hi,
When I do large builds (I'm using Visual Studio .NET 2002), cl.exe
automatically starts in normal processor priority. I frequently set the
priority to "Belownormal" in Task manager. However, I'd like to have it
automatically start with this priority level.
I did a search on the web and ... more >>
Dealing with bad HTTP headers
Posted by Colin Crossman at 5/27/2005 12:00:00 AM
So, I'm trying to write a web spider for some data gathering from a
public database webserver. Anyway, in response to a POST, the webserver
returns "200 Script Results Follow" instead of "201 CREATED". While
both IE and Firefox ignore the odd header, this response kills my
HttpWebRequest w... more >>
List of SQL Servers Available in a network
Posted by João Santa Bárbara at 5/27/2005 12:00:00 AM
Hi all
i need to do a search to all my network to find the SQL servers active, but
i don´t want to use SQLDMO. is there another way to do it ???
THKS
JSB
... more >>
|