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 > may 2004 > threads for saturday may 1

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

Formatting a date in a datagrid
Posted by William Gower at 5/1/2004 11:29:51 PM
I have a datagrid that has a column that displays a date. The date is currently being displayed in a long format, I want to format it to display in short format. How do I do that in a datagrid? ...more >>

authorization question about user control.
Posted by caldera at 5/1/2004 11:08:24 PM
is it possible define custom authorization on specific user control (.ascx) Thank You. ...more >>

Newby question
Posted by Hermann W Ehlers at 5/1/2004 8:12:25 PM
Hi I need help at the very beginning. I have been writing classic ASP for some time, but getting data out of a SQL database and displaying a single value eludes me. So far I have the following code: Dim myConnection As New SqlConnection("UID=dbuser;PWD=thepass;Data Source=SQLServer;Ini...more >>

.NET question about the customErrors Tag
Posted by Samuel at 5/1/2004 6:31:02 PM
A few (not all) of my clients are getting this error with a web thumbnail generator code I wrote ============================= Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application err...more >>

Deploy an ASP Application
Posted by Wayne Wengert at 5/1/2004 6:01:55 PM
I built an ASP application and it runs fine on my local IIS. I am trying to move the application to my web service (ISP) out on the internet. I've read several of the help articles but they all seem to think I am deploying to localhosts. I created a new directory on my web page and copied most...more >>

Pass form to function
Posted by Bob Lehmann at 5/1/2004 3:30:17 PM
I have a web form (Form1) that I would like to pass to a function, iterate through it, and retrieve the values of the input elements. I am able to retrieve the element IDs (function below), but keep hitting a wall trying to get the values. Public Function send(ByVal TheForm As System.Web.UI.Ht...more >>

Tracking Data Changes over time
Posted by fred tate via .NET 247 at 5/1/2004 3:23:38 PM
I'm working on a project that will track a great deal of data for= individuals and will keep track of users for a very long time (5= - 10) years=2E I'm looking for options as far as tracking and= displaying changes to the data=2E Any suggestions for both the UI= and the Data Storage aspect...more >>

Debugging in Visual Studio.net
Posted by Hai Nguyen at 5/1/2004 3:01:47 PM
Hello Everyone !!! I got the following error message when trying to create a very simple web application such as printing a hello on the screen. When I hit F10 to run debug the following error was thrown: "Error while trying to run project: Unable to start debugging on the web server. you d...more >>



Debugging in Web Application
Posted by Hai Nguyen at 5/1/2004 2:44:16 PM
Hello Everyone !!! I got the following error message when trying to create a very simple web application such as printing out an hello on the screen. When I hit F10 to run debug the following error was thrown: "Error while trying to run project: Unable to start debugging on the web server. ...more >>

Page Hierarchy confusion...
Posted by sitexcite NO[at]SPAM hotmail.com at 5/1/2004 12:51:41 PM
Ok, thanx in advance for all who can help me. I've coded in ASP for years, but am new to ASP.NET. I have a small ecommerce store im migrating over to ASP.NET (C#) and I am confused about this tag: <form runat="server"> I know that when a form has "runat=server", any ACTION (at design time) ...more >>

image in datalist please helppppppppppp
Posted by mahsa at 5/1/2004 12:46:06 PM
hi I have a datalist that show product and their image I us <asp:Image ImageUrl='<%#Server.MapPath(@"\images\roomscenes\"+DataBinder.Eval(Container.DataItem, "PartNo")+"_ss.jpg") %>' runat="server" ID="Image1" / but some times there is no image for one product and the page show me the asp image ...more >>

Don't Understand
Posted by Wayne Wengert at 5/1/2004 11:58:39 AM
I am working on a walkthrough that allows editing contents of a datagrid that is displaying some fields from a table in the Northwind DB. The update code thay have you enter is shown below. As noted in the code, I am confused by the statement that DIM's the "r" variable using "dsCategories", not ...more >>

test certificate
Posted by TJS at 5/1/2004 11:53:49 AM
..net framework allows for creation of test certificate with makecert.exe, but I cannot find any instructions on how to install certificate for test use on development sites in IIS 5.1 anyone know where instructions exist ? ...more >>

Error while trying to run project: Unable to start debugging. Message
Posted by Jon at 5/1/2004 11:06:02 AM
Hi all i encountered a problem will trying to run a C# Project (ASP.net Web Application). When i click 'start without debugging', it throws me an error ******************************************* Error while trying to run project: Unable to start debugging Unable to start program 'display some ...more >>

Get confirmation from popup before running code in event handler
Posted by mg at 5/1/2004 9:31:02 AM
I would like the code in the click event handler of an ImageButton to run only after a popup confirm appears and the user clicks its 'OK'. The 'CauseValidation' property of the ImageButton is 'true'...more >>

Page.DataBind()
Posted by Jim Heavey at 5/1/2004 9:11:03 AM
Hello, when I place the command of "Page.Databind()" into my program, the program generates and error saying "value was outside of range". If I take the instruction out, then the page displays and does not abend. Of course the fields that I want to display data do not have data on them I have 5 ...more >>

how to add an event handler ?
Posted by Chris at 5/1/2004 7:44:49 AM
Hi, In visual studio.net (using C#) : how do I add an event handler to a webform ? Unlike in WinForms : I don't see any events-button in the properties window of the form. So how ? thanks Chris ...more >>

Page disappears when alert shows?
Posted by Robert Zurer at 5/1/2004 7:40:43 AM
When I click a Button server control I want two things to happen. The server returns a string array of error messages. A Javascript alert appears showing the errors. I can do this using the following method public void ShowErrorWindow(string[] errors) { string alertString = null; ...more >>

server control to store XML
Posted by Mark Goldin at 5/1/2004 4:32:40 AM
Is there any control that will hold an xml data on the server and be able to deliver that xml to the client? ...more >>

HTTPModules
Posted by David Jessee at 5/1/2004 2:58:50 AM
Does anyone know if there's a way to register a HTTPModule at runtime? One of the big reasons we use them is to create graphics on the fly. I have a calendar control that allows the developer to specify an image to activate the calendar. I was thinking that it would be great if that control c...more >>

Validators ok, but code still runs
Posted by pbaugh NO[at]SPAM recoilsoft.com at 5/1/2004 2:31:51 AM
Hi Folks, I've got a simple aspx page with a few input controls on with required fieldvalidators for each and a submit button. The validators work fine when I click the button without having entered any of the fields. However, after having added some code behind for the buttons _Click event t...more >>

The dreaded asp.clipboard
Posted by Bill Belliveau at 5/1/2004 2:01:03 AM
Hello all I have the need to copy something to the clipboard via 3rd party type library and then pick it up on the .NET side via the clipboard (all server-side). To complicate the issue, the application needs to be web oriented (ASP.NET) I have a console version that work, but I can’t seem to...more >>


DevelopmentNow Blog