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:644372
More Search Options
RSS Available
Matching Posts
Re: Web user control call windows.onload method
here's the code: web user control: function window.onload() { map = CreateMap($( '<%=map.ClientID %>' )); var point = new GLatLng(parseFloat($( '<%= hiddenLat.ClientID %>' ). value ), parseFloat($( '<%= hiddenLon.ClientID %>' ). value )); map.setCenter(point, 5); } I execute the page and the code is this (there are two methods with the same name): function window.onload() { map = CreateMap($( 'RealTimeObject2_map' )); var point = new GLatLng(parseFloat
Posted to
Client Side Web Development
(Forum)
by
jVela
on 3/25/2008
Web user control call windows.onload method
Hi, I have a web user control, I test it and it works fine. but I've got a problem, when I use several controls in the same page only one control works. When the page loads I call to the method windows.onload to inicialite same values. I know that the problem is with this method. Somebody knows how can I solve this? Thanks!
Posted to
Client Side Web Development
(Forum)
by
jVela
on 3/24/2008
Re: OnLoad body webservice is not defined
With one second and a slow connection I get the same error, I can't put a slower delay.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jVela
on 8/31/2007
Re: OnLoad body webservice is not defined
Hi, I have this: <body onLoad="LoadData()"> [HTML CODE] </body> <script type="text/javascript" language="javascript"> function LoadData() { WS.CallMethod([params]); } </stript> but I get the javascript error I think I found a "solution": <body onLoad="InicialiteLoadData()"> [HTML CODE] </body> <script type="text/javascript" language="javascript"> function LoadData() { WS.CallMethod([params
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jVela
on 8/30/2007
OnLoad body webservice is not defined
Hi, I have a app which works with ajax and it works fine. Now I have a problem, I need to call some methods in the ajax web service (named WS) in the method onLoad (<body onLoad="LoadData()">), when I call the web service I get a javascript error: 'WS is not define' how can I solve this? or how can I check is the web service is defined? Thanks!
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jVela
on 8/29/2007
Re: Calling WebService in other solution
Hello, you have to create two atlas web proyects. One for web service and other for web app.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
jVela
on 8/7/2006
Re: TabStrip multiview with updatepanel
Hello, I check the response with Fiddler and it's ok!!. I think it's a problem with iexplore becouse I test the web page with firefox and it work fine!
Posted to
ASP.NET AJAX UI
(Forum)
by
jVela
on 7/28/2006
Re: TabStrip multiview with updatepanel
Yes, this the code: < aspnet : TabStrip ID ="tabstripMenu" runat ="server" AutoPostBack ="True" OnSelectedIndexChange ="tabstripMenu_SelectedIndexChange"> < aspnet : Tab SelectedImageUrl ="Images/es/tab_2_selected.gif" DefaultImageUrl ="Images/es/tab_2_unselected.gif"> </ aspnet : Tab > < aspnet : Tab SelectedImageUrl ="Images/es/tab_3_selected.gif" DefaultImageUrl ="Images/es/tab_3_unselected.gif"> </ aspnet : Tab > < aspnet : Tab SelectedImageUrl ="Images/es/tab_4_selected
Posted to
ASP.NET AJAX UI
(Forum)
by
jVela
on 7/27/2006
Re: TabStrip multiview with updatepanel
Hello I've got this: <updatepanel> <tabstrip /> <multiview> <view1 /> <view2/> </multiview> </updatepanel> I didn't try to put tabstrip's controlas as triggers
Posted to
ASP.NET AJAX UI
(Forum)
by
jVela
on 7/27/2006
TabStrip multiview with updatepanel
I've got a multiview and a TabStrip control (to simulate tabs) into an updatepanel sometimes when user changes tab, iexplore crash. I don't see where is the problem. Regards
Posted to
ASP.NET AJAX UI
(Forum)
by
jVela
on 7/21/2006
Page 1 of 3 (30 items) 1
2
3
Next >
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online