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:706547
More Search Options
RSS Available
Matching Posts
Autocomplete Extender on a ModalPopupExtender - not working
Has someone encountered a problem wherein the autocomplete extender doesn't work on a modal popup? <asp:Button runat="server" ID="Button4" style="display:none"/> <act:ModalPopupExtender runat="server" ID="paPromptEx" BehaviorID="paModalPopupBehavior" TargetControlID="Button4" PopupControlID="pnlPostA" BackgroundCssClass="modalBackground" DropShadow="True" PopupDragHandleControlID="Panel3"
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ericpanorel
on 1/21/2009
Filed under: auto complete extender
Re: Passing data to HttpHandler
Any other ways without resorting to this? The page serves hundreds of images, I would need a cleanup utility.
Posted to
HttpHandlers and HttpModules
(Forum)
by
ericpanorel
on 10/17/2008
Passing data to HttpHandler
I have an httphandler which generates an image. So in my main page, the IMG tag "calls" it, something like <asp:Image ID="Image1" runat="server" Width="400px" Height="600px" ImageAlign="Middle" ImageUrl='<%# "~/Member/BarcodeHandler.ashx?txtOrderIdentifier=" + Eval("txtOrderIdentifier") + "&mode="+ Eval("mode") + "&direction="+ Eval("direction") + "&countryabb
Posted to
HttpHandlers and HttpModules
(Forum)
by
ericpanorel
on 10/17/2008
Filed under: HTTP Handler, Image Handler
Re: how to call server side function from client side javascript?
Yes there is a way. This is discussed here : http://www.asp.net/ajax/documentation/live/tutorials/ExposingWebServicesToAJAXTutorial.aspx 1.> Set the EnablePageMethods attribute to true something like.... < asp:ScriptManager ID ="ScriptManager1" EnablePageMethods ="true" EnablePartialRendering ="true" runat ="server" /> 2.> Specify your method as static and decorate it with the WebMethod attribute [WebMethod] public static string YourMethod( string
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
ericpanorel
on 6/25/2008
Filed under: Calling Static Methods in an ASP.NET Web Page
Re: Real Time get data from database with ajax
Basic: use an Update Panel, triggered by a timer Advanced: use a javascript timer, and in the timer event, call the ajax method which retrieves your dataset
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
ericpanorel
on 5/15/2008
Re: webservice call from javascript with master page.
Can you post the <ScriptManager> block of your code?
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
ericpanorel
on 5/12/2008
Re: WebRequest.get_headers()['Any Parameter'] doesn´t work
What kind of data are you trying to retrieve? Is it just plain text? Maybe you can just try to package it as JSON, so it is also returned as a string. All the plumbings are done behind the scenes.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
ericpanorel
on 5/12/2008
Re: Ajax Web Service XML Load to DropDownList via Javascript
Why don't you return your list items as JSON? It would be easier to iterate through them (array). See this post http://forums.asp.net/t/1247105.aspx
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
ericpanorel
on 5/2/2008
Re: Stack Overflow Calling Web Service
Where does the Stack Overflow occur? at the client side or the server side (web service code)?
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
ericpanorel
on 5/1/2008
Re: Catching PageRequestManagerTimeoutException
You can try the clean up routines at the Session_End event (Global.asax). Not that this suggestion is valid only for InProc session state mode (default).
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
ericpanorel
on 4/26/2008
Page 1 of 3 (30 items) 1
2
3
Next >
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
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online