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 > march 2008 > threads for saturday march 8

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

I seek your advise: XP or Vista for a Development Machine?
Posted by David at 3/8/2008 10:24:04 PM
I purchased a Dell for development and selected Vista Business as the OS. I am mostly working on ASP.net, Visual Studio 2005/2008, and SQL 2005. I am considering a switch back to XP pro (Dell will swap the OS) due to software compatibility and file permission issues with Vista. My Obser...more >>


Syntax Help - ASP.NET & javascript
Posted by Mike at 3/8/2008 8:17:02 PM
Hi. I have a unique problem. I have some HTML which displays correctly when I input it into an aspx page or html page. But when I use javascript's document.write() to write the html directly to the page, I get a script error. The nature of the program requires me to use document.write() ins...more >>

ListView EditItem Bug?
Posted by KierenH at 3/8/2008 8:05:00 PM
If you set the EditIndex of a listview to 0, and then try and get the EditItem, it is null. EditIndex is documented as being zero-based. Stepping into the code you can see: public virtual ListViewItem get_EditItem() { if ((this._editIndex > 0) && (this._editIndex < this.Items.Count)...more >>

VS2008 using SQL2k as membership provider?
Posted by rockdale at 3/8/2008 4:45:14 PM
I have spent half day on this issue already, do not know what's wrong. Please help. I am trying to use SQL2k instead SQM2k5 express as my membership provider. but when I try to config it using asp.net configuration tool, I got the following error: There is a problem with your selected da...more >>

how to automatically show user he's been logged out
Posted by Keith G Hicks at 3/8/2008 1:23:54 PM
asp.net 2.0 I have set my web.config as follows: <forms timeout="30"/> (I know that's the default but I may chang it so the line's in there) I also have a few cookies I'm setting on my login page to hold the UserName, UserID and the value of another field in my db so that as the user is nav...more >>

dynamically binding a field in a Gridview
Posted by Robert Smith at 3/8/2008 11:41:02 AM
Hi, I would like to bind a datafield in gridvew dynamilcally because I want to use the same grid for 2 different datasets. The column names in the dataset are the same for both. In dataset 1 I have a column called AgencyName, in dataset 2 I have a column name called AdvertiserName both i...more >>

ASP.NET Theme ignored
Posted by Apope56 at 3/8/2008 10:32:06 AM
Does anyone know why dotnet would ignore themes on a particular website? I created a dummy website and added themes to it and it worked OK, but when I try to theme my existing site, the theme is ignored. (No css links are even created in the HTML markup.) Yet the site compiles fine. I'm ...more >>

q: How to get search engines crawl data
Posted by JIM.H. at 3/8/2008 8:29:01 AM
How to get search engines crawl data I have a web application that uses user controls and pulls data directly from database and shows it to users in the internet. So there is not html that has the data, if I need to get Google or other search engines to crawl these pages, what are my options?...more >>




DevelopmentNow Blog