all groups > dotnet general > march 2004 > threads for monday march 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 31
RegisterClientScriptBlock - Javascript
Posted by Chan at 3/8/2004 11:51:05 PM
Hi All
If user selects OK on the confirmation message box, if OK code block does not get executed at all in my asp.net application?Its in the code behind. This code is inside CheckedChanged event of check box. I see the confirmation message but only the respective action does not get executed
ru... more >>
Tool to find code in all projects in a vb.net solution
Posted by Jim at 3/8/2004 9:16:05 PM
If anyone is interested, I have a tool that will allow a develope to find all instances of selected text across all projects in a VB.NET solution. It is written as a VB.NET windows application and is accessible from the Tools menu. It is particularly useful in cases where There are multiple projec... more >>
datasets disappear from designer surface
Posted by Jim at 3/8/2004 9:06:08 PM
Developing in vb.net. Configuare an sqldataAdapter, then add a dataset
The dataset .xsd file appears in solution explorer and the dataset appears below the control design surface
Close the project
Open the project
The dataset is gone from the design surface. The .xsd is still in solution explo... more >>
XML Web Services Step by Step tutorial HTTP Client
Posted by AndyT at 3/8/2004 9:06:07 PM
Did anyone even get to study the MS Press book "XML Web
Services Step by Step" by Adam Freeman and Allen Jones
The book is very good to learn how to program XML Web
Service but I got into a snag for getting the sample in
Chapter 05 to work. The SOAP WebFormsClient in Chapter 4
works but the HT... more >>
Regular Expression from Perl
Posted by rt at 3/8/2004 8:56:44 PM
Hello,
I'm having fits trying to make a regular expression work like I've used in
Perl.
Example:
input: "ABCDE"
pattern: "(.*)"
replacement: "This is $1"
A call to Regex.Replace(input, pattern, replacement) returns "This is
ABCDEThis is"
I don't understand where the trailing "This... more >>
MSI files, conditional logic?
Posted by David Sworder at 3/8/2004 7:07:55 PM
Hi,
In the past, I've used VS.NET to create simple MSI files that =
install assemblies to a particular directory. I'm now faced with the =
task of creating an MSI file that's a bit more complex. My application =
consists of a client EXE, a server EXE (designed to run as a service), =
and ... more >>
Hiding toolbars in iexplorer
Posted by Jo at 3/8/2004 6:51:07 PM
Hi
I would like to hide all the toolbars from an internet explorer window so that the only buttons the user can press are ones on my forms. I'm using VB.NET - how can I acheve this
Thanks for your help
Jo... more >>
Customize my Visual Studio .NET
Posted by kriz at 3/8/2004 6:15:26 PM
The VS.NET allow us to customize the toolbar buttons and
menu by "Tools ->Customize".
However, I would like to customize the popup menu. How can
I do so??
Actually, I would like to remove the "Rebuild" of the
popup menu at the solution explorer.
Thank You.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
deployment - including database files
Posted by Ursula at 3/8/2004 6:06:06 PM
I would appreciate your help with this problem
My project includes two database files in the same directory as the project
My deployment project - I am using the Setup Wizard under Setup and Deployment Projects (VS.Net Enterprise) - includes these two files.
The application runs fine on a compu... more >>
Tab Based navigation for web application
Posted by sjain NO[at]SPAM lioninc.com at 3/8/2004 3:42:52 PM
Guys ,
Is there a class in .net which I can use to create tab based
navigation on a web application?
Thanks a lot!!!
-Siddhartha.... more >>
DataGrid question
Posted by Sébastien at 3/8/2004 3:33:04 PM
Hi,
I would like to have a control that act like a DataGrid. But, I would
like to have 2 column headers instead just 1. I would like to group some
columns from the second line together.
Example :
H1-1 H1-2 H1-3
H2-1 H2-2 H2-3 H2-4 H2-5
So :
H2-1... more >>
Obfuscation and Salamander
Posted by Matt at 3/8/2004 3:26:26 PM
Much question is simple, why should I, as a freelance developer, spend good
time producing client/server software and libraries in .net when any stupid
monkey can extract all of my source using Salamander? And what's more, for
those that don't get Salamander, what is the point of using obfuscatio... more >>
Are strong names the answer?
Posted by pseudobill2004 NO[at]SPAM yahoo-dot-ca.no-spam.invalid at 3/8/2004 2:39:53 PM
I'd like some advice on protecting stand-alone exe's built with .net.
I'm not worried about someone stealing my intellectual property since
since I have my apps obfuscated and encrypted now and it's not
exactly rocket science anyway - it's probably much easier for someone
to write from scratch... more >>
Calling a page from main page
Posted by Daniel Caetano at 3/8/2004 2:37:09 PM
I have a main page , and i want do call another page(as search page) passing
paremeters. I want that the field values of search page to be passed to
main page. Of course without missing the fields values already filled at
main. What the best way to do it?? i´d like to use only asp.net e vb.net.... more >>
Why in Bill Gates' name does the VS.NET compiler keep going once an assembly error occurs?
Posted by creepiecrawlies NO[at]SPAM hotmail.com at 3/8/2004 2:08:45 PM
The solution for our new application contains 50 sub-assemblies.
There is a great deal of inter-dependency between them, as is common
for all projects I imagine. So my question is, if an infrastructure
assembly than 49 other assemblies depend on FAILS TO BUILD, why does
the compiler continue t... more >>
Service Pack 2 Problem
Posted by Chris at 3/8/2004 1:59:57 PM
I've downloaded the .Net SP2 and attempted to install it. All seemed fine
until after it asked me to reset my computer.
It now wants a file (netfx.msi) and I cant find this file anywhere.
I've tried cancelling the install, resetting my machine but they all fail,
because the installer tried t... more >>
Reflection and order of the fields
Posted by Frank D Lombardo at 3/8/2004 12:49:52 PM
I am attempting to use Reflection to send an object over a serial port. I
won't know the exact type of the object until run-time. If I call
GetFields(), is there any guarantee on the order the fields are returned?
Would it help if I used a struct instead of a class? I need to send the
fields ... more >>
Image files
Posted by j. noland at 3/8/2004 12:16:06 PM
Hi
This is supposed to a SQL Server question but we did not get any response after posting it on that Newsgroup so would like to try to get some help from here
We are developing a .NET ASP front end and SQL Server back end web app. We like to save some image files and some other type of files w... more >>
Add hoc Reports
Posted by Hadeel at 3/8/2004 10:19:48 AM
Hi,
I'm trying to develop Dynamic reports (Add Hoc Reports) in Windows
application using VB.Net and .Net crystal Reports ( ver. 9). The user will
choose the fields he/she wants to view in the report and choose the group or
sorting field, and depending on that I will view the right fields in t... more >>
Quick text box help
Posted by Bryan Dickerson at 3/8/2004 10:15:53 AM
I have been told several times that the way I handle entering text and then
the <Enter> key in my programs is the wrong way. The current way I do it is
inherited from ancient times, but it works! When the user enters the text
he wants and then presses <Enter>, I have a WithEvents class that cha... more >>
Http handler won't work on hosted site
Posted by Marius Hildebrandt at 3/8/2004 9:54:59 AM
I have made a web handler that resizes an image on the server before sending
it to the browser. This works fine on my local computer. However, when i
publish to a hosted site, it doesn't work. No exceptions are thrown, it just
doesn't send any image info to my browser. I do not have permission to... more >>
How do I set ASPNET account write access on Windows2003 Server?
Posted by Paul D. Fox at 3/8/2004 9:43:31 AM
When I installed Windows 2003 Server as a Domain Controller, the local
ASPNET machine account doesn't exist. How can I set a directory in a web
application to allow file uploads and read/write to an Access Database?
... more >>
BITS (Background Intelligent Transfer Service) and .NET ????
Posted by gicio NO[at]SPAM gmx.de at 3/8/2004 9:07:58 AM
Hi!
does anyone have some experience with BITS
(Background Intelligent Transfer Service) and .NET ???
can someone give me some code samples how to use BITS with .NET ???
regards,
gicio
... more >>
When should I implement IDispose?
Posted by Gabriel at 3/8/2004 8:41:05 AM
I have several custom classes in my app that have a definite lifetime. During the course of runtime, there will be a few thousand of these objects allocated. The objects have a definite lifetime: they will be used until the user intervenes, at which point they should be deleted from memory
Given t... more >>
Debugging problem - watches dont work
Posted by owen at 3/8/2004 8:26:13 AM
I'm writing an ASP.NET application and all of a sudden my watches don't
work. The "+" sign appears next to them but you cannot drill into them.
(The "+" dissappears when you click it and the item does not expand).
Is it possible that a change to web.config would cause this? Or is this a
kno... more >>
Can not open Database (MS SQL) requested login failed
Posted by Bobby at 3/8/2004 7:16:06 AM
I have installed MSDE but when ever i try to connect to it from the same computer, it gives me
'Can not open Database requested in Login 'pubs' failed. Login fails
I tried everything nothing seem to work plz help
my connection string is as follow
Public Conn As New ADODB.Connectio
conn.Ope... more >>
Application.DoEvent and wait cursor
Posted by faridt NO[at]SPAM coned.com at 3/8/2004 7:15:40 AM
Hi,
I am writing a Windows Application in C#. I want to show wait cursor
while any form control is updated (e.g. ComboBox list is filled) which
takes some time. It works fine when i do like:
Cursor.Current = Cursors.WaitCursor;
UpdateControl();
Cursor.Current = Cursors.Default;
Now to for... more >>
Deploying dbgclr.exe?
Posted by SStewart at 3/8/2004 6:25:33 AM
I am having a problem with an application that is blowing up on a deployed
machine that appears to be environment specific (we are unable to reproduce
it on local machines dev/test machines). I would like to deploy dbgclr.exe
to get a handle on the section of code that is causing the problem, but... more >>
Removing File-Edit-View links + integrate file in program
Posted by tomkorver NO[at]SPAM hotmail-dot-com.no-spam.invalid at 3/8/2004 3:39:49 AM
I simply want to remove the File-Edit-View-Windows-Help menu of Excel
Viewer 97. Also I want to change the program name and the icon.
Does anyone has a suggestion on how to do it?
I also want to make it so, that it starts with a specific excel-file,
AND that that specific excel-file is inclu... more >>
Removing items from an arraylist
Posted by Bhavna at 3/8/2004 3:36:08 AM
Hi
I have an 2 arraylist that contains a number of strings
What i want to do is to remove the items from arraylist1 if they exist in arraylist2. Can anyone help me do this?
I currently have code that removes items from a combobox based on an arraylists values(which was kindly provided by Cor). A... more >>
Compiling VB 6 projects from VS.Net
Posted by Michael McDowell at 3/8/2004 2:51:05 AM
Do I need to install VB6 to compile these project or can I use a VS.NET Make project and a VB 6 compiler
If so where can I get the VB6 compiler without installing the whole VB6 dev. environment
Thanks in advance
Michael McD.... more >>
Please Help! System Monitor control
Posted by Pola at 3/8/2004 1:06:07 AM
I am using VC++.NET
I added the system monitor activex ctrl to the appl
When I add variable of that ocx to the appl
I get the following error msg:"C31::ICounters' : missing storage-class or type specifie
How I can use this control
thank you
Pola... more >>
Eclipse's JDT
Posted by BuddyWork at 3/8/2004 12:39:02 AM
Is Eclipse's JDT available for .Net if so please can you
give me links to the download area.
Thanks,
... more >>
Rollback transaction doesnt work when DataAdapter.Update() throws exception caused by RAISEERROR in a trigger
Posted by Mark Vuksani at 3/8/2004 12:33:42 AM
Hi,
I have a trigger like this (simplified to illustrate the problem):
--------
CREATE TRIGGER Test ON [dbo].[TestTable]
FOR INSERT, UPDATE, DELETE
AS
RAISERROR( 'test trigger error !', 16, 1)
---------
And a C# code portion: (new record inserted in dsFormTest.TestTable)
---------... more >>
|