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 2007 > threads for saturday march 31

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

xhtml 1.1
Posted by Luke at 3/31/2007 10:00:06 PM
hope somebody can give me an answer, why asp.net website that i designed with xhtml 1.1 target schema using visual studio.net 2005 didn't display correctly on internet explorer, firefox and opera? thanks, ...more >>


EntLib 2.0 DAAB - Where did my RowsAffected property go?
Posted by Mike at 3/31/2007 7:42:03 PM
The DBCommandWrapper class doesn't exist in Enterprise Library because it's properties/methods have been relocated to other classes. Where did the RowsAffected properties go? I can't find this property anywhere? I use this property when, for example, calling SQL 'Update' stored procedures...more >>

Formview FileUpload and ObjectDataSource
Posted by Chris at 3/31/2007 5:58:35 PM
I want do my insert to a database using a formview bound to an objectdatasource. I also want to upload a file. I'm quite new to and this is just test code but Is there any way I can pass the file as a byte array and manipulate it in my business object. Currently what I have is this, but my b...more >>

Class files and performance
Posted by Chris at 3/31/2007 3:47:55 PM
Are there any performance/general issues with putting classes in the .vb files in the app_code folder rather than compiling them into assemblies ...more >>

Dropdownlist and OnMouseover Event using Ajax
Posted by Deepa at 3/31/2007 1:32:01 PM
Hi All, I have a webform in asp.net framework 1.1 where the dropdownlist is populated with list of locations from the database. The depending on the list selected, the user will be able to see functions associated for that location. Ex: Location: Charleston Functions: Add, Delete, Ca...more >>

.NET Generic + MembershipUserCollection
Posted by Jeff at 3/31/2007 12:42:35 PM
ASP.NET 2.0 This is a generic class List<Contact> contacts = Contact.GetContacts(profile.UserName); Every Contact object holds info about a UserName from aspnet_Users. So Contact.GetContacts selects all users in aspnet_Users (well, it don't select everytime, it mostly uses cache, so it is f...more >>

autoscroll to bottom
Posted by MikeB at 3/31/2007 9:44:38 AM
Hello all, I am trying to get my web page (asp.net 2.0) to scroll to the bottom automatically on a post back. The code I used previously dosn't appear to work anymore. Can someone please help? Here is what I used before: ...more >>

Populating DropDownLists with AJAX - Beginner
Posted by 47computers NO[at]SPAM gmail.com at 3/31/2007 9:35:36 AM
I have a couple of DropDownLists in a DetailsView control (your classic country/state lists) and I need one to be populated based on the current selection of the other. Currently this works fine with a postback, but an AJAX solution would be a better way of doing things. I've been googling ar...more >>



IHttpModule and User.IsInRole
Posted by trullock NO[at]SPAM hotmail.com at 3/31/2007 4:50:06 AM
Hi, Ive written a URLRewriter IHttpModule which all works fine. I've come to make a change to it which involves deciding where to redirect based on what role a user is in. HttpContext.Current.User is null however in my ihttpmodule's beginrequest event :( Should it be? If so, is there a diffe...more >>


DevelopmentNow Blog