Brwoser and screen width?
Sat, 04 Jul 2009 17:43:53 -0500
I'd like to know how wide the browser window is at any given time as
well as the screen width with ASP.NET. Is there an easy way to do
that? Thanks.
-John
John Baima ...
|
compiler is acting up
Sat, 4 Jul 2009 14:22:53 -0500
Hi Everybody,
I have a problem; I hope someone can help me. I have MS Visual
studio.net 2003. I notice that the compiler is acting up. Part of the
problem that I have is; when building the program and if there is an error
the pointer (on the left margin) will point to the wrong line of code.
I wonder if ...
|
CSS menu
Sat, 4 Jul 2009 18:35:06 +0100
I making my first attempt at using a CCS menu I went to a menu designer
website and adapted the graphics to suit my needs.
http://e-ictsupport.org/key.aspx
It works fine but not in IE6 when the dropdown part doesn't drop down
How can I ammend the code below to make it work in IE 6?
------------------ ...
|
validationsummary and masterpage
Fri, 3 Jul 2009 21:37:12 -0300
Im trying to put a validation summary inside a updatepanel in a masterpage,
then i need to addtrigers to this updatepanel in order to get the
validationsummary updating right for each control that i have in the content
pages. how can i do that?
...
|
Entity Framework - Reassigning child entity's parent
Fri, 3 Jul 2009 16:57:23 -0700 (PDT)
The following seems like a simple enough operation, but for some
reason I can't figure it out.
In a parent-child relationship I want to move a child to a different
parent. I figured that it would be as easy as
"Parent.ChildCollection.Attach(ChildToTransfer)" but it doesn't work.
All of the entities are attach ...
|
Accessing GridViewRow.DataItem outside of GridView databinding events
Fri, 3 Jul 2009 14:05:47 -0400
How do you access GridViewRow.DataItem without having to get to it inside
GridView events? I have a particular thing I am trying to do and forcing it
to be done inside gridviews events wont work.
...
|
xhtmlConformance mode="Strict"
Fri, 3 Jul 2009 08:31:00 -0700
I have the following line in my web.config file:
<xhtmlConformance mode="Strict" />
however the form element is still rendering with the "name" attribute. I
think a potential problem is that I am using precompilation for the site. Is
there a way for me to have the precompiler use strict mode?
...
|
|
|
DataList Edit Mode
Fri, 3 Jul 2009 21:54:41 +0800
Hi
May I know whether I can do the same with DataList as in DetailsView programmatically ?
myDetailsView.ChangeMode(DetailsViewMode.Edit);
Thanks
Peter
...
|
Gridview binding twice
Fri, 3 Jul 2009 06:27:08 -0700
All
This relates to .Net 2.0 using Visual Studio 2005.
I've got a gridview in a content page bound to an objectdatasource. The
datasource's SelectMethod calls on a function in a sub.
I do not call the gridview databind method on page load. However I do call
it after the user has filled out some fields ( ...
|
Custom PageHandler ???
Fri, 3 Jul 2009 02:20:53 -0700 (PDT)
Hi,
I have 2 pages: IntPage.aspx and StringPage.aspx with the classes
declared in their respective code behind files.
Both pages are declared in the root folder and work fine
Then I have a CustomPageHandlerFactory class (declared in the App_Code
folder):
public class MyPageHandlerFactory : PageHandlerF ...
|