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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|