asp.net-webcontrol Questions
3
Solved
Simple question, difficult to search for (due to the main part of the question being the single letter p)!
In ASP.NET, <asp:Panel/> is rendered as a <div></div> block, <asp:La...
Lucifer asked 25/10, 2013 at 12:13
4
Solved
We have implemented a Custom Membership provider and have a change password control on a webpage that uses this provider. The ChangePassword method in this membership provider class checks some bus...
Clearsighted asked 29/12, 2009 at 22:18
2
Solved
I have a web control that looks like this
public class Foo : WebControl
{
[Bindable(true)]
[Category("Default")]
[DefaultValue("")]
[Localizable(true)]
public string Bar { get; set; }
prot...
Heraldic asked 13/8, 2012 at 4:11
1
Solved
I recently got the following error in my web application.
The page 'ControlName.ascx' cannot use the user
control 'OtherControl.ascx', because it is registered in
web.config and lives in the s...
Sandfly asked 18/4, 2012 at 14:32
2
Solved
I've searched the site and I cannot find a solution for my problem, so apologies if it's already been answered (I'm sure someone must have asked this before).
I have written a jQuery Popup window ...
Fanchan asked 30/4, 2010 at 16:1
1
© 2022 - 2024 — McMap. All rights reserved.