Why aren't fonts small?
Thu, 11 Mar 2010 01:16:03 +1300
VWD2008
At http://www.gertes.com/pages/about/academic_research/ underneath each
photo I have grey text which I selected as "Small" font size. Does anyone
know why it is showing as the same size as the body text?
...
|
Re: OnClick Event name for Web page
Wed, 10 Mar 2010 08:54:20 -0000
"tshad" <tfs@dslextreme.com> wrote in message
news:%23ZpPeOAwKHA.3536@TK2MSFTNGP06.phx.gbl...
>I am trying to figure out the OnXXXX convention for an event.
<<>>
> So I can subscribe to my event in my Page_Unload as:
>
> Spinner1.OwnerChanged += car_OwnerChanged;
>
> But I can't seem to do the ...
|
Asp.net 3.5 with ajax ok locally (XP), but keep error on Win2008 6
Tue, 9 Mar 2010 23:28:01 -0800
Hi,
I've an application using .net 3.5 ajax and ajaxtoolkit. I've check on
development local XP-PC everything was ok. But when I deploy on server 2008
64bit, it keep come out javascript error message:
Sys.scriptloadfailed exception: the script /ScriptResource.axd?d=
............. failed to load. ... Mis ...
|
updatepanel, gridview, calendar
Tue, 9 Mar 2010 21:16:01 -0800
I have a gridview that is inside an update panel. In the gridview there is a
date field. In the Update mode, a calendar extender is used for a calendar
extender (the full template source below). Simple, effective, and very user
friendly when the update panel is not used.
<asp:Template ...
|
ASP.net vs PHP
Tue, 9 Mar 2010 16:56:01 -0800
I know there is a PHP for Microsoft databases. I am curious as to what is
the benefit of ASP versus PHP? DO you use PHP.net or just PHP? I have
developed PHP and MySQL and I also have developed some Access/SQL Server
databases. I have never done ASP but I have done some VBA.net. So can you
tell me a lit ...
|
Page lifecycle execution continues after server.transfer in 3.5 framework
Tue, 9 Mar 2010 16:04:08 -0600
I have noticed that after switching to 3.5 from 2.0 after a server.transfer,
the page lifecycle of the new page run but when its done, it comes back to
the original page to finish the page lifecycle there. this causes errors in
my web application.
is there a change in 3.5 that causes this issue?
page_loa ...
|
soap message
Tue, 9 Mar 2010 22:28:55 +0100
Hi!
Below I have a simple console program that is using the SoapFormatter to
serialize an object ShoppingCartItem into file.
Assume that we serialize this object by using SoapFormatter and sent it away
so it can be deserialized in another application on another computer. I mean
when we deserialize we do ...
|
|
|
Gridview button field only works on page 1 of grid
Tue, 9 Mar 2010 07:19:01 -0800
Hi all
I've got a gridview in a Visual Studio 2005, .NET version 2.0 web app, which
displays many records. The grid's AllowPaging and AllowSorting properties are
set to true with the grid displaying 10 records per page.
There is a buttonfield column in the gridview which fires the grid
rowcommand event a ...
|
This should work..
Tue, 09 Mar 2010 06:11:06 -0800
http://lynchtek.com/blog/post/2009/07/16/Script-to-create-ASPNETDB-Usefull-for-hosted-environment.aspx
There is a "Use ASPNETDB" statement on the top, without a "Create DATABASE ASPNETDB" first. If you just want the tables in a normal db (something i am usually trying to do), just comment out the use aspnetdb.
...
|
ASP.NET Session does not expire
Tue, 9 Mar 2010 03:28:01 -0800
I have an in-proc session managemet where session timeout set to 10 min.
I have a report viewer control which connects to the reporting services and
renders the report. This happens in server mode.
My question is if report is rendered and user does not perform any action on
UI
the session should expire but it ...
|