If you have read some of my articles here at ASPCode.net by now I am sure you know my strive for doing things myself instead of relying on thirdparty controls. For example, I have developed professional ASP.NET solutions almost every day for at least 5 years and still havn’t delivered a single one (well maybe one or two in [...]
This is kind of a twist of the article Insert user control every N records in gridview . I am gonna show you (and give you the C# code) for a ASP.NET 2.0 repeater control giving you some flexibility with regards to repeater items. This technique is totally different, in the previous article we (despite the [...]
Only one change:
interfaces in separate dll – ASPCodeHeaderManagerInterface.dll allows for easy manipulation from other (third party) server controls
This basically means that from your own servercontrols – instead of using the ClientScript scriptmanager which injects scripts pretty much everywhere in your <body> tags you reference the ASPCodeHeaderManagerInterface dll, set a property on your control to the ASPCodeHeaderManager [...]
This is part 3 in this article serie. Please start from the beginning
So my idea was to create some sort of Dropdownlist with all available actions (programatically filled with just the actions the current user has access to) and then on click of a button next to it, first perform a Warning/confirmation (for the type of [...]
