all groups > dotnet general > january 2004 > threads for saturday january 24
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
html referrer spoofing
Posted by Aaron at 1/24/2004 7:22:06 PM
i would like to make a page thats only accessible from a certain website.
so i did this
if
(HttpContext.Current.Request.UrlReferrer.ToString().Trim().StartsWith(http:/
/www.approveddomain.com))
method();//access page
else
accessdenied();
--------------
did i do this right? i kno... more >>
Cannot open derived form in design view if the base form is marked 'abstract'.
Posted by Yasutaka Ito at 1/24/2004 4:43:15 PM
Hi folks!
I have a BaseForm class that inherits System.Windows.Forms.Form. It has a
property, whose value I need supplied by the class that inherits it. The
BaseForm usees the value supplied into this property in its Load event.
So, I gave the BaseForm and the property 'abstract' modifier, a... more >>
Service pack, update of .NET?
Posted by Sims at 1/24/2004 4:19:16 PM
Hi,
I have one of the first version of .NET 2002 that came out, (i bought it
well over a year ago).
So i am assuming that there must be a service pack for it somewhere.
Where can i check my version(s) and update them? The check update function
does not work at all.
Many thanks.
Sims
... more >>
Issues!!
Posted by Shelly at 1/24/2004 3:35:22 PM
I am facing issues in Toolbar in VB .NET:
1) There is nothing like disabled image list in toolbar of VB .NET. If I
disable button on toolbar then I am not able to show disabled image even by
changing imageindex for the button.
2) I could not found Placeholder button style which can be used t... more >>
Images in HTML
Posted by T.Michelle at 1/24/2004 3:33:13 PM
We have few Mail templates (.html) which we
use to send mails.
We want to have some Logo in that ie ... when I send the mail to user the
image should go as in-line embedded
image in mail. I am not able to get this. I tried with
Message.Attachments.add ... but its sending the image
... more >>
Is this NG Still working?
Posted by William Ryan at 1/24/2004 3:04:35 PM
I'm probably doing something stupid, but no new posts have appeared since
the 22nd. I'll check the web interface, but just want to see if this shows
up.
--
Cordially,
W.G. Ryan
dotnetguru@comcast.nospam.net
www.devbuzz.com
www.knowdotnet.com
... more >>
MSDN Oct. 2003 replace Jan. 2002
Posted by Anony at 1/24/2004 2:22:54 PM
Hi All,
To save disk space, I want uninstall the MSDN Jan. 2002, which came with the
VS 2002, and install the Oct. 2003.
I'd like to know if the new MSDN works for the old VS 2002. I've read the
Readme.htm on the CD, but it doesn't mention this issue.
Thanks for any tip and kind regards,
A... more >>
Tablet
Posted by Angeliina at 1/24/2004 11:06:04 AM
Does anyone know if it is possible to add the same tablestyle to 2 different datagrids?
i have tried the following:
DGrid1.TableStyles.Add(TSCaraBooking)
DGrid2.TableStyles.Add(TSCaraBooking)
but i get an error that tells me :
An unhandled exception of type 'System.Argum... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|