all groups > dotnet general > february 2005 > threads for saturday february 12
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
server.transfer
Posted by Dan at 2/12/2005 9:32:34 PM
VB.NET....
Serving page 1 which has a text box and a button. When the button is push
the button_click event is called. In this event I want to serve Page 2 if
the text box contains <value1> and page 3 if the text box contains <value2>.
I am having trouble with the code to effect the transf... more >>
ADO.Net Update
Posted by Abdul Rahman at 2/12/2005 8:31:10 PM
Hi all,
I need to execute sql statements against a "DataTable" not the database.
For example i need to update certain rows.
One possible way was to use select rows and then loop through and update.
is there a better way,
Help appreciated
Thanks
AR
... more >>
System.Messaging namespace missing in VB.NET?
Posted by ptdaw at 2/12/2005 6:53:01 PM
After spending a little time reading the documentation, I attempted to add
some messaging code to my VB.Net project, only to discover that I couldn't
get past my
Imports System.Messaging
statment because the System.Messaging namespace is missing. Did I fat
finger it into oblivion witho... more >>
can't run asp server
Posted by jonathan M at 2/12/2005 4:51:02 PM
after installing latest hotfix kb886903, i can't debug.
message is:
"unable to start debugging on the web server! could not start asp.net or atl
server"
I'm the administrator. iis is on my local machine. debug enabled on IDE and
IIS.
already followed the usuall MS solutions for this problem.... more >>
Button Images Not Showing When Using XP Style Forms
Posted by Terrance at 2/12/2005 3:53:02 PM
Good Afternoon:
I was hoping if someone could share some light on a problem that I'm facing.
When I create a Visual Basic.Net program and I use the XP style for my Window
Forms and buttons; if I add images to my menu buttons they don't show when
the form is created. But, if I don't use the XP... more >>
IIS File Path Problem
Posted by Dave Y at 2/12/2005 12:25:01 PM
Hello,
I am new to ASP as well as IIS. I am trying to learn how to create a web
application using asp.NET. I have followed the instructions for configuring
the IIS settings but when I click on the .sln file to open the project in VS
I get the following error:
"Unable to open the Web Projec... more >>
native .NET Microsoft Script Control ? (especially the Eval method)
Posted by Mad Scientist Jr at 2/12/2005 9:24:36 AM
Is there a native .NET equivalent of the Microsoft Script Control,
particularly the Eval method? See here:
http://www.devx.com/vb2themax/Tip/18773
It works great - it even compares string expressions. I just would
prefer a native .NET version over COM if at all possible.
Sample code:
D... more >>
geocities add
Posted by shes_official NO[at]SPAM hotmail-dot-com.no-spam.invalid at 2/12/2005 7:46:19 AM
does anyone know the code to remove/disable the geocities add??
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
--------------------------------------------------------... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is it possible to Convert Borland C++6 to visual.net ?
Posted by Flame Watcher at 2/12/2005 4:31:04 AM
I have a project that uses VCL with Tee chart support and other external
controls.
There are quite a few persnoal reasons for converting this over to visual.net
and would like to know if it is possible.
Can the Borland librarys be used with visual.net
or is there a way that I can use the Micr... more >>
ShowDialog question
Posted by Richard L Rosenheim at 2/12/2005 1:19:33 AM
I would like to detect when a form is invoked as the result of a ShowDialog
call.
Anyone have any ideas or suggestions on how to do that?
TIA,
Richard Rosenheim
... more >>
|