web-controls
Extending a WebControl using a partial class
Is is possible to extend, for instance, the HyperLink control using a partial class? I\'d like to define some custom properties on the control, without having to extend the class... like so...[详细]
2023-04-12 23:37 分类:问答How to remove controls with runat="server" specified in asp.net
I have a webpage with server accessible controls, see \'FileIconLink\' below: <body> <p class=\"FirstTitle style5\">Downloads:</p>[详细]
2023-04-07 20:54 分类:问答Data Web Controls Display Value vs Insert ID (foreign key) for Stored Procedures
I\'ve got a series of comboboxes made from ASP.NET开发者_StackOverflow社区 DropDownLists (populated from a select command from an SqlDataSource by DataSourceID), and <input> element, and the jQuery[详细]
2023-04-06 10:07 分类:问答WP7 WebBrowser's transparent background (workaround)
It\'s not possible to set transparent background for WebBrowser of WP7. To make impression of transparent background I want to do the following workaround. I want:[详细]
2023-04-05 05:26 分类:问答Is there any pdf document that contains all the ASP.NET Controls like DataGrid?
I am new to the ASP.NET and I want to have a good reference for ASP.NET controls in front of me when I am practicing or working in my simple project for learning ASP.NET[详细]
2023-04-02 11:33 分类:问答How can I trigger WebControls OnDisposed Event?
I have set breakpoints in my Page Dispose (which overrides but then calls the base Dispose) method and my OnDisposed handler.[详细]
2023-03-30 06:35 分类:问答Handling Button Click Event inside a WebControl
I\'ve created a custom WebControl that implements a simple message box that can display at the top of a web page. Similar to how YouTube displays messages on their pages. My problem is passing the Cli[详细]
2023-03-30 04:37 分类:问答ASP.NET interactive chart control suggestion?
I\'m developing an ASP.NET Web Forms application and one of the requirements of the application is to have some data displayed using charts. I\'m looking for an interactive ASP.NET Web Forms control t[详细]
2023-03-29 17:37 分类:问答Where can Sitecore webcontrol examples be found?
I\'ve been looking over the Sitecore documentation for HtmlControls and WebControls, b开发者_运维技巧ut none of the items have any meaningful descriptions or example code to show how they\'re used or[详细]
2023-03-28 19:31 分类:问答ASP.NET Web Control shows old data after the first postback
I\'m having a weird problem with a custom Web Control in an ASP.NET forms application. For a web application, I figured that it would save me a lot of time to create a class which inherits from Compo[详细]
2023-03-28 18:13 分类:问答