I've got a user control which lets users provided their own script names that are called by the control on specific events.
I have the following code:
initialize : function()
{
// Call the base initialize method
Point74.WebAutoComplete.callBaseMethod(this, 'initialize');
$(document).ready(
Function.createDelegate(...
Hi,
I have an AutoCompleteExtender which is working, the OnClientItemSelected event is raised. Now, I added a validator that validates my control (the AutoCompleteExtender is a part of that control). My problem is that the validator is called before the OnClientItemSelected event is raised. Therefore the validator returns an invalid sta...
Hi,
I'm using AJEX PopUp Extender on Sharepoint web site but it not properly working
Please check this image to get an idea
http://img217.imageshack.us/img217/8789/ajex.jpg
...
Hi,
I am working with Ajax Control Tool Kit auto complete extender but i am using it in my master page, and also i write the method for that "servicemethod" in masterpage.cs but it is not calling that function. Help me why use this control in master page...
Thanks in advance..
...
I have written a custom ajax extender for use with ASP panels and JQuery dialogs. The problem I face is that I need multiple buttons to trigger the dialog, therefore attributes aren't really a viable option. I am hoping to do something like the following:
<ex:DialogExtender TargetID="pnlSomePanel">
<triggers>
<button ID="btnOne...
I'm having a problem with the CalendarExtender's position in Google Chrome (4.0.249.78 (36714)) when a page is scrolled down such that the scrollbar position is > 0
For example, if you use Chrome to goto:
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx
Scroll down so that the "Calendar Demonstration" subhead...
Is it possible to use two ajax popup extender controls on a page? The problem is that the div associated with the second extender is visible by default. If i set it to hidden and then later i set it visible from code, it is rendered as a normal div and not as a modal popup...
Thanks!
...
Hi everyone!
I have a ModalPopUpExtender with an UpdatePanel on it. On the UpdatePanel,there few labels and componentart Grid which Updates from the server on every Asynchronous postback when an image button is clicked.
The Problem is that the server code updates the modalpopupextender labels as the information on the grid but it wont d...
Lengthy title, but pretty much says it all. I have the 360 connected to the network via Ethernet cable, and am connecting to my home network via Airport.
I enter the 8-digit passkey on WMC and... nothing! I try PC connection AND WMC connection on my XBox... nothing. What am I doing wrong?
...
I'm attempting to write an AJAX control extender that can modify an AJAX Control Toolkit TabPanel so that the TabPanel's header has an image after the text that, when clicked, hides the tab header using client-side script (without a postback). I would also like to be able to specify an onClientClose function that is also called when a ta...