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 > october 2004 > threads for saturday october 2

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

Copying Files via HTTPS
Posted by Aaron Masten at 10/2/2004 11:18:59 PM
Is there any way to force traffic from a particular Class C IP Subnet to the Cluster Controller. The main reason I am asking is that we have a custom ASP.NET Application that is hosted on the a Microsoft Application Center 2000 SP2 Cluster running on Windows Server 2003. This application upload...more >>

BaseDataList.DataKeys
Posted by Dave at 10/2/2004 10:05:34 PM
Can anybody help me with BaseDataList.DataKeys? I always get this error: Exception Details: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index. May be there is some demo about how to use it? ...more >>

ASP.Net Authentication Vulnerability
Posted by Karl at 10/2/2004 9:19:35 PM
I realize there's an *.announce list for this sort of thing, but I imagine a lot of people are like me and spend most of there time here, and seeing as this is serious news, I thought I'd post: A [major] security hole in authentication (forms, windows) has been found to asp.net applications in...more >>

asp.net debugging fails after installing whidbey
Posted by howard dierking at 10/2/2004 8:19:01 PM
I am running windows xp with both vs2003/.net 1.1 and the whidbey/.net 2.x beta 1. Since i installed whidbey, i have been able to neither run (F5) my apps nor attach to the aspnet worker process for my vs2003 apps. This is obviously a really big problem and i'm sure that somebody must have a...more >>

how i make a window confirm to delete at datagrid?
Posted by Dexter at 10/2/2004 7:24:11 PM
Hello all, I need to make a window confirm or a alert to confirm the exclusion of rows of a datagrid. somebody know how i make this? Thanks Dexter ...more >>

Edit data in DataGrid
Posted by Dave at 10/2/2004 5:56:22 PM
Hello. Can anybody show me some good demo of editing data with DataGrid control (ASP.NET)? Also is there any method to insert new row in DataGrid control? ...more >>

asp:dropdownlist problem...
Posted by Lastie at 10/2/2004 2:49:09 PM
Hi all, I’ve got a ‘dropdownlist’ web control and I can add ‘listitem’ no problem. I can also bind data from an SQL database fine. My problem is that I want to do both at the same time to allow me to have the first option in the list a ‘listitem’ saying something like ‘plea...more >>

Obtaining the return code from a stored procedure
Posted by Scott Natwick at 10/2/2004 2:48:22 PM
Hi, Is there a way to obtain the return code from a stored procedure? Here is what I have so far. The procedure executes, but I'm not able to find the return code from the procedure. Thanks, Scott SqlConnection sqlConn = new SqlConnection(strDbConn); SqlCommand sqlCmd = new SqlCom...more >>



asp.net from html
Posted by John at 10/2/2004 2:25:28 PM
Hi A client has provided an html sample page to be used as "template" for an asp.net enquiry form to maintain their intended look and feel. Info from the asp.net form is to be emailed on submission of form. I am not sure how to go from here in transition from an html layout to a page which inc...more >>

Should I use a repeater?
Posted by matt swift at 10/2/2004 2:24:11 PM
I'm looking to have a 'list' or previous posted messages as part of a form. The list is basically a history, and will fill half the screen in terms of width, and fill the screen completely in the vertical --------------------------------| | | |_| <-- Theres what I'm after on |...more >>

row height in dynamic asp:table
Posted by hansiman at 10/2/2004 1:24:40 PM
Why can't I set height of a table row in the code: tRow.Height = "35" or tRow.Height = 35 both fails? /M ...more >>

Asp.net Web page to db
Posted by John at 10/2/2004 12:40:39 PM
Hi I am looking for an asp.net web page example/tutorial that lets user fill an enquiry form and on submit saves the info in a backend db, preferably access. Any help would be highly appreciated. Thanks Regards ...more >>

Image Manipulations (how to set legends)
Posted by Stan Sainte-Rose at 10/2/2004 12:16:28 PM
Hi, I need to set several legends to an bmp Image. The legends must be set all around of the image (each 30 degrees). I really need your help about this topic. The best would be to get a vb solution :) Stan ...more >>

Html to web forms
Posted by John at 10/2/2004 11:49:24 AM
Hi I have an enquiry form which posted to an asp script for processing. Is there a way to automatically/easily convert into an asp.net webform for event driven programming? Thanks Regards ...more >>

Client Side Values passed from Server
Posted by John Cosmas at 10/2/2004 9:58:35 AM
In the old form of ASP when code was executed all on one single page, I was able to set a value into a variable and use it all over the page like this - <% pvntDate = Date() %> <input type="button" ID="btnTest" onclick="window.open('test.asp?mydate=<% = pvntDate %>')"> I would like to...more >>

Using Request.Referrer
Posted by Wayne Wengert at 10/2/2004 8:30:16 AM
I want to restrict access to a specific ASP.NET page base on the calling URL. I am trying the code below to get the calling URL but I get an error "Object reference not set to an instance of an object". What is the correct way to accomplish this? ******************* Code Snippet *************...more >>

Confirmation Message
Posted by Dave at 10/2/2004 8:22:23 AM
Hello. I want to prompt user for some action with Yes/No message, I know some tricks in JavaScript, but I need to handle the user answer at server side. Exactly I want to prompt user for confirmation on delete action of some data in my application. How can I do this? ...more >>

Deleting files
Posted by John at 10/2/2004 1:45:29 AM
Hi How can I delete all files within a particular folder, in asp.net (vb)? Thanks Regards ...more >>

how to manage multiple threads
Posted by Raoul Minder at 10/2/2004 1:07:12 AM
Hi all I am new to threading! I am developping a newsletter tool including a dispatch manager that should schedule sendings. The Web layer kicks a remote object hosted by a windows service and should 'add' a schedule (time to send, id and so on). The result should be that I have multiple th...more >>


DevelopmentNow Blog