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 > august 2003 > threads for saturday august 23

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

Center cmenu on user control???
Posted by chaoy NO[at]SPAM pacbell.net at 8/23/2003 11:37:16 PM
Hi, I created a user control as my site header. The user control consists a custom control, cmenu. I have tried using table to center the cmenu, and no luck. The cmenu just uses top=xxx, and completely ignore the table. Currently I am trying to danamically center cmenu by code based upon ...more >>


Dynamically changing the regular expression of Regular Expression validator
Posted by VSK at 8/23/2003 10:59:57 PM
Hi all, I have a .ascx file with dropdownbox (SSN, EmpName) textbox submit button regular expression validator( controltovalidate is the above textbox) Now i want to change the Regular Expression of the validator based on the dropdownlist item selected. So i have written the following ...more >>

Basic ASP.NET question . . .
Posted by Lauchlan M at 8/23/2003 9:23:38 PM
I have an ASP.NET form. on the page load event, I get some stuff from a db and put the data in some text boxes, labels, etc. One of these is called, say, Field1 and the value of Variable1 is put into txtTextBox1.Text. I could also put Field1's value into a variable, Variable1. The user can ...more >>

Licence ASP.NET web application?
Posted by Arjen at 8/23/2003 9:20:55 PM
Hello, I have made an ASP.NET web application. Is there a way to create something that the ASP.NET web application only works till a given date. If it is the given date the ASP.NET web application may not work any more. This must be placed in the *.dll file so nobody can use it any more. ...more >>

Password protecting areas
Posted by Jon Agiato at 8/23/2003 8:18:48 PM
Hello all, I am new to ASP.NET and web development in general so please excuse the simplicity of the question. I want to be able to password protect certain portions on a web site. I am thinking that one would store the passwords in a database on the server, and simply check the users entry ag...more >>

Free PayPal IPN Component Made Available
Posted by Kevin Swarts at 8/23/2003 7:26:12 PM
nAlliance is giving away this PayPal IPN processing component written entirely in .Net. nIPN's programming interface is very easy to use, and follows where ever possible the guidelines put into place by PayPal. This component can be easily dropped into place into your existing website, and with ...more >>

Trouble on creating a new web project - UNC share does not exist or you do not have access
Posted by Simon Chung-Jen Chuang at 8/23/2003 6:26:09 PM
Hello, While I tried to create a new web project in VS.NET, I got the following error message: "Unable to create Web project 'Portal'. The UNC share 'E:\Project\Portal\Src\Web' does not exist or you do not have access." My server's OS is Windows 2000 Server. My steps are: In IIS: 1. creat...more >>

HtmlButton
Posted by Anita C at 8/23/2003 1:23:46 PM
Hi, I have an htmlinputbutton on a webform, which i want to disable /enable using code in the code behind file. How do I access the said button in the code behind ? Thanks. ...more >>



Server Application Unavailable
Posted by Jon Cosby at 8/23/2003 12:50:09 PM
I'm can't access my asp net applications. The only information I have is "Server Application Unavailable. The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request." I didn't have t...more >>

Catching Framework Errors
Posted by TonyG at 8/23/2003 11:45:53 AM
My site uses the fairly standard approach of trapping errors in the Application_Error event and dealing with them there. However, we occasionally get errors that are generated by the Framework itself and are this not trappeable by our ASP.Net code. A good example is if someone requests a p...more >>

Can a .aspx file be renamed to .htm?
Posted by Bruce W...1 at 8/23/2003 11:34:23 AM
Would the code-behind and all ASP.NET functionality still work if the ..aspx files had instead .htm extensions? I suppose it boils down to whether the page directives would still work. Thanks for your help....more >>

Server Application Unavailable
Posted by Petr PALAS at 8/23/2003 10:43:17 AM
Hi, when I open ANY ASP.NET application on my computer I get this message: ---------------------------------------------------------------------------- ---- Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Pleas...more >>

Hep -- Authentication issue
Posted by winnie_us99 NO[at]SPAM yahoo.com at 8/23/2003 10:12:41 AM
I am having issues with setting up the authentication for .net. I have an aspx page in e:\myApp. I have set the virtual directory "MyApp" in IIS and give IUSER_XXX and ANONYMOUS USER permission to read and execute. Also, ASPNET user has the permission to read and execute. I changed my web.con...more >>

Bind different rows to different data sources in data grid
Posted by ashish.dhar.b NO[at]SPAM bayer.com at 8/23/2003 8:02:37 AM
I have a parent-child relationship in db . for a parent P1 there are 4 children c1 c2 c3 c4 I want to show the data in data grid. I want the first row of the datagrid show the parent row and starting from row2 i want to show children, is there any way to bind show one row differently from oth...more >>

How to populate PlaceHolder
Posted by Yuriy at 8/23/2003 7:44:33 AM
Hello! I need populate PlaceHolder control dynamicaly and some of the control should be server controls and regular html controls. I try to do it but could not found methods to add javascript to it. There is a good approach to writing HTML elements to the output argument. We can use the Wr...more >>


DevelopmentNow Blog