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:650054
More Search Options
RSS Available
Matching Posts
Re: Dynamically Adding Header To Masterpage From Usercontrol Only Works In IE
Yes, that code works. My problem is that the code that adds the control to the header is in the code behind of a user control. If the code is in a .aspx page then it always works. If it is in a user control then it always works with IE but only sometimes runs with FireFox/Safari/Chrome. Its as if the page life cycle is confused somewhere if the browser isn't IE.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Ashiki
on 6/10/2009
Re: Dynamically Adding Header To Masterpage From Usercontrol Only Works In IE
This is on the page load though, when the page first loads, no postbacks yet.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Ashiki
on 6/5/2009
Dynamically Adding Header To Masterpage From Usercontrol Only Works In IE
Hi, I have a user control that in it's page load dynamicaly adds a Literal control to the header of the masterpage: Dim ltljQuery As New Literal ltljQuery.Text = "<script type=""text/javascript"" src=""http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js""></script>" Dim m As MasterPage m = Page.Master m.Page.Header.Controls.Add(ltljQuery) Now, this works fine. However, I noticed that when using any browser expect IE this
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Ashiki
on 6/5/2009
Re: LINQ to XML - error when node does not exist
OK, that seems to do the trick. Many thanks!
Posted to
XML and XmlDataSource Control
(Forum)
by
Ashiki
on 11/23/2008
LINQ to XML - error when node does not exist
How do I handle errors when a node does not exist? So I have the LINQ query: Dim myProductsXML = XDocument.Load("C:/XMLFile.xml") Dim Products = From Product In myProductsXML.Descendants("Offer") _ Select ProductName = Product.Element("ProductName").Value, _ ProductSummary = Product.Element("Summary").Value Repeater1.DataSource = Products Repeater1.DataBind() - works fine, brings back a collection which is databound to a repeater, but sometimes the "Summary"
Posted to
XML and XmlDataSource Control
(Forum)
by
Ashiki
on 11/21/2008
Re: History control in Safari and Chrome
Works fine in IE and Firefox. It looks like the unique URL, which is auto-generated by the history control so the page can be put in the browser's history, is not working. The URL does not change.
Posted to
ASP.NET Futures
(Forum)
by
Ashiki
on 10/7/2008
History control in Safari and Chrome
I've noticed that the history control doesn't seem to work in Safari or Chrome. Is this a known issue and is there a work around?
Posted to
ASP.NET Futures
(Forum)
by
Ashiki
on 10/6/2008
Re: Huge Log Files
Well, you can create backups with the Express edition, but there's no SQLAgent - so no scheduling is built in.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Ashiki
on 5/13/2008
Re: Huge Log Files
OK, I was thinking that might be what it is. The databases are all set to simple recovery mode though. Pity there's no way to automate back-ups in SQL 2005 Express.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Ashiki
on 5/12/2008
Huge Log Files
I have SQL Server 2005 Express Edition with Advanced Services running on a small web server. It all runs fine, but every now and then the log files grow and grow and eventually use up all the disk space of 30GB. As a quick fix, restarting SQL a couple of times clears out the logs and everything is up and running again. Any ideas on how to stop this happening?
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Ashiki
on 5/9/2008
Page 1 of 5 (43 items) 1
2
3
4
5
Next >
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online