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