custom-server-controls
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?[详细]
2022-12-10 22:47 分类:问答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 application recognizes the clas[详细]
2022-12-09 01:10 分类:问答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 dependencies.I\'ve foll[详细]
2022-12-08 09:26 分类:问答What is the proper way to extend <asp:Panel>?
I am attempting to create a cus开发者_StackOverflow社区tom server control \"CollapsablePanel\" that extends ASP.net\'s Panel.Essentially what I\'m trying to do is take the current Panel, add a title b[详细]
2022-12-07 23:53 分类:问答