Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
lawrence #1
Dynamically creating buttons in custom datagrid control
Hi,
I am creating a custom control datagrid. For each dynamically created
column I've added a button in the header that will filter based on the
selected value of that column. That works. My problems is that I wish
the custom control to remember the state of each filter button
(on/off) on PostBack.
Thanks
--Dietrich
lawrence Guest
-
Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I... -
events for dynamically created buttons nested in custom control
Similar questions to this have been raised. The answers I have read seem to imply that I have to inherit to a new class in order to accomplish my... -
Dynamically creating buttons per row: how?
I'm working on a web application that will use some datagrid and asp.net, an asp.net Forum to be exact where people can leave posts and respond to... -
Problem with Dynamically Creating Link Buttons
Hello, This is my code behind code for dynamic link button creation: strUrl = "<asp:LinkButton CommandName='Onet3_Cd'... -
Creating onClick event for dynamically (programatically) created buttons
Hello all! My question is the following: I add buttons (server controls) programatically into a table cell. Example: Dim btObnovi As Button =...



Reply With Quote

