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 > october 2006 > threads for saturday october 14

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

Anna Kubit: Please Beware of This Sociopath
Posted by Steve at 10/14/2006 11:58:06 PM
Hello all, My life was going good and really looking up. In February of 2006 I met a girl on the internet by the name of Anna Kubit, who also lives in Naples. We eventually met and she said she really liked me. She said she'd like me to take her to all the great places and out on the town. S...more >>

How do I make, store in memory and return spacer image in C#2.0/aspx?
Posted by Mark S. at 10/14/2006 8:18:35 PM
Hello, On a high volume page we have the following JavaScript: img = new Image() img.src = 'http://myserver.com/count.aspx?x=1'; and it works fine, but now we've added: img.onload = myImgLoaded and it fails on IE and FF. The reason being it's not returning a proper image, simply text. ...more >>

The lifecycle of Cache
Posted by Enosh Chang at 10/14/2006 6:20:56 PM
Hi all: I want to use System.Web.Caching.Cache in my web application, but I want to know the lifecycle of Cache (depending on Page, Session or Application ...). Thanks! Enosh ...more >>

server pushed events and asp.net? (ie comet)
Posted by Mad Scientist Jr at 10/14/2006 4:52:12 PM
are there any good examples of or tutorials on creating server pushed events (in either framwork 1.1 or 2.0, vb or c#) ? thanks ...more >>

Cant find Add New Item > Content Page?
Posted by Stanley Omega at 10/14/2006 4:45:31 PM
Hi there, I have created a master page using vs.net 2005. Now I try to add new item > content page and the template is not listed? Any ideas? Steve ...more >>

ISO Downloads
Posted by GaryDean at 10/14/2006 3:58:05 PM
I see that some ISO downloads from Microsoft, such as Vista are setup so they download through a Download Manager. But others, such as the 3.0 SDK do not. I'm an EarthLink customer so I have a flakey DSL connection that prevents long downloads. Is there any way to setup a "Download Manage...more >>

someone please help me with this.....
Posted by rn5a NO[at]SPAM rediffmail.com at 10/14/2006 3:41:11 PM
This is the second time I am asking this question in this newsgroup since I haven't got a solution or response from anyone in my previous post & I need to resolve this issue desperately. Sorry for the double post but I just didn't have any other option other than re-posting the same question in ...more >>

Using DLL in ASPX
Posted by rn5a NO[at]SPAM rediffmail.com at 10/14/2006 3:29:32 PM
Using VBC, I compiled a VB class file into a DLL named MyPro.dll. The namespace used in this class file is 'MyPro' & the public class is named 'MyClass'. This is the ASPX page which imports the namespace & instantiates the class 'MyClass' so that the ASPX code can invoke the different functions ...more >>



how to get user's UserId
Posted by Jeff at 10/14/2006 12:19:12 PM
Hey ASP.NET 2.0 I'm wondering how to get the users UserId (the uniqueidentifier value stored in the UserId column in aspnet_Users)?? I'm wondering because I want to add some more tables to the ASPNETDB.MDF database, and use the UserID as foreign key in this custom tables.... I can't ...more >>

Validation Groups
Posted by moondaddy at 10/14/2006 11:39:32 AM
How can I have a page with 2 different groups of controls (where each group of controls contain textboxes, validation controls and a submit button) and each group operate independently? for example, when the user clicks on the first submit button, it wont submit unless all the controls in gro...more >>

Seperate validation for seperate user controls on same page
Posted by moondaddy at 10/14/2006 11:32:44 AM
asp.net 2.0 I have a page with a tab control on it. Each tab has a different user control on it. each user control is used for different data entry (like separate data entry forms) and has its own validation controls and validation summary control. When I'm on the first tab, it uses all ...more >>

How to hide unused files?
Posted by brett at 10/14/2006 11:31:44 AM
Is there a way to hide files in VS.NET 2005 that are excluded from an ASP.NET project? In a winforms project, you there is a an option in the solution explorer to show/hide all files. Toggling it will show excluded project files. I can't find this for website projects. I always see the exclu...more >>

Accessing BODY element from server side code?
Posted by rolf.oltmans NO[at]SPAM gmail.com at 10/14/2006 11:28:33 AM
Hello, I've been trying to access the html element "Body" in my server side code. I've searched the archives of this group and have been able to put together an example that doesn't work :) Actually, I am want to raise an event at client side and want to perform some action on the server side...more >>

Access same Membership data from different projects
Posted by brown at 10/14/2006 7:55:27 AM
Is it possible to access the authenticated user data using the Membership and MembershipUser classes from an asp.net 2.0 project that doesn't contain the login controls? For example, one project logs users in with the login controls. Another project in a subfolder (so only accessable by authen...more >>

what is best approach doing this?
Posted by Jeff at 10/14/2006 4:06:27 AM
Hey ASP.NET 2.0 I'm about to create a UserControl for my web project, but I'm wondering if I need to create 2 UserControls instead. Because these UserControls will be very similar, the only difference between them will be that one of these UserControls are containing a control (also bein...more >>

How to swapp the default Membership Provider?
Posted by thomas at 10/14/2006 2:49:55 AM
Hello All, How to change the default Membership Provider during the runtime? I know I can reference any provider I want, e.g.: provider = Membership.Providers["MyMembershipProvider"] but the question is how to change the default one, so all those new, cool controls can start using the one...more >>

Open external web page inside contentplaceholder using master page
Posted by news.sbcglobal.net at 10/14/2006 2:40:47 AM
Back in the good old days (or bad old days depending on your point of view) when I used frames to develop some of my web sites, I was able to designate which frame I wanted a page to open in. Now that I'm learning ASP.NET 2.0, I'm having some trouble figuring out how to do something similar. ...more >>


DevelopmentNow Blog