all groups > asp.net > march 2008 > threads for sunday march 23
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
500- Internal server error with ASP.NET DLL
Posted by deepak at 3/23/2008 10:52:02 PM
Hi All,
I created a dll of an aspnet application in a server (say server 1)after
building the application in relase mode with debug=false in its wbconfig .
Later i copied this dll in other server(say server 2) and when some outside
system wants to use this dll he gets error as 500 Internal... more >>
Help With CSS Selectors
Posted by Nathan Sokalski at 3/23/2008 10:00:07 PM
I apologize for asking an ASP.NET newsgroup a question about CSS, but I do
not know of any CSS newsgroups. I have a page with many areas that are
composed of the following elements in the following layout:
<td class="mystyle">
<a></a>
<span></span>
<img/>
<span></span>
</... more >>
DropDownList Question
Posted by Just Me at 3/23/2008 4:34:45 PM
Im sure there is a perfectly rational answer to this, I must be missing it
though. A dropdownlist with autopostback turned to 'true'. Notice in the
following list, items 0 and 1 valus are set to "0" and 2 and 3 are set to
"2".
If I select the last item, and it posts back, the third one get s... more >>
DataContractJsonSerializer and inherited objects
Posted by Dave Sanders at 3/23/2008 2:11:24 PM
I have an object that has a [DataContract] attribute on it and several
[DataMembers]. This object inherits from another object that does NOT
have any data contract attributes, but whose properties trickle down
into the object I'm trying to serialize. This makes the serializer
give me errors te... more >>
ASP.NET charts
Posted by raj@aol.com at 3/23/2008 1:33:15 PM
i need to find a good charts package or a way to show charts for financial
data.
can anyone suggest a good package that is easy to use or suggest any other
method.
google charts?
xceed?
dundas?
....
thanks... more >>
User Profiles
Posted by Ed at 3/23/2008 9:58:01 AM
I have started creating an application where I make use of User Profiles,
to allow users to enter information about themselves. I now find that
I wish I could create an "Administrator" account that will allow the
administrator to change or edit profile data that a user has placed in their
pro... more >>
Web Browsers Append "/" to URL
Posted by Mike at 3/23/2008 6:25:01 AM
This question isn't a true ASP.NET-related question, but I don't know where
else to post it.
Why do web browsers automatically append URL's with a forward-slash (/)?
For example, if you type http://www.amazon.com into your web browser, your
web browser will change it to http://www.amazon.c... more >>
|