Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:784415
More Search Options
RSS Available
Matching Posts
MasterPage and MainHeader image reloading on postback
The problem is simple: every page belonged to the same master page that define the main header (in particular the navigation tabbed bar). When i navigate from one page to another, all images are reloading. I thought that since IE7 images were not reloaded when cached. I use VS2008 and it's server, asp.net 3.5. Thanks for you help Nicolas
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
legal101205
on 10/30/2009
Re: MasterPage and MainHeader image reloading on postback
Hi, and thanks. For example, with firefox images are not reloaded and the header images are displayed while the page is refreshing. Yes i use CSS but consider two simple pages with HTML only. When navigating from one to another (through the navigation tab) the tabs images are reloaded (the header images too like logo...). On Firefox, images are not refreshed. Is it possible to get the same firefox behavior with internet explorer ? You solution give the same problem : the images are reloaded whenever
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
legal101205
on 10/30/2009
Re: MasterPage and MainHeader image reloading on postback
No, the cache is enabled to "automatically".
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
legal101205
on 10/30/2009
Re: Calling CheckedChanged on uncheck
If ViewState is unable, the CheckedChanged event will always be raised when checking the checkbox change the default checkbox's Checked value. For example, by default, a checkbox is unchecked. If ViewState is not enabled, the CheckedChanged event will always be raised when unchecking the checkbox because a change is detected comparing default (false) value to new value (true). If ViewState is enabled, the new value will be compared to the last value (an not the invariable default value) and CheckedChange
Posted to
Getting Started
(Forum)
by
legal101205
on 6/24/2009
Re: Calling CheckedChanged on uncheck
No, you are not crazy. Read MSDN article http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.checkbox.checkedchanged.aspx . The CheckedChanged event is raised when the value of the Checked property changes between posts to the server. This event does not post the page back to the server unless the AutoPostBack property is set to true . Run the dedicated example: Use a breakpoint and check for the checkboxchanged event. It's fired whenever the checkbox is checked or unchecked. From
Posted to
Getting Started
(Forum)
by
legal101205
on 6/23/2009
Re: GridView.HeaderRow == null ??
Certainly too late. HeaderRow is null when your datatable is empty ! No gridview displayed ^^
Posted to
Data Presentation Controls
(Forum)
by
legal101205
on 6/13/2009
Re: How do you DataBind SelectedValue of dynamic DropDownList control?
protected void GridAdmin_RowDataBound( object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { int dropDownListColumnIndex = 2; // 2 is for example, and would represent the index of the column in your AdminGrid to which the DropDownList belongs PlaceHolder place = e.Row.FindControl( "VarPlaceholder" ) as PlaceHolder; DropDownList listUsers = new DropDownList(); listUsers.DataSourceID = "DataUsers" ; listUsers.DataTextField = "UserName"
Posted to
Web Forms
(Forum)
by
legal101205
on 6/3/2009
Re: GridView display in Internet Explorer 8 - compatibility view needed ?
Yes and not... for localhost! http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx Note When configured to load Intranet pages in Compatibility View, Internet Explorer makes an exception for pages loaded using the localhost address or a loopback address . Pages loaded using one of these techniques are displayed in IE8 mode when the <!DOCTYPE> directive specifies a standards-based document type.
Posted to
Web Forms
(Forum)
by
legal101205
on 6/2/2009
Re: GridView display in Internet Explorer 8 - compatibility view needed ?
No css here. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1- transitional.dtd"> < html xmlns= "http://www.w3.org/1999/xhtml" > < head >< title > </ title ></ head > < body > < select name= "DropDownList1" id= "DropDownList1" > </ select > </ body > </ html > Surprising that googling don't bring any help, and this forum developpers
Posted to
Web Forms
(Forum)
by
legal101205
on 6/2/2009
Re: GridView display in Internet Explorer 8 - compatibility view needed ?
No change.
Posted to
Web Forms
(Forum)
by
legal101205
on 6/2/2009
Page 1 of 3 (27 items) 1
2
3
Next >
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
Channel 10:
Office 2010 "5 Rules" Presentation
Channel 10:
30% off Expression Web 3 until Dec 28th
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
TechNet Edge:
UAG reaches RTM
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online