custom-server-controls
Date validating Textbox server control
I\'m trying to create a custom server control that is just a textbox with an AJAX asp.net MASKEDEDITEXTENDER to valid the control when it loses focus to ensure that a proper date has been 开发者_开发百[详细]
2023-01-10 14:54 分类:问答How can I create a custom web server control for a gridview in asp.net
Visual Studio 2008 .Net 3.5 C# I have a web site that has a lot of pages with grid views.I want to be able to add an \"Export to Excel\" button on some of the grid views, so I started looking and[详细]
2023-01-10 04:32 分类:问答Viewstate vs Postback
I sort of answered my own question I think but I want to make sure I am understanding correctly.I initially thought that when a user provided values in a form, that on postback the values were submitt[详细]
2023-01-01 15:45 分类:问答Invoking code both before and after WebControl.Render method
I have a set of custom ASP.NET server controls, most of which derive from CompositeControl.I want to implement a uniform look for \"required\" fields across all control types by wrapping each control[详细]
2022-12-27 16:56 分类:问答Creating a simple templated control. Having issues
I\'m trying to create a really simple templated control. I\'ve never done it before, but I know a lot of my controls I have created in the past would have greatly benefited if I included templating ab[详细]
2022-12-26 17:02 分类:问答How to build a GridView like DataBound Templated Custom ASP.NET Server Control
I am trying to develop a very simple templated custom server control that resembles GridView. Basically, I want the control to be added in the .aspx page like this:[详细]
2022-12-26 12:58 分类:问答Should I buy Obout controls? [closed]
A开发者_如何学Gos it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2022-12-22 05:32 分类:问答Visual Studio uses UserControlDesigner instead of CustomDesigner
I\'ve got an ASP-UserControl QuestionWithAnswer (.ascx) : BaseQuestion : UserControl and a ControlDesigner QuestionDesigner : UserControlDesigner.[详细]
2022-12-21 20:28 分类:问答Creating a custom GridView control that supports DynamicData
I\'m very disappointed in the built-开发者_如何学Goin GridView control. I wanted to make a simple data-entry web application, thinking Dynamic Data would save me time.[详细]
2022-12-21 17:43 分类:问答ASP.NET Server control emitting server side tags
I\'m new to writing custom ASP.NET server controls, and I\'m encountering the following issue: I have a control that inherits from Sy开发者_运维知识库stem.Web.UI.HtmlControls.HtmlGenericControl. I ov[详细]
2022-12-21 03:11 分类:问答