Questions tagged [extender]

37 questions
0
votes
1 answer

Custom Ajax Extender - Collection Property

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…
cweston
  • 11,297
  • 19
  • 82
  • 107
0
votes
1 answer

Ajax client-side framework failed to load, sys undefined

This is the error that I am getting (I use a ajax toolkitextender): I tried to solve this error with this thread: ASP.NET Ajax client-side framework failed to load. when put the ScriptManager on a blank page But nothing worked.. Can someone please…
Swag
  • 2,090
  • 9
  • 33
  • 63
0
votes
1 answer

Modalpopupextender not firing

I am doing research to the Modalpopupextender from the Ajax Toolkit. This code doesn't work, it doesn't open the pop-up. The only thing what happens when I click on the button is: Refreshing the page. What am I doing wrong? Also tried this with an…
Swag
  • 2,090
  • 9
  • 33
  • 63
0
votes
0 answers

KnockoutJS throttle input

I'm trying to implement something like a typesafe ViewModel using KnockoutJS. It works pretty well until I start to update observables via HTML input tags. I have implemented type extender which returns computed observable: return ko.computed({ …
mailgpa
  • 65
  • 1
  • 11
0
votes
1 answer

AutoCompleteExtender OnClientItemSelected raised after validation

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…
bubugax
  • 33
  • 1
  • 3
0
votes
1 answer

Custom throttle extender in knockout.js

I have an observable that's binded to some input, and sometimes it's value changes too fast, so that the end user does not have time to read it. So I want to restrict the speed of changes in input. But it's not a throttle, because throttle is a…
Kasheftin
  • 7,509
  • 11
  • 41
  • 68
0
votes
2 answers

$find() return null for defined ajax behaviour

All, Environment: ASP.NET 2.0, AjaxToolkit build 1.0.20229.0, IE9 I am using $find() to find a behaviour of a call out extender so I can show explicitly using .show() method. Unfortunately, $find() returns null. $find('my auto generated behvaiour…
ActiveX
  • 1,064
  • 1
  • 17
  • 37
1 2
3