0
votes
1answer
53 views
Custom web server control fails when calling a web service
Hello all,
I've created a web server control, it works fine. Problems start when I try calling an external web service. I am using a script manager and it's directed to the follow …
1
vote
3answers
169 views
inherit from asp:validationsummary
i have the requirement to show a nicely formatted error-message on top of the page (or control).
therefore i implemented the render method of a new created server control. the ne …
7
votes
5answers
3k views
Dropdownlist control with <optgroup>s for asp.net?
Can anyone recommend a dropdownlist control for asp.net (3.5) that can render option groups? Thanks
1
vote
4answers
1k views
ASP.NET Treeview control supporting drag & drop?
Can anybody recommend a treeview component for ASP.NET that supports drag & drop (between it's own nodes - it's for a content management system to rearrage the pages). Don't mi …
0
votes
1answer
24 views
How can i create a ModalPopupExtender control dynamically from a server control?
I have a composite server control that does quiet a number of things; one of which is to display a ModalPopup OnClick of a dynamically generated HtmlAnchor control.
I need to crea …
0
votes
2answers
37 views
Creating my own Web Server Hyperlink control - problems overriding the class attribute
I'm in the process of writing some web server controls to make working with basic jQuery UI themed controls and widgets easier. All I need to do at this stage is add some additiona …
0
votes
3answers
437 views
ASP.NET Controls and Update Panels
I am creating a series of client side component controls on the fly that are nested inside a update panel. The first time I create the controls, everything works as desired, howev …
1
vote
1answer
25 views
Should custom server control access data or be fully bound from client?
The question is whether it's better to encapsulate general data code within a server control or bind the data to the control from the client?
The control will be utilized by vari …
0
votes
1answer
25 views
How do I access Page controls from within my custom server control?
I am building a modal box as a custom server control and I want to have a property on the modal box TargetControlID that specifies the element that will show the modal when clicked …
0
votes
1answer
64 views
How do I embed javascript directly into my ASP.net Custom Control?
I am building my first user control and I would like to package the javascript required for the control with the assembly so the end user does not have to worry about including dep …
0
votes
2answers
45 views
How do I add a reference to a server control in my current website to the web.config
I have extended a server control (not a user control) and put the code in my app_code folder.
I would like to add a tag prefix to the web config, but
<add tagPrefix="cc1" nam …
0
votes
3answers
66 views
What is the proper way to extend <asp:Panel>?
I am attempting to create a custom server control "CollapsablePanel" that extends ASP.net's Panel. Essentially what I'm trying to do is take the current Panel, add a title bar and …
1
vote
3answers
70 views
How do I get ASP.NET to recognize my custom server control?
I am trying to create my first ASP.net server control derived from a Panel. For some reason, I am unable to get the .aspx page to recognize my server tag even though the applicati …
0
votes
3answers
22 views
single template server control
Is it possible to have a custom server control with a single template (meaning the user can put any text they want) without having to require the an "ItemTemplate" like in a FormVi …
1
vote
3answers
811 views
How To: Use AJAX in an ASP.NET Custom Server Control
Does anyone know of a good tutorial that demonstrates using an existing AJAX control extender in a Custom ASP.NET Server Control?
I do not want to build a "Custom AJAX Server Cont …
