all groups > dotnet general > september 2003 > threads for monday september 8
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
.NET Web Forms (Postbacks) VS. Clent Side Java Script.
Posted by Jim Mitchell at 9/8/2003 10:40:25 PM
OK, have I come full circle.... ?
1) .NET with VS Studio seemed to be the answer to all my prayers.
A) No more worries about coding for Netscape vs. IE.
B) Quick Deployment
C) All code in code behind.
D) Go .NET
So I re-wrote the whole application in .NET code behind.
... more >>
GetHashCode
Posted by Andrew at 9/8/2003 9:05:18 PM
Why was the GetHashCode operation given the lofty status
of being carried out by a member of the Object class?... more >>
Socket.BeginReceive()
Posted by TP-Software at 9/8/2003 9:04:07 PM
Hi,
This code doesn't seem to work
it always says "there is more data" and also
this method is only called once
private void AsyncReadCallBack(IAsyncResult asyncResult)
{
//Get the state object
StateObject state = (StateObject) asyncResult.AsyncState;
//Get the socket
Sock... more >>
ssl
Posted by an at 9/8/2003 8:09:12 PM
Can someone help how to start e-commerce cart system with SSL, do I develop
the cart or get that from 3rd party.
... more >>
aspnet_wp.exe says no permission!
Posted by KK at 9/8/2003 6:47:39 PM
Hi,
I have re-installed .NET 1.1 on my machine and
when I try to start duwamish(any asp.net app)
it gives the following error
aspnet_wp.exe could not be started. The error code for the failure is
80004005. This error can be caused when the worker process account has
insufficient rights to ... more >>
How to fetch CPU Usage from DOT Net
Posted by Vijay Ram at 9/8/2003 5:50:32 PM
Hi All,
Is there any way to get the exact CPU Usage which is shown in Task Manager.
Any code snippet or ideas will be appreciated.
Thanx in advance,
Vijay
... more >>
How to work with commandbuilder and transactions ?????
Posted by Joao Santa Barbara at 9/8/2003 5:44:35 PM
hi all i need to work with the commandbuilder and with a transaction object
how can i do this ????
thks
JSB
please don´t tell me that i have to do this
ex:
mycommand.transaction = commandbuilder.insertcommand
is this logic ????? i don´t think so ...
... more >>
Writing in .config XML application configuration file.
Posted by msnews.microsoft.com at 9/8/2003 5:33:02 PM
Hi all,
I was trying to find an easy way to write in the standard configuration
(like app.config) xml-based files. I found classes that can be used to read
this information (in System.Configuration) like the
ConfigurationSettings.AppSettings property, but I was not able to find
anything to wr... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Trouble Creating Custom Mouse Pointer in Board Game...
Posted by Tom Alcendor at 9/8/2003 5:27:24 PM
I am building a chess game application that allows a user
to click on a piece and move it to a new square. When the
user clicks on a piece the mouse pointer must change to
the image associated with that square. The squares are
PictureBoxes with images of the pieces set to the pBox's
image ... more >>
How to open a html file in internet explorer
Posted by QT at 9/8/2003 4:30:47 PM
Dear Sirs,
I want to put a button which will start internet exploerer with specified
html page.
I try to use shell(), but with shell, I have to know where is the
explorer.exe
I just want to point a html file and that file starts internet explorer. Can
I do that?
Because I know where w... more >>
Windows Installer - "A portion of the folder path '' is invalid"
Posted by Andrew Wiles at 9/8/2003 4:07:40 PM
Hi
I have created an installation package in VS .Net. All works well if I use
the default installation path. If however I change the Installation path the
following message is shown.
"A portion of the folder path '' is invalid. It is either empty or exceeds
the length allowed by the system"... more >>
C# @string
Posted by KrisK at 9/8/2003 3:54:48 PM
How to do it simply:
string ss = @"tab\tnotab\n";
Write.Console(ss); // prints \t \n
How to reinterpret \t and \n
Thank you... more >>
messageBox in ASP pages
Posted by Oscar Sanchez at 9/8/2003 3:29:30 PM
Hello
How can I send messages to user like messageBox from a
ASP page without doing postback over the page,
thanks for your help
Oscar... more >>
Confirm understanding - web service exceptions
Posted by Marty McDonald at 9/8/2003 2:28:26 PM
If I invoke a web service, and it throws an exception, I can see the
exception if the client app is a .Net app. However, if the client app is
not a .Net app, I only receive the HTTP 500 error. I believe this is due
mostly to the fact that the non-.Net apps are using POST instead of SOAP. If
th... more >>
Windows services and GetObject
Posted by Andrei Prodan at 9/8/2003 1:59:22 PM
Hi everyone,
I have a small piece of code which uses GetObject function
and it is working fine in a windows application developed
under .NET
In a windows service application, the GetObject function
returns an error: "Cannot create ActiveX component"
Does anyone knows why ??
Thank ... more >>
menu graphics
Posted by Saix News at 9/8/2003 1:16:31 PM
hi,
can anyone tell me how one goes about adding icon images to menu items - i
have not been able to find anything on the subject.
thanks
michael
... more >>
Crystal Report Datetime formatting problem
Posted by Mithun Verma at 9/8/2003 1:09:08 PM
Hello All,
I use a formula in my Crystal Report that uses the Date time functions. I
use the function "CurrentTime" to display the current time. My format of
time displayed by this function is: "1:06:23PM" . I need a space to appear
between the time and the AM/PM fields just like C# etc give. Ho... more >>
String Builder - not appended
Posted by Karuppasamy at 9/8/2003 12:52:20 PM
Hi
I am using a variable of StringBuilder to form a string.
After appending a string of value like this
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0
Verdana;}}
\viewkind4\uc1\pard\f0\fs17 saesae \b esrdsr esrdsr\i refetwe\b0\i0\par
}
This value is app... more >>
Debugging MS SQL Server procedured within Visual Studios .NET
Posted by Joe Sullivan at 9/8/2003 12:19:20 PM
I have noticed that Visual Studios .NET has a debug mode
for SQL statements, but I can't seem to get it to work
with MS SQL Server. I can't seem to pull up my stored
procedures from the Server Explorer to set breakpoints.
Does anyone know if this can be done? I can open my
stored proced... more >>
IDE Bug
Posted by Lou at 9/8/2003 12:07:20 PM
I have been using .net for about a week now, everything was working fine but
now I can't run any projects. I start off by creating a new vb project which
automatically adds a new form. If I try to run this new project the IDE
hangs. It hangs right after checking the build. It says
Build: 1 succe... more >>
Refering a COM component in VS.NET
Posted by Dotnetjunky at 9/8/2003 11:58:57 AM
Hi,
If we reference a COM component directly in VS.NET, VS.NET will create a
..dll file in our application folder.
Is this .dll file the same as if we would use tlbimport.exe to create the
RCW ?
Thanks.
--
Dotnetjunky
... more >>
Embedding a manifest file
Posted by Merak at 9/8/2003 11:40:51 AM
I usually embed a XML manifest with my applications to have them support XP
Visual Styles.
I know I can embed the resource into the resources section of the compiled
executable (under the type RT_MANIFEST and with ID=1).
What I want to know is if there's a way to include it in the project before... more >>
Position Cursor
Posted by Suresh Kumaran at 9/8/2003 11:19:51 AM
Hi All,
I have a form with 3 tab controls. Each tab control has
its own text boxes placed. My question is how do I place
the cursor in the first text box in the respective tab
control as the user clicks from tab control to tab
control.
Appreciate help.
SK
... more >>
how to search with the MSDN web-based client?
Posted by David Burson at 9/8/2003 10:26:44 AM
Hi,
I would like to search the dotnet newsgroups, but I have
had no success using the built-in search.
1. How can I search for only items that contain ALL the
words in my search criteria?
2. How can I search for all items posted by a particular
user? Entering the name in the "from"... more >>
dataset manipulation
Posted by shahrukh at 9/8/2003 10:18:47 AM
hi
i have a dataset in my webservice which i pass to the windows app.
i want to be able to make querries to that dataset
and update it too ..then pass it back to the web service for updatng the
database..
that way i dont make calls to the database time and again.
any idea where i can read more... more >>
Component Class
Posted by Shawn B. at 9/8/2003 10:03:12 AM
Greetings,
If I drop more than one component (custom component) onto a WebForm, is
there a way (inside the Component) to identify the instance of the class?
For example, Most controls/components have a Name/ID property but there
seems not to be one for the Component except in the property edit... more >>
Reformat Number on Databinding
Posted by sam_collett NO[at]SPAM lycos.co.uk at 9/8/2003 9:09:44 AM
I have the following that lists *.doc files in a folder. How do I list
other types as well (I have tried using
dirInfo.GetFiles("*.doc;*.rtf;*.pdf") but it does not work)?
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Collections" %>
<script language="VB" runat="server">
... more >>
Debugger is not properly installed
Posted by N. Okan Guney at 9/8/2003 9:02:12 AM
Hi,
When attempting to debug a project on a remote server, I get the error
message :
"Error while trying to run project: unable to start debugging on the web
server. the debugger is not properly installed. Run setup to install or
repair the debugger."
I went through the steps described i... more >>
Crystal Report Viewer Issue
Posted by Ashish Shridharan at 9/8/2003 8:10:44 AM
Hi All,
I'm not very sure if this is the forum for my question but
i was hoping someone could direct me to the right place
(or answer my question).
I am using the .NET crystal report viewer to display
reports (crystal reports) in HTML in my web application.
My client's requirements ar... more >>
How to make Object type comparision ??
Posted by serge calderara at 9/8/2003 7:58:50 AM
Dear all,
I have define a suer type as follow
Structure USER_PARAM_LIST
Dim LastUser As String
Dim SaveEntry As Boolean
End Structure
and a variable of that type
Dim m_structUserParamList As USER_PARAM_LIST
How can I compare an object type to knwo if it is a
... more >>
RE: How to creat and InputBox with ASP.NET
Posted by Russell Gibson at 9/8/2003 7:47:38 AM
Hello,
I need to produce an InputBox from a button click on an
ASP.NET webform to get a value from a user, I know nothing
about Java script - is there a way to do it from VB Script
and pass the value back to my webform.
If anybody can help out or provide sample code it would be
greatly... more >>
Removing from GAC
Posted by wes at 9/8/2003 6:31:52 AM
I just installed VS .Net 2003 and now when I try to remove
something from the GAC I get the error:
Unable to uninstall: assembly is required by one or more
applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION :
<Windows Installer>
These are components I... more >>
Dart PowerFTP File Transfer Error
Posted by Eric Cory at 9/8/2003 6:22:01 AM
Hello Gurus
I can't get Dart PowerFTP to do anything. I create the
ftp oblect and set the connection values, but when I do a
get, put or even an invoke for a site command, I always
get the error message "No more results can be returned by
WSALookupServiceNext."
If anyone could give me... more >>
c# passing objects as method parameters??
Posted by Andy at 9/8/2003 6:12:31 AM
Hi
Could someone clarify for me the method parameter passing
concept?
As I understand it, if you pass a variable without
the "ref" syntax then it gets passed as a copy.
If you pass a variable with the "ref" syntax then it gets
passed as a reference to the object and any changes to
t... more >>
shaped form
Posted by abd el moniem at 9/8/2003 4:43:14 AM
i want to make my form a heart so plz tell me the code;)... more >>
Getting XML via HTTP secured with ACL
Posted by John Smiths at 9/8/2003 3:35:17 AM
Does anyone know how I can do this. Client has XML file
generated daily that only I should be able to pick up. It
is on an HTTP server and secured as only being accessible
to a specific Win2K user/password.
....or should I be looking at KeyInfo. Can't find any
examples of how to use it... more >>
Type class in config file ???
Posted by serge calderara at 9/8/2003 12:57:38 AM
Dear all,
How to know which class to use to collect config file
information?
NameValueSectionHandler or SingleTagSectionHandler and
others
thanks for your reply
regards... more >>
|