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:654452
More Search Options
RSS Available
Matching Posts
Re: document.write an img and pageLoaded event
Yeah...we already do that with GA. With Omniture though, you include a script file from their server which collects the analytics info and performs the document.write directly (kinda like inline script). So, we don't have a method that we can call to manually trigger the collection of info.
Posted to
ASP.NET AJAX UI
(Forum)
by
Jason Hill
on 10/28/2008
Re: document.write an img and pageLoaded event
Thanks for the info. We don't have control over the script so can't change it to avoid using document.write. I am sure Omniture have ajax support so I guess we just need to go hunting for that.
Posted to
ASP.NET AJAX UI
(Forum)
by
Jason Hill
on 10/28/2008
document.write an img and pageLoaded event
Hi, We are integrating with another site that uses Omniture SiteCatalyst to track site activity. SiteCatalyst uses a JS include file to dynamically output an image pulled from the Omniture site using document.write. We want to change it to track activity for full and partial postbacks and are hooking into the pageLoaded event of the PageRequestManager object to dynamically output the script includes as follows: var script = document.createElement( "script" ); script.type = 'text/javascript'
Posted to
ASP.NET AJAX UI
(Forum)
by
Jason Hill
on 10/27/2008
Re: SOAP response getting truncated to 64 KB when soap fault occurs
In the web.config, after the system.web section, add the following: <system.net> <settings> <httpWebRequest maximumErrorResponseLength="-1" /> </settings> </system.net> -1 means unlimited but you can use any value in there for the number of bytes. Jason
Posted to
XML Web Services
(Forum)
by
Jason Hill
on 9/17/2008
Re: ModalPopupExtender - Several targetIDs
You can use the BehaviorID attribute of the modalpopup, e.g. <asp:ModalPopupExtender BehaviorID=”MyModalPopup”... and then you can use that ID in the javascript code: var popup = $find(‘MyModalPopup’);
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jason Hill
on 9/6/2008
Re: keeping the modal popup displayed on post-back
You need to make sure that the button in the modal popup is contained in an update panel so that an ajax postback occurs rather than a full page postback.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jason Hill
on 8/11/2008
Re: Store ViewState in the Database instead of Hidden Form Field
Yeah...that is what I was expecting to see when you mentioned server.transfer. I haven't used it so don't have much insight. I think you can pass a parameter to indicate whether you want form data carried across. Specifying "false" might fix the problem but would cause problems with your app if you are expecting the form data to be carried over. It might be possible to tweak the code so that you generate a new viewstate ID for the page that you have trsansferred to instead of using
Posted to
Tips & Tricks
(Forum)
by
Jason Hill
on 7/24/2008
Re: Store ViewState in the Database instead of Hidden Form Field
Thanks for the feedback. I have removed the GetMacKeyModifier() and GetLosFormatter() methods as they are redundant. They were used in a previous implementation but have been superceded. We don't use Server.Transfer at all so I can't provide much help with that. Did it still work OK or did you encounter problems when using Server.Transfer?
Posted to
Tips & Tricks
(Forum)
by
Jason Hill
on 7/22/2008
Re: Store ViewState in the Database instead of Hidden Form Field
Um...the code I provided is a custom implementation of PageStatePersister.
Posted to
Tips & Tricks
(Forum)
by
Jason Hill
on 7/22/2008
Re: checkboxes in ItemTemplate and degraded performanace
As requested, I have added a post to Tips & Tricks that explains the database approach and includes all the code to implement it. http://forums.asp.net/p/1293397/2504654.aspx Cheers, Jason
Posted to
Data Presentation Controls
(Forum)
by
Jason Hill
on 7/22/2008
Page 1 of 48 (479 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online