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:652694
More Search Options
RSS Available
Matching Posts
Re: Sys.loader with jquery click definitions
Hey Jim, Thanks for the info. What about a situation where you had a function that is called when numerous places on a page are clicked. This function would dynamically load additional html / data to the page and lazy load the jquery.misclicks.js file. Each time the function was called, would the file be loaded over and over? That is the reason I was wondering what to use for the isLoaded so the file is not loaded repeatedly. Thanks!
Posted to
ASP.NET Ajax Library (Including the Ajax Control Toolkit) BETA
(Forum)
by
neo302
on 12/9/2009
Re: Sys.loader with jquery click definitions
Hey Jim, I'm still confused about something. click.js << Javascript file $(".clickTest").live("click", function() { alert('click test clicked'); }); registertest.js << register file. I can see that it gets loaded w/ VStudio. Sys.loader.defineScripts(null, [ { name: "theclicktest", releaseUrl: "%/../myTest/click.js", debugUrl: "%/../myTest/click.js", dependencies: ["jQuery"], isLoaded: !!(window.jQuery) } ]) No matter
Posted to
ASP.NET Ajax Library (Including the Ajax Control Toolkit) BETA
(Forum)
by
neo302
on 12/9/2009
Sys.loader with jquery click definitions
Hello, How would you use the Sys.loader functionality with a javascript file that defines a bunch of jquery click commands? In particular, how to you setup the file so it knows its loaded? The file doesn't contain javascript functions. EX: jquery.misclicks.js File: $('.theclass').click(function() { alert('i got clicked'); }); $('.theclass2').click(function() { alert('i got clicked 2'); }); $('.theclass3').click(function() { alert('i got clicked 3'
Posted to
ASP.NET Ajax Library (Including the Ajax Control Toolkit) BETA
(Forum)
by
neo302
on 12/8/2009
Re: AJAX Tab control reporting wrong tab id after hiding tab?
latest version of the control toolkit fixes this.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
neo302
on 10/30/2009
AJAX Tab control reporting wrong tab id after hiding tab?
Hey, I'm using the AJAX control toolkit tab control. On page init, if I hide say the third tab, when it hits the active tab changed, it reports the wrong tab. private void Page_Init(object sender, EventArgs e) { if (!Page.IsPostBack) { tabThree.Visible = false; } } protected void tabContainer_ActiveTabChanged(object sender, EventArgs e) { // this tab information is wrong when a tab is hidden string strID = tabContainer.ActiveTab.ID; } Any ideas? Using the index would be a pain b/c the index changes
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
neo302
on 10/29/2009
Re: AJAX Tab control reporting wrong tab id after hiding tab?
hmm, it's working right on another machine. I'll research some more.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
neo302
on 10/29/2009
Re: Windows 7 Unable to load masterpage correct in codeview bug?
Hey, The project was initially built in XP, then Vista for a long time (VS 2005), then moved to Win 7 (VS2005), then to VS 2008. I don't think the upgrade had much to do with it b/c I had another project that started with VS 2008 (no other VS used) and when I set it to Admin mode, it was messed up as well with the masterpage error. When I took it out of Admin mode, it worked as expected. Thanks
Posted to
Visual Studio 2008
(Forum)
by
neo302
on 10/1/2009
Windows 7 Unable to load masterpage correct in codeview bug?
Hey, This may be a bug, not sure. Anyways, I'm running Windows 7 & VS 2008. I got the yellow screen unable to load masterpage ... correct in codeview screen, over and over. I was in the middle upgrading a project to 2008 and changing a lot of references so I thought I may have messed it up. This took place over a few days. After spending a lot of time trying to find what I could have messed up, I realized I also changed at some point, Win7 to start VS 2008 in Administrator mode. After switching
Posted to
Visual Studio 2008
(Forum)
by
neo302
on 9/30/2009
Separate Info from posted bytearray. Please help
Hello, There is a pretty popular helper called uploadposthelper being used: http://code.google.com/p/nascomaslib/source/browse/trunk/src/be/nascom/flash/net/upload/UploadPostHelper.as?r=7 It allows you to take a fileName, byteArray, and parameters object as input and return ByteArray post data suitable for a UrlRequest as output. When POSTing the bytearray to a page, with ASP.net you appear to have to receive the data as an inputstream. The problem is I don't know how to get the individual info
Posted to
Web Forms
(Forum)
by
neo302
on 7/2/2009
Re: How to get Radiobuttonlist inside of webusercontrol Selected Value using Javascript
It works awesome NC01! Thank you for your help!!!!
Posted to
Client Side Web Development
(Forum)
by
neo302
on 7/10/2008
Page 1 of 9 (81 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online