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 > november 2003 > threads for tuesday november 11

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

IntelliSense on Web User Controls and Web Custom Controls
Posted by Axel Dahmen at 11/11/2003 11:35:46 PM
Hi, I've created several Web User Controls and Web Custom Controls. None of them are available in the Toolbox or provide IntelliSense. Can someone please point me to some article explaining what to do to get IntelliSense on my controls? I've already posted this before, and someone kindly pr...more >>


<@Assembly Src="" /> Directive eqvlnt in asp.net
Posted by su at 11/11/2003 9:23:49 PM
Any tag available in asp.net that is same as <%@Assembly Src="XXX.cs" %> directive available in webservices to load the assembly from source code files [Not DLL]? ...more >>

Why did my events stop working?
Posted by phoenix at 11/11/2003 9:11:37 PM
I have a form with a Submit button and a few other HTML controls but I'll leave them out of this for simplicity. When Submit is clicked, the server looks in the event handler declaration code for the matching event. It doesn't find it even though it's there and moves on to Page_Load. The butto...more >>

Schema Does not Support the element of
Posted by Jim Heavey at 11/11/2003 9:02:10 PM
Hello, I have a datagrid that I placed on my page. I use the "auto Format" and choose one of the standard templates for the datagrid. When I toggle over to the HTML view for the datagrid, all of the <SelectedItemStyle> <ItemStyle>, <HeaderStyle>, ect. all are highlighted and if I put my c...more >>

ASP.NET - Web Server Error Message
Posted by Norm at 11/11/2003 8:52:32 PM
I am trying to create an ASP.NET application from with Visual Studio .NET 2003, but I keep getting the error message "Web Server is not running ASP.NET 1.1." I have tried everything that the MS knowledge base suggests (asp_regiis, etc.), but nothing seems to work. I have IIS 5.1. ...more >>

how to convert WebControls.Image to a byte[] to store in DB?
Posted by Jim Hammond at 11/11/2003 7:08:41 PM
Is there any way to convert a System.Web.UI.WebControls.Image to byte[] so that the image can be stored in a DB? Thanks, Jim ...more >>

Urgent...trapping User's Browser closing event....
Posted by Chirag Malvi at 11/11/2003 7:04:50 PM
hello all, I am developing the web application using ASP.net and VS.2003 IDE. here is the situation which i want to implement. 1) User is browsing some webform. I want to trap this event. this i am doing with Session_Onstart. 2) Now when user is exiting i.e. closing the browser window i w...more >>

DataGrid DataBind
Posted by Jim Heavey at 11/11/2003 6:54:22 PM
I have a datagrid which is bound to data Table A. When I edit a row, I want 2 columns to show a DropDownList with on of those columns bound to Table B and the other bound to Table C. Can I do that? ...more >>



<customError mode="Off"> does not work
Posted by Han at 11/11/2003 6:51:27 PM
Has any one ran into this problem? I'm trying to debug an error on a remote ASP.NET server. I've set <customErrors mode = "Off"> in the web.config but it does not give a detailed, non-filtered error but rather a standard generic error that tells me to set <customErrors> tag to off. Am I...more >>

Multiple Apps on Server Not Working
Posted by DJT at 11/11/2003 6:12:51 PM
I have 2 applications that are configured to work with ASP.NET (ie. app1.domain.com and app2.domain.com). App1 has been working (with infrequent aspnet_wp recycling) for quite awhile. Recently, I added app2 and now neither works properly. Whichever application is started first, the other app...more >>

changing from 'localhost' in the developer environment
Posted by Jery J at 11/11/2003 5:47:55 PM
When I execute my we page from the development environment, the displayed browser always says 'localhost'. How can I change that to be something else such as my server name or ip address?...more >>

manifest resource error
Posted by Steve Klett at 11/11/2003 5:17:08 PM
Hi- I added some files from 1 web application to another, during my initial build, i get this error: Resources 'error.aspx.resx' and 'Modules\Error.ascx.resx' have the same manifest resource name 'NTSdirect.Error.resources'. I don't understand how to interpret that. Does this mean anythi...more >>

Button Controls in user control does not post back.
Posted by sk2000 at 11/11/2003 5:03:57 PM
Hello All, I'm creating a web form with user controls in different HTML table cells (User Controls are place in the table cells at design time ). For some reason none of the Button type controls in the User Controls are causing a post back. Any other controls with 'AutoPostBack' set to...more >>

IIS Solution
Posted by Juan C Prez at 11/11/2003 4:50:01 PM
I'm planning to switch from Apache and Mysql to an ASP solution for a web site that i have, but in the meantime i'm wonder if microsoft have some kind of little IIS to let you programming something like MSDE for MSSQL Server?...more >>

Newbie : Setting Application Wide Data
Posted by Ash at 11/11/2003 4:44:39 PM
Where is the best place to define application wide data (not necessarily config settings), and why? eg. suppose I wanted to define an array of valid image file types (*.bmp, *.gif, *.jpg), is it best to store this as an application array in the global.asax, or set of XML nodes in the appSettings ...more >>

Textbox in ASP
Posted by Martin at 11/11/2003 4:37:33 PM
How can it be that TextBox.Text has an old value when I read it in to a variable and I can at the same time see the new value in my browser. I would guess that it has someting to do with a webpage lifecykle and viewstate but I cant figure out how. If anyone has experiences like this I would appr...more >>

using data from one to page to another
Posted by mike at 11/11/2003 4:33:44 PM
hello, I have pasted my code below. My issue is that I want the use to select an author from the drop down list and upon doing so i should navigate to another page and pull the full record. Any ideas? *********************************************************************** <%@ Page Language ...more >>

Conditioning include files ?
Posted by Andre at 11/11/2003 4:21:27 PM
I want to condition what include files are included in an web page (.aspx). Something like: if (condition1) { <!-- #Include File='file1.htm' --> } else if (condition2) { <!-- #Include File='file2.htm' --> } else { <!-- #Include File='file3.htm' --> } Is this posible in ...more >>

Web Server hangs
Posted by R-D-C at 11/11/2003 3:59:27 PM
We have a problem with sites developed using Visual Studio 2003 that doesn't occur with similar sites created in Notepad. Whilst browsing the site, occasionally the site hangs completely and the only way to get it going again is by restarting the web server. Are there any known problems along...more >>

.doc search
Posted by VLAD at 11/11/2003 3:47:42 PM
I have a folder with a lot of .doc files in it. Is possible to create search function for aspx page that will search those documents for specific information and will display names of the files found. Any suggestions? Thank you, ...more >>

LoadViewState works only when datagrid or datalist control not when TextBoxa and other server controls?
Posted by SSW at 11/11/2003 3:14:05 PM
Hi: In aspx.cs page i had written the code below. I have a button control and only create TextBox Control dynamically. LoadViewState is Never called. But when we put datagrid/DataList it works. Can any one help me with this? Thanks, SSW MCSD, MCAD, OCA --------------------------------...more >>

XML question
Posted by Brian Henry at 11/11/2003 2:20:30 PM
I haven't done much with XML yet, I just know XML reader can read xml, and xml writer can write... how do you update an element though!? any samples out there that would help, MSDN documents have so much stuff on them but nothing specificly says how to update... I'm tring to use an xml doc as a ...more >>

Directory.Move = Lost Session
Posted by Tony at 11/11/2003 1:58:55 PM
I'm porting an old Coldfusion based content and asset management system to ASP.NET (and oh, how good it feels to write REAL code again - was a C++ hack for 10 years, started doing coldfusion about 4 years ago - moving to .NET at the moment - C# rocks a fat one - it's real code :-)). Anyway, I'...more >>

iterate thru controls in Table Cells?
Posted by JDavies at 11/11/2003 1:57:50 PM
Hi All I am dynamically Creating DropDownList boxes for a Survey form. These DropdownLists are added to Table Cells programatically. I tried to loop thru the controls on the form but it doesnt seem to work right, the loop appears below: for each cntl in page.controls(1).controls ...more >>

Can't start ASP.Net project in Visual Studio.Net
Posted by Saber S at 11/11/2003 1:53:48 PM
When I try to begin an ASP.Net project in Visual Studio.Net I get an error message: "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services." I tried a solution at Microsoft at http://su...more >>

how to prevent component instantiation every time?
Posted by Jim Hammond at 11/11/2003 1:32:25 PM
Every time I call a method in a client-side assembly (component), it seems like the component gets instantiated again. More specifically, I have determined that the Init method is getting called every time. Is there a way to preserve the initial instantiation? Thanks, Jim ...more >>

How can I get a component to work in an ASP.NET application that works in a Windows Form?
Posted by Dean R. Henderson at 11/11/2003 1:19:13 PM
I have a DTS Package I am able to execute successfully from a Windows Form application, but I cannot get this to work from an ASP.NET Web Service, although the Web Service impersonates the same user the Windows Form runs under. When I run the Web Service, I make a call to "System.Security.Pri...more >>

working with HTTPRequest in Page_Load - problems.
Posted by jimlawton NO[at]SPAM getit.someotherway at 11/11/2003 1:03:06 PM
Hello, Hello I'm tinkering with .NET, and I like the idea of being able to use compiled c# in "code behind" even where the client side user doesn't have the .net framework installed, i.e. for general web based applications. So what I did was remove everything in the .aspx file except the ...more >>

Access control variables from image rendering aspx
Posted by Jeronimo Bertran at 11/11/2003 12:51:52 PM
I have a WebControl that stores information on the StateBag. Within this control I have a bitmap image which is rendered using another aspx page as the URL for the bitmap. I am basically using an Image tag and the programatically setting the URL to another aspx page. The Page_Load for the...more >>

Email and .aspx page....
Posted by spai NO[at]SPAM immunetolerance.org at 11/11/2003 12:48:42 PM
Hello there, I have crated an HTML mail with a button in the mail body, an a few values like the name of the person his city state..... When I click on the button I need the specific contents of the mail body to be moved to an test.aspx page, so the user does not have to type then again. ...more >>

Configuration errors when starting ASP.NET project
Posted by fred bliss at 11/11/2003 12:37:21 PM
Hi All We have a new server running the latest framework, windows server 2003 & IIS 6.0, and we're getting the following error when we try to load the app in IE. Server Error in '/webreporting' Application. ----------------------------------------------------------- -------------------...more >>

Multiuser issue
Posted by Tangent at 11/11/2003 12:27:35 PM
I have an application I developed that runs a number of stored SQL procedures to provide the user with a set of information specific to their user ID. The application runs well if only one person is on it. If there is more than one person, the application slows to a crawl and a number of er...more >>

"Server application unavailable" ...again
Posted by Andrew at 11/11/2003 12:00:11 PM
I'm getting this error again. I received it once before because of an XP Pro bug: I ran the batch file which patched the ASP user (perhaps some of you know the one) I'm not sure why it's recurring now. Can someone point me to a definitive list for sources of this error. It seems as though ...more >>

How to separate Interface dll and library dll
Posted by wpy at 11/11/2003 11:57:12 AM
I wrote aspnet application with code behind then compile it to dll. The web application will use class library dll that I wrote. After compilation, the library dll and interface dll will put together into bin. Now I want to put my class library dll into other folder together with other class libr...more >>

beginner-- what tool to write ASP
Posted by Wanjun Yu at 11/11/2003 11:40:34 AM
I am a beginner, my simple question is what tool to use to write ASP pages? Thanks. Wanjun ...more >>

ASP LinkButton and DataGrid only work on smaller DataSets
Posted by andreas.guder NO[at]SPAM thomson.com at 11/11/2003 11:29:46 AM
Hi: I am writing an ASP webpage that is supposed to export data from a DataGrid to Excel. I have a link Button on the page that is supposed to Redirect to the page that load the data. Now on smaller datasets this works fine, but as the data count gets larger, a white page is displayed. Sm...more >>

Mulit-Page database entry form
Posted by Jeronimo Bertran at 11/11/2003 11:20:05 AM
Hi, I have a database record with a very large number of fields that need to be entered so I need to write a data entry site using asp.net that will divide the fields into multiple pages. Once all the pages have been entered the user may save or cancel. How can I retain the values entered...more >>

open window a new window and retrieve data from it. C#
Posted by Cheryl at 11/11/2003 11:14:03 AM
Hi, I have encounter a problem.Language use is C#. I would like to open a new window (is a modal window, where I m not able to switch from parent window after this window is open)from the parent window , where there are 3 dropdownlists and a "OK" button. Upon clicking the button, this wind...more >>

Simple
Posted by André Almeida Maldonado at 11/11/2003 10:43:09 AM
Hy Guys... How can I take the values of the fields before the post of the form??? In ASP 3.0: request(field) In ASP.net: ?????? Thank's ...more >>

asp.net controls are trash
Posted by Tommy at 11/11/2003 10:38:39 AM
hello, if you want to build a website using asp.net, forget it!!!!! asp-controls are displaying wrong, if it viewed with a non-microsoft-browser--> big bullshit!!!! no one will help you to fix this problem <b>microsoft only want to sell her products-- silly money making</b> if i know t...more >>

HttpWebRequest Performance Q
Posted by George Durzi at 11/11/2003 10:20:16 AM
I'm using exchange WebDAV to retrieve a the Xml of user's contact list, then convert it to a DataSet, then display it in a DataGrid on my webform. The problem is that because I'm going over HTTP, the operation can take up to 15 seconds for people with many contacts in their contact lists. I'd ...more >>

Maybe silly, but thinking about concurrency issue in ASP.NET
Posted by homaneag NO[at]SPAM yahoo.com at 11/11/2003 10:17:45 AM
Hi, I'm thinking what will happen if two users access a page at the same time. If there are any local variable in the page, will this cause concurrency problem? Simarily, if this page need to call some functions, say logic.doSomthing(), and the class logic is a singleton (for simplicity), ...more >>

simple .net question
Posted by Paul M at 11/11/2003 10:02:30 AM
Hi there, ive just got a quick question in regards to .net builds. I have a web application that i've created, and all the VB files are crammed into 1 DLL file, which are my data access, and website classes are all put into one file. How can i do it so that i can separate these into different ...more >>

Session Length
Posted by Murray Foxcroft at 11/11/2003 10:00:05 AM
Hi all, My client, bless his soul, wants to know how long users of his ASP.NET web application (written by yours truly) spend logged in to the system. Now, I can log when he logs in, no problem, but being disconnected in nature, its hard to trap when then user effectively "closes" the session....more >>

Minimium NTFS ACL's for ASP.Net to run on IIS5
Posted by PM at 11/11/2003 9:57:50 AM
Does anyone know of a white paper that gives exactly what are the minimial NTFS ACL permissions to get ASP.Net v1.1 to work on Windows 2000 and IIS5.0, i have followed the instructions in the MS knowledge base article - 271071 http://support.microsoft.com/default.aspx?scid=kb;EN- US;Q27107...more >>

onclick firing twice for CheckBox and RadioButton...
Posted by alien2_51 at 11/11/2003 9:53:17 AM
Can some one tell me why the onclick is firing twice for the radion button and checkbox controls...? <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Testing.aspx.vb" Inherits="CustomerRelations.Testing" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <H...more >>

how to work with large Text and ADO.NET?
Posted by George Ter-Saakov at 11/11/2003 9:53:15 AM
I need to be able to log large requests. Data type TEXT in MS SQL. How do I insert record with that field? My understanding that if the text is larger than 8000 characters then I have to work with it differently. Am I correct? Thanks. George. ...more >>

validating input (Me.request.form.get(0))
Posted by Thierry at 11/11/2003 9:50:14 AM
Hi I have a form with two buttons (insert and delete) and I want to validate the input of those two buttons. How can I get the type of button in the validation function? Private Sub CValOrganisationName_ServerValidate Select Case Me.Request.Form.Get(0) Case ...more >>

Debug Problems
Posted by Michael Augustine at 11/11/2003 9:39:06 AM
I am having problems debugging an Web form app in .net. I am getting the following error message "Unable to Start Debugging on the Webserver. Catostrophic Failure." I think the problem has to do with the machine not being properly set up. What steps do I need to do to get a machine se...more >>

Ending all processes when application closes.
Posted by David Hirschfeld at 11/11/2003 9:36:55 AM
I have built an asp.net application that runs in explorer and does a bunch of screen scraping and posting to various websites using httpWebRequest and httpWebResponse. My application loops through various URLs, performing various jobs on specified websites. When I break the application i...more >>

how to call aspx variable from Javascript
Posted by Jade at 11/11/2003 9:30:27 AM
I saw some web page saying I could do it this way in javascript: var iNumber = <%#publicvarname [or] publicpropertyname %> but it doesn't seem to work. I have this piece of code here in javascript: <script language="javascript"> var sessionServer = "<%#jsTestServer%>"; alert(sessionS...more >>

Sub page_load
Posted by LU at 11/11/2003 9:24:07 AM
Why do I get different results when I use ? Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'code End Sub VersuS This Sub Page_Load 'code End Sub ...more >>

after .net framework install
Posted by LU at 11/11/2003 9:23:14 AM
General wise, security wise, etc. what should I do to the server after installing .NET? Do I use the configuration files? I've already put all the patches to the server....more >>

Passing Parameters to SQL and getting results back
Posted by Mike Dinnis at 11/11/2003 9:11:33 AM
Hi, I've been working through a number of turorials to try to learn more about retrieving data from a SQL database. I think i've mastered techniques where i create a sql string in the page and pass it to the Db and retrieveing data from a stored procedure, but I can't get the hang of parameter...more >>

session_end event
Posted by Mark Field at 11/11/2003 9:06:38 AM
Assuming that IIS is not restared, and that the web server is not restarted, should the "session_end" event in the global file ALWAYS fire or will there be times when it will not fire? protected void Session_End(Object sender, EventArgs e) { } Thanks in advance. Mark ...more >>

Forms Auth cross multiple sub domains
Posted by george d lake at 11/11/2003 8:54:38 AM
Hi, I have several company sites (a1.company.com, a2.company.com, a3.company.com, etc). Each site used a custom Forms Auth (all use the same code). I have been ask if there could be just one login screen and then have a menu of the different systems. So, the users would go to webapps.company.co...more >>

Web Installer project
Posted by Erik J Sawyer at 11/11/2003 7:38:53 AM
What's involved in creating a web setup project that installs directly in the root of a site (e.g. inetpub\wwwroot)? The project wizard always wants to create a virtual directory, and I don't want that. Am I stuck having to copy the files manually? Erik J Sawyer...more >>

Freeze pane
Posted by Jenny at 11/11/2003 7:33:04 AM
Hi all is there way to realise a function like EXCELs window/freeze pane within a scrollable panel of a website? Thanks for each help! Jenny...more >>

Make ASPX Pages Compile in a Different Namespace?
Posted by Steve - DND at 11/11/2003 7:26:57 AM
Is it possible to get my ASPX pages to compile in a namespace different than ASP? Why don't ASPX pages compile by default in the namespace of their code-behind? This causes me to have to import namespaces on every page in which I want to reference a class on another page, even if it's in the same...more >>

Application_OnEnd event not working
Posted by Edward at 11/11/2003 7:22:16 AM
I'm trying to understand how application_onend event in the global.asax works. I've hear a lot of explanations that this event fires when the HttpApplication shuts down after the last user's session has expired, how this event only runs when the IIS server has stopped, or that it's the CLR...more >>

How to Copy a File within an ASP.NET-Page
Posted by philipp.haenggi NO[at]SPAM rohner.ch at 11/11/2003 7:13:25 AM
Hi How can I copy a File within an ASP.NET-Page. The location of the file is a Network-Drive. I tried File.copy but it doesn't work. The error is "Could not find file ...". Is there a function where I can use another user (a network-user) and not the local user "aspnet"? Thanks for answe...more >>

How to download a file
Posted by Yuriy at 11/11/2003 7:07:04 AM
I have a .NET server button on a form. When the user clicks it, I'd like to (behind the scenes) create a pdf file containing the data that they're currently viewing, then somehow activate the "Do you want to download or save this file?" dialog. The pdf file I'm already creating. That's ...more >>

HttpPostedFile
Posted by torulf NO[at]SPAM programplatsen.se at 11/11/2003 7:05:06 AM
Hi! It seems the HttpPostedFile object can't save a file to a destination withing the web's structure. I want to upload pictures from a page and store them in a subfolder to the web folder (necessare to be able to show them on other pages) I can store the pics anywhere else on the serv...more >>

Run ASP.NET on Port 81
Posted by Steve Norman at 11/11/2003 7:04:46 AM
Hi All, Is it possible to run an ASP.NET website on any other port except the default of 80? We have a dev site set up on port 81, but when we try to run any ASP pages we get the default 'Runtime Error' message. The same page runs fine on the same machine on port 80. Any info on ...more >>

ListItem color change - RB
Posted by mg at 11/11/2003 6:49:13 AM
How can I change the color of the display text beside a single ListItem of a RadioButtonList when the associated radiobutton is selected - hopefully using C# in the codebehind of a WebForm? <asp:RadioButtonList id="RadioButtonList1" ........ > <asp:ListItem Value="Yes">Yes</asp:ListItem> ...more >>

this.Controls.Add()
Posted by Steve Gagliardo at 11/11/2003 6:46:00 AM
I am developing a series of custom controls which get added to a parent aspx container using the instruction this.Controls.Add( myControl ). The parent application creates an html table dynamically, and for each table row, adds upwards of seven custom controls per row, which are initially ...more >>

So, should I think no one has a solution to this?
Posted by ani at 11/11/2003 6:41:50 AM
I have been posting this question for the past 2 weeks and there wasn't any response. I really don't understand why I am not getting any responses. Does my question sound very stupid? Anyway, here I am asking again. Someone please please help me!! How do I add a radiobuttonlist within a d...more >>

How to bring Canlendar control from back to front?
Posted by tom at 11/11/2003 6:39:14 AM
Hi, I want a listbox below a hidden calendar control. The problem is that the listbox will shadow the calendar when the calendar is visible. How can I bring the calendar from back to front? Thanks in advance. ...more >>

RadioButtonList with TextBox
Posted by Philip Wagenaar at 11/11/2003 6:04:47 AM
As far as I can tell it is not possible to make a RadioButtonList with a textbox as an Item. Ie. 1. Yes 2. No 3. Other [ ] [ ] would be the textarea. When I put the textarea in the list: <asp:ListItem Value="6. Other">6. Other <asp:TextBox id="Textbox7" runat="server"></as...more >>

Hosting my web applications
Posted by Emad Ibrahim at 11/11/2003 6:03:34 AM
Hi, I have a multiple applications (and multiple domain names). I want to host all of them with one host under one account (to save on cost). Do you know of anyone that will let me host multiple applications under one account? Most hosting companies will only give you one application. Tha...more >>

Asynchronous Page Generation
Posted by Woody at 11/11/2003 5:42:36 AM
I read and understand the Asynchronous App. block. I also understand the .net "beginInvoke/callback" stuff. Has anyone done this: 1. Start an async Process to a slow data source 2. Partially build a web page generated from a fast data source (then immediately send the page portion to the...more >>

Needed help on SessionID in Global.ascx.vb
Posted by Mae at 11/11/2003 2:54:04 AM
Dear all, I'm new to Session.SessionID in Global.asax.vb I wanted to use the sessionID in "Application_AuthenticateRequest" to check for sessionID for each IE, for testing purposes I just put Response.Write(Session.SessionID), but it shows error message "Session state is not available in ...more >>

dialogbox postback problem
Posted by majid at 11/11/2003 1:52:16 AM
When i show a webform as a dialogbox using showModalDialog script any postback event in dialogbox cause a new window pops up . How can i control the postback?...more >>

Masked input control (or simulation of)?
Posted by {evin at 11/11/2003 12:40:43 AM
I'm currently working on what has turned in to something much larger that I wanted it to be. The upside is that I'm getting $$ to do it... but anywho. I currently have textboxes set up to capture phone numbers, I've also got regular expression validation in place to force the format of th...more >>


DevelopmentNow Blog