servercontrols
Sub items for server control
I\'ve been trying to create a server control. I\'ve been trying to get my MenuItem to contain other MenuItems under neath it like this[详细]
2023-02-27 01:00 分类:问答retrieve ID of server control using jQuery
How do I get the ID of a server control with jQuery? E.g. I have <asp:Label ID=\"label1\" runat=\"server\"\"><开发者_如何转开发;/asp:Label>[详细]
2023-02-26 04:38 分类:问答Recursive Function for Server Control Collection of subitems
I have control that has a list of items with subitems. I need to have a recursive function that collects the sub items.[详细]
2023-02-25 14:17 分类:问答How to set <ItemTemplate> to a datasource?
How can I set the datasource of an ItemTemplate? Right now I have one that is wrapped by a datarepeater and that is how I databind to it.[详细]
2023-02-24 11:42 分类:问答ASP Server Controls If SQL Field is Populated
I am trying to figure out how I can use ASP Server Control tags to determine if the field I am evaluating is return anything if not then it needs to check another field that has data in it. I have the[详细]
2023-02-24 11:27 分类:问答After i have installed sp1 on vs2010 Ultimate the asp:controls stopped showing in intellisence
I have tried to reinstall it but it didn\'t worked, no开发者_如何转开发w i don\'t have any intellisence on the server controls only html and css in .aspx files.[详细]
2023-02-20 23:56 分类:问答ASP .Net runat server controls not compiling
I have created a new Web project (.Net 3.5) and I\'ve removed the original Default page in favour of creating a Master page and then recreating a Default with Master page.All worked lovely.Now, when I[详细]
2023-02-20 09:16 分类:问答How to register custom server control on ASP.NET page
I have a project and I am trying to register a custom server control (there is no .ascx file) on the page.I am currently using[详细]
2023-02-16 12:34 分类:问答ASP.NET Server Control Property Attribute must be required
I have a custom ASP.NET server control CustomControl with a property attribute Path. If the Path is not explicitly specified, then I want an exception to be thrown.[详细]
2023-02-16 02:47 分类:问答Rules for validating CSS height/width?
I\'m creating an ASP.NET control that outputs <object> and <embed> tags. I want the control to have \"Height\" and \"Width\" properties, since both of those tags require them. I was also t[详细]
2023-02-13 05:38 分类:问答