| Postback and GetPostBackEventReference (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| A custom control can use GetPostBackEventReference within an href tag. Can it use this method to cause postback with a button or other contained control, or does the custom control just delegate that responsibility to the contained control? j Jesse Liberty |
|
| GAC! Barf! (2 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Does VS.NET offer any features to handle signing components/controls with a strong name, or is the sn.exe the only way to do this? If there is no such feature, is one planned? Thanks, Steve |
|
| output caching (2 replies, VIP) |
| ASPFriends.com 'aspngcontrolscs' list |
| Hi all, I've got some interesting results, that I didn't expect to happen. I have a .aspx page that has multiple user controls. The usercontrols have a similar directive to: %@ OutputCache Duration "86400" VaryByParam "list" % %@ Control Language "c#" Inherits "AspFriends.CodeBehind.UC.uc top posters" SRC "uc top posters.ascx.cs"% The usercontrols are using codebehind. The control executes correct... |
|
| IS THIS A BUG - name and ID attributes are different (4 replies) |
| ASPFriends.com 'aspngcontrolscs' list |
| Copied from [aspngreuse] to [aspngcontrolscs] by don@aspalliance.com Hi, I am creating a user control and ran into this issue. I'd like to know if 1. This a bug? 2. If so, will it be fixed. 3. Is there a work around to it. My ASCX page: %@ Control Language "c#" Codebehind "SetName.ascx.cs" % asp:textbox runat "server" id "txt1" / My ASPX page: %@ Page language "c#" Codebehind "UseSetName.aspx.cs" ... |
|