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 > december 2003 > threads for sunday december 28

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

Inheriting class with private constructor
Posted by Michael Carr at 12/28/2003 11:22:22 PM
Does anybody know how to inherit from a class with a private constructor? I am trying to inherit from DataRow as follows: public class MyDataRow : DataRow { private MyDataRow() { } } When I compile this, I get "No overload for method 'DataRow' takes '0' arguments" Any ideas? ...more >>


how to password protect site?
Posted by Tim Zych at 12/28/2003 10:58:57 PM
I want to password protect my site. In order to access it, one would have to login with a username and password. How can I do that? ...more >>

<form target="UseIt" action="https://www.abc.com/cgi-bin/routines" method="post">
Posted by nm at 12/28/2003 10:32:05 PM
I have the following code: <form target="UseIt" action="https://www.abc.com/cgi-bin/routines" method="post"> <input type="hidden" name="day" value="tues"> <input type="submit"> </form> What I want to do is execute it immediately without the user pressing a button or do...more >>

Retrieving The Application Name Programatically
Posted by Mike P at 12/28/2003 9:31:41 PM
Hi, During loading of the Global.asax, I need to get back the "application name" that is configured in IIS. I have scoured the Http classes but there does not seem to be any way to get to it. I know in IIS 6.0, I could retrieve it through metabas.xml but I need this solution to work on Windows...more >>

license an asp.net server control (DLL)
Posted by TJS at 12/28/2003 9:21:22 PM
trying to implement example of how to license a server control from this artricle but no luck. the "readme" file referred to in article, was not in the download and I have not been able to get examples to work. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspn...more >>

Registry Tweaks In XP or 2k3Server
Posted by mayur at 12/28/2003 9:12:47 PM
I can get windows cd-key from registry in MS WIN98 or WIn2K How can i retrive it, in WINXP or WIN98. Tell Me. ...more >>

Using javascript return confirm function within asp.net sub
Posted by Kathy Burke at 12/28/2003 8:09:53 PM
I'm trying to use the following code to use a javascript return confirm. Cancel would exit the sub and return the page to its history (-2). OK would proceed with the asp.net code, i.e., run the Complete() sub. This is within a page that will take me quite a while to test, so I'd like to know...more >>

Tool to Monitor response/request's
Posted by Captain Chaos at 12/28/2003 6:57:35 PM
Hello Is there a tool where I can see what responses/request are made by the InternetExplorer. For example if i do an windows.open() in one of my pages, then I want see that this is fired and the Data.... etc. Any hint ? ...more >>



Crystal Report Picture
Posted by Amr Moselhy at 12/28/2003 1:06:29 PM
Hi Everyone i m trying to create a crystal report that contains a picture and this picture differs according to certain database information . the name of the picture to be included in the report comes from the database. the problem is that the picture can be added only in the design time , cha...more >>

form problem
Posted by shahzad at 12/28/2003 11:43:09 AM
i have 2 user controls and a html table with 3 rows when i put header and footer in 1st and 3rd row respectively it never gets rendered acordingly it always shows footer over header that is in 1st row according to someone's advice i have removed all style attributes from user control 3 and fr...more >>

deploying database and asp.net app on separate/same servers
Posted by Michelle Stone at 12/28/2003 10:55:43 AM
I am about to deploy our application on the Internet. We will be moving our server (containing IIS and our asp.net application) to the DataCentre of our country in a few days for being online. Which would be a better configuration? 1. Putting both IIS and SQL server on the SAME machine?...more >>

Accessing JavaScript function in codebehind
Posted by Vinod Kumar at 12/28/2003 5:59:55 AM
Hi All, Can I access a Javascript function written in an ASP.NET from the codebehind (C#) of that page? If yes, kindly give the code snippet to do this. Thanks and Regards Vinod Kumar *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USEN...more >>

More problems with IDE and documentation
Posted by Lloyd Sheen at 12/28/2003 4:57:42 AM
I have been adding client code manually but upon reading some of the docs I notice that I should be able to create the stub for events in client script using the IDE menus. Now this would save time (something an IDE is supposed to do), but like way too many things in the VS 2003 IDE it will no...more >>

Cannot add a Web Reference in Vb.net Version 7
Posted by Chip at 12/28/2003 3:42:35 AM
I installed a new VB.net Standard version. When using the add web reference dialog I can navigate to a web service page and view the WSDL in the leftmost browser panel yet the services never appear in the right panel to Add. Instead I get a "cannot connect to remote server" error. I am tr...more >>


DevelopmentNow Blog