Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > september 2003

Filter by week: 1 2 3 4 5

VS.Net is slow for web development
Posted by Shaji at 9/30/2003 5:41:49 PM
Dear All, I am using VS.Net (and most of you, of course) for a quite long period for web development for medium to large development tasks. My humble opinion is vs.net is eating up a lot of developer time, as far as the web development is concerned. Edit,Compile,Debug, then fix erro...more >>


QUESTION: Auto-updating Winform app (on website)
Posted by VB Programmer at 9/30/2003 8:29:44 AM
I have a winform app that I want to auto-update whenever there is a new version on the web server. I realize that I can have a shortcut pointing to, for example, http://locahost/myweb/MyApp.exe. But, I always get the "Open" or "Save as" dialog when I run this. I can't seem to get around this...more >>

Loop through controls???
Posted by Jay at 9/29/2003 10:57:09 PM
If I have 10 imagebuttons on a form (imagebutton1, imagebutton2, imagebutton3, etc.) in asp.net and I want to loop through each one and set their imageurl in a loop how can this be done. Something like : dim i as int16 for i = 1 to 10 imagebutton(i).imageurl="whatever.jpg" next The...more >>

Determing the ordinal position of items in ListBox
Posted by SamIAm at 9/29/2003 4:41:40 PM
Hi I have a ListBox called lstListOfStuff I want to get the ordinal position of a ListItem so that I can insert a new ListItem below it. How do I do this? I cannot find any members to give me the index position of an item? Thanks, S ...more >>

Check this security update for Windows
Posted by Jan Woloson at 9/29/2003 8:26:35 AM
Microsoft Client this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express. Install now to maintain the security of your computer. This update i...more >>

Try on these patch from the M$ Corporation
Posted by Eleanore De Sole at 9/28/2003 1:59:27 PM
Microsoft User this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to prote...more >>

Breakpoint is ignored
Posted by Tim Cali at 9/28/2003 1:19:39 PM
I set a breakpoint in a project, however the breakpoint is ignored. This was in the TimeTracker project from the Asp.Net site. I added it at the Login method of the TTUser class (TTUser.vb). I know I have the right insertion point where I want to begin stepping, because I changed "return usern...more >>

Multiple Websites on Windows 2003 Server using Visual Studio.Net 2003
Posted by Kieran Kelly at 9/27/2003 2:52:18 PM
Is it possible to create a new Web Application Project using Visual Studio.Net 2003 on Windows 2003 Server but no in the Default Web Site. 1. I have created a new Web Site in IIS called WebSite2 and setting WebSite2 as the host header name. 2. I can browse to this web site using IE http://WebS...more >>



Look at this corrective update
Posted by c.zwartjes at 9/26/2003 8:41:17 PM
Microsoft Consumer this is the latest version of security update, the "September 2001, Cumulative Patch" update which eliminates all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now...more >>

Try on critical pack from MS
Posted by Joan Walton at 9/26/2003 12:49:32 PM
MS User this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to help prot...more >>

Apply this security update which came from the MS Corp.
Posted by JACOB WAJSBORT at 9/24/2003 2:02:07 AM
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to c...more >>

Load DataSet within new thread??
Posted by Jonah Olsson at 9/24/2003 1:00:22 AM
Hi, I use the following code to load a dataset to be used to send out emails. All this is executed as a new thread. The reason I implanted the _currentPageNumber is to control the amount of emails sent to the SMTP server in one load. As I wrote in my post earlier tonight I'm very new to thr...more >>

Can a thread time out?
Posted by Jonah Olsson at 9/23/2003 7:52:46 PM
Hi, I'm very new to threading in .NET, so bear with me :-) I'm planning to build a mail sender application for my client to send out newsletters to its customers. The application should be built to handle at least 15,000 customers. Potentially 40,000, but then I would probably consider usin...more >>

Is it possible to detect if ASP.NET is registered?
Posted by Igor Kuklin at 9/23/2003 4:19:03 PM
I know how to detect .NET Framework, and I know how to re-register ASP.NET. But is there any way to detect that ASP.NET is not registered with IIS? I want my installation program to treat this case better than just failing to install. I am using VS.NET Deployment project. Thanks in advance. ...more >>

Sending mail with different return path
Posted by Jonah Olsson at 9/22/2003 2:21:44 PM
Hi guys, I'm trying to figure out how to use MailMessage to send mails with a different return path than the sender if the delivery fails. Here's the case: Sender: Joe's Pizza Sender email: joe@pizza.com Receiver: Matt Hill (from repository) Receiver email: matt@hill.com (from repositor...more >>

problem with the encodüng of the posted data
Posted by buran at 9/20/2003 9:32:44 PM
Hi, I am posting some data in Turkish with the HttpWebRequest and saving the response stream in the database. The characters in the page are shown properly but the Turkish characters in the posted data are not shown properly. I couldn't find any solution. Please help me... Code is given below...more >>

Client-Server communication through ASP.NET
Posted by Chris LaJoie at 9/20/2003 7:30:13 PM
Hi, I'm tyring to impliment a client-server application which communicates through ASP.NET. I currently have this same sort of system working with a VB6 program and standard 'old' ASP. Our current program uses a component called ASPTear to aid in building a POST and sending it up to the site. ...more >>

bin Directory has no Execute permissions
Posted by Mark MacRae at 9/19/2003 2:46:43 PM
I've been trying to implement an online payment component into a web application. Instructions are to put the DLL into the web application's bin folder and everything is supposed to work. Well I had been running into some problems with a weird exception being thrown. I checked on the permiss...more >>

Looking for an example
Posted by M. Craig at 9/19/2003 9:40:21 AM
I'm trying to display multiple resultsets, returned in a SQLDataReader, in a single table. The number of resultsets returned is variable, usually 3 or 4. Basically, each resultset has 1 row and I'd like to display each row as a row in the same table. I'd like to use the DataGrid if possible. H...more >>

how to get the line number where error was thrown and/or caught
Posted by Mark Kamoski at 9/18/2003 5:53:19 PM
Hi Everyone-- How can one get the line number of where an error was thrown and/or caught? For example, note the following, for use at any given point in a piece of code: ....to get the current Assembly's name, one can use this... System.Reflection.Assembly.GetExecutingAssembly().Get...more >>

Save an Excel from to client using Asp.Net
Posted by akodoshujun NO[at]SPAM earthlink.net at 9/18/2003 11:39:07 AM
I'm writing a web application that exports and imports excel files. The application gets a list of users and their info and displays it in a datagrid .The user then selects to save the file as a tab delimited file or an excel file. The application then saves the file in the correct format. The...more >>

Open project from web problem
Posted by Hardy Wang at 9/16/2003 3:28:15 PM
Hi all: we used to have a development web server in our LAN within same domain. Now we need to build another web development server, but that server is inside its own domain without any trusting. I copied my web projects to new server, created same virtual directories in new IIS, shared...more >>

Questions in VFP7OLEDBExampleVB sample
Posted by Bogdan Zamfir at 9/16/2003 10:01:30 AM
Hi all, I try to run VFP7OLEDBExampleVB sample application on accessing VFP7 data using OLE DB from ASP.NET app, and I have a problem. Retriving data works OK, but the code give an error when try to update. The error is in the line Dim VFP7UpdateCommand As New OleDbCommand(strUpdateSele...more >>

Please! Need tips on getting started with Index Server and ASP.NET (including Powerpoint indexing)
Posted by Kent P. Iler at 9/15/2003 4:31:11 PM
Hi, I am building my first ASP.NET website (I've done quite a few in ASP with windows DNA, but none needing Index server). I need to have a site search, and want the results formatted in a specific way. I have a few ASP.NET books, but they don't even have sections in them (Wrox Professiona...more >>

Cannot debug asp.net applications
Posted by Peter Afonin at 9/11/2003 3:34:55 PM
Hello: I'm running Windows server 2003. I've never had any problems with debugging, but now I cannot debug ANY of my projects. I'm getting this error: "Error while trying to run project: Unable to start debugging on the web server. Access is denied." The only thing I've done recently was...more >>

DLLImport and Unable to Load DLL
Posted by Michael Tissington at 9/11/2003 11:41:16 AM
I have a C# function that calls into a C++ DLL I have placed the DLL in the 'bin' folder of my asp.net project I'm using something like [DllImport("Keycode.dll", EntryPoint="GenerateKey")] However when I try to call the function I'm getting an error 'Unable to Load DLL' Should I specif...more >>

Exception Handling
Posted by steven chong at 9/10/2003 11:24:59 PM
Hi, A button event on my page actually triggers a chain of method calls, and each of these methods has its own try catch statement. The error is thrown all the way from DataAccess->Business->and subsequently handled in the Presentation layer. My problem is, if i do a try catch, the inner e...more >>

Checkbox in Datagrid
Posted by Simon at 9/10/2003 3:21:59 PM
Hi Guys, I'm trying to use a checkbox control in a datagrid. The objective is to display readonly Customers from a database, then allow a user to select customers with the checkbox. Then, iterate through the dataset extracting the primary key fields and submitting them to a stored pro...more >>

postback problem
Posted by Regus at 9/10/2003 2:33:23 PM
I have a form with 2 buttons * submit * cancel When the submit-button is clicked, the form must be submitted. When the cancel-button is clicked, the page must redirect to the start page. The problem is this : the cancel-button makes a postback , so my code doesn't work good. My code is : ...more >>

Access Denied for WMI/ADSI over ASP.Net
Posted by Roy Osherove at 9/9/2003 7:41:45 PM
Hi folks. I have an ASP.Net application that runs a .Net dll that uses WMI and ADSI(both managed) to connect to a given IIS root and search through it. When not using the ASP.Net client, but running from a winforms project - I can connect to both local and remote machines. However, when using t...more >>

server error in '/' application
Posted by Regus at 9/9/2003 4:16:57 PM
When I publish my website on my host, i got this error. My web.config file does have the customError-tag on "remoteOnly", but still i get this error. Any idea what the problem is ? Server Error in '/' Application. ---------------------------------------------------------------------------- ...more >>

Having problems changing where the virtual directory points to
Posted by Rod at 9/9/2003 9:42:58 AM
We have a .NET application which is installed on one machine (let's call it server 2), and we point to it using IIS from another machine (our edge server, which I'll call server 1). So, server 1 has a virtual directory pointing to server 2 in server 1's IIS. Well, for various reasons I want to...more >>

How to check for EOF (End of file) when using StreamReader to parse text file
Posted by Sacha Korell at 9/5/2003 3:19:52 PM
How would I check for an end of file when parsing a text file using the StreamReader object? I would like to do something like this: '******************************** Dim objStreamReader As StreamReader Dim strReqLine As String objStreamReader = File.OpenText("data.txt") While NOT obj...more >>

FileSystemWatcher in Web Application
Posted by Sacha Korell at 9/4/2003 2:39:12 PM
I need to set up a FileSystemWatcher in my web application (to automatically process uploaded files) and I'm trying to decide where to set it up. I would like to keep it within the web app, but it needs to watch a certain folder even when nobody is making a request. I could instatiate the FileSy...more >>

Question: How to make webform launch winform app
Posted by VB Programmer at 9/4/2003 12:06:16 PM
How can I launch a local winform application from a web page? (FYI: My goal is to have this winform be a "no touch deployment" application.) Thanks. ...more >>

how-to get the name of the current project and class
Posted by Mark Kamoski at 9/4/2003 11:23:25 AM
Hi Everyone-- Please help. How can one get the name of the current project and the current class? This is the situation. Suppose there is a project called "P1". Now, suppose that in the P1 project there is a class called "C1". Now, suppose that in the C1 class there is a method...more >>

differences in declaration and instantiation coding
Posted by Mark Kamoski at 9/3/2003 12:34:18 PM
Hi Everyone-- Please help. What (really) is the difference between these 3 code snippets?. '1 Dim objData1 As New DataSet() '2 Dim objdata2 As DataSet = New DataSet() '3 Dim objdata3 As DataSet objdata3 = New DataSet() Which is fastest? Is there ANY difference between th...more >>

implications of Shared methods
Posted by Mark Kamoski at 9/3/2003 12:19:38 PM
Hi Everyone-- Please help. What are the implications, (in terms of memory, application footprint, resource use, threading, and so forth), of using Shared methods? These Shared classes raise some interesting questions. For example... (1). If I have a custom utility class where I keep a...more >>

formatting numbers & columns in datagrid
Posted by John Wilson at 9/2/2003 8:27:00 PM
I am still working away to get to grips with .NET web forms. Can anyone help me with these conundrums? How do I programmatically control the with of a datagrid itself and the columns in it? At the moment my grid is wider than the columns, leaving a spare bit to the right, and yet some of my co...more >>


DevelopmentNow Blog