Questions tagged [extender]
37 questions
0
votes
1 answer
What is the namespace of Get/SetPropertyValue in Extender Implementation
I'm creating an extender control by referring this article, but I'm facing hard time to get/know the namespace of GetPropertyValue and SetPropertyValue which used in the example like this:
[ExtenderControlProperty]
public string…

NaveenBhat
- 3,248
- 4
- 35
- 48
0
votes
2 answers
Hide/Show ajax cloud BalloonPopupExtender
I'm using the BalloonPopupExtender on a text box in order to say : "Unknown input"
because its the only one that allows me to have a panel in which i can insert whatever controls i want.
i want from a button push to show it and from a text change in…

Rodniko
- 4,926
- 20
- 69
- 93
0
votes
2 answers
AJAX HTMLEditorExtender on postback tables don't display
I am currently using an Ajax tool; HTMLEditorExtender to turn a textbox into a WYSIWYG editor, in a C# ASP.NET project. On the initial page load I place a large amount of formated text and tables into the editor which appears fine; even the tables.…

untersternen
- 1
- 1
- 2
0
votes
0 answers
multiple cancel controlID on modal popup extender
my modal popup works fine and there is the one button I have placed at the bottom to close it. Within the popup box is a page that scroll for a a couple of pages and I would like to have close button at the top of the page as well to close the…

Scot
- 29
- 4
0
votes
0 answers
Bluetooth extender to control outdoor Bluetooth LED light Strips
I have outdoor LED strips that are bluetooth controlled, Govee ones. I presently have to go to different regions in the house to turn them on and off from my phone via bluetooth connecttion to the light strips, all 5 individually. Is there a…

Reno Silva
- 1
- 1
0
votes
1 answer
Confusion on creating custom extender controls
I got 2 questions which are tightly coupled here.
When you look into the documentation on msdn about creating extender controls they preach that the new control must inherit from ExtenderControl which is part of the Asp.net Ajax Library…

Deeptechtons
- 10,945
- 27
- 96
- 178
0
votes
1 answer
Connet to Raspberry PI on Extender
So here's my setup. Our home wifi is Verizon, with a router in the living room connected to the incoming coax, with a wireless extender upstairs in my office and another extender in the basement, both of which are also connected to the coax…

thefonz37
- 13
- 1
- 4
0
votes
1 answer
auto complete textbox using jquery UI in vb.net
I am using two autocomplete extenders in my form using jQuery. I want to pass the value of one autocomplete extender to another autocomplete extender. Please let me know how can I pass value using jQuery.
My VB.net page :-
<%@ Page Language="VB"…

user787169
- 1
- 1
- 2
0
votes
1 answer
Why ESP32 is not receiving the sending wifi signals?
I'm developing a project on wifi-range extending using two ESP32 WROOM 32 modules as transmitter and receiver. So far I have completed the transmission side & it gives the following output for the given Arduino code.
Transmitter output in the…

Tiyensha
- 1
0
votes
0 answers
Ho to use Extender in Drupal?
I would like to alter the structure of the query generated from db_select of Drupal. I would like to include a 'FORCE INDEX()' with join() function. I saw a documentation about Drupal Extenders here. But I am not getting where to add the new class.…

Arun
- 3,640
- 7
- 44
- 87
0
votes
2 answers
ASP.NET Textbox DropDownExtender
How to get the value from the dropdown to return to the TextBox?
The following does not work. You can select the item from list though.