custom-server-controls
Can you pass a delegate in as a server control parameter?
I have a server control that performs some logic.I\'d love to p开发者_高级运维rovide a default implementation of this logic in the code of the control, but allow a developer to pass an alternate imple[详细]
2023-02-04 15:43 分类:问答How to add custom property to asp.net custom server control?
I have created an asp.net custom control and now want to pass some values to it from the page which will use the control.Is there any way i can add my own property to the control (like Text 开发者_开发[详细]
2023-02-03 10:44 分类:问答ASP.NET Server Control - How to add AssemblyInfo file
I\'ve noticed on a few tutorials online that when a new ASP.NET Server Control is added, it automatically includes Properties folder (containing AssemblyInfo.cs) and a References folder.[详细]
2023-02-02 19:29 分类:问答Textbox inside a Repeater inside a Custom Server Control loses values
I am developing my first Custom Server Control which will display a list of fields, with textboxes. When the page containing this custom server control is posted back, the values inside the textbox ar[详细]
2023-02-02 16:31 分类:问答User controls & Composite web server controls
Which approach should I prefer when it comes to writing a custom control in ASP.Net. Should I create a custom user control or should I create a Composite Web Server control. And how about adding a des[详细]
2023-01-31 23:05 分类:问答building a server control that inherits button and giveing it other click capabilities
my problem is this: i want to create a server control that inherits System.Web.UI.WebControls.Button but gives it special capability, now what do i mean?[详细]
2023-01-28 22:12 分类:问答How to show crystal report from GridView?
I have a GridView with one ButtonField column like this: I h开发者_如何学Goave already Created Crystal Report based On stored procedure with one input Parameter called ID.[详细]
2023-01-28 08:14 分类:问答Can I retrieve the value of a standard input in ASP.NET?
I\'ve created a custom server control in ASP.NET to render a standard checkbox and a hidden field like this:[详细]
2023-01-20 19:19 分类:问答What issues surround the security of a custom server control?
I\'m writing some db access server controls at the moment that take properties for things like data source and column required and whatnot.[详细]
2023-01-19 13:09 分类:问答ASP.NET Custom Templated Control - Is there a way to modify where databound data is output to?
Basically, I have a custom templated control with a custom data container class. When a developer adds an instance of my control to a page, they can define the controls in the LayoutTemplate however t[详细]
2023-01-14 01:46 分类:问答