Click here to Skip to main content
16,012,116 members
Home / Discussions / Web Development
   

Web Development

 
Generalcombobox binding in ASP Pin
ramesh subbiah11-Sep-02 0:43
ramesh subbiah11-Sep-02 0:43 
GeneralRe: combobox binding in ASP Pin
Mohammed Derbashi11-Sep-02 3:27
professionalMohammed Derbashi11-Sep-02 3:27 
GeneralRe: combobox binding in ASP Pin
Nick Parker11-Sep-02 5:42
protectorNick Parker11-Sep-02 5:42 
GeneralRe: combobox binding in ASP Pin
Paul Riley11-Sep-02 7:09
Paul Riley11-Sep-02 7:09 
GeneralRe: combobox binding in ASP Pin
Nick Parker11-Sep-02 12:58
protectorNick Parker11-Sep-02 12:58 
GeneralRe: combobox binding in ASP Pin
Paul Riley11-Sep-02 13:12
Paul Riley11-Sep-02 13:12 
GeneralRe: combobox binding in ASP Pin
Nick Parker11-Sep-02 17:15
protectorNick Parker11-Sep-02 17:15 
GeneralDataGrid.DataBind effect doesn't last! Pin
D.D. de Kerf11-Sep-02 0:33
D.D. de Kerf11-Sep-02 0:33 
Hi,

I wrote a subclass of DataGrid in which I can fill the grid the way I want it to happen on each page.
In this grid I also create some dynamic comboboxes and bind a SelectedItemChanged event to it. When this event fires, I want to put different data in the grid.

Now, I've implemented this event by creating a new dataset and dataview and binding that to the Grid. If I step through the code, you can see the right effect. After the DataBind, the numer of items in the grid is exactly the way it should be..

So far, everything is as you would expect. But if I put a breakpoint in the PreRender event and look at the items in the grid, nothing has changed! The content of grid is exactly the way it was BEFORE my BindGrid....

When does this happen, who is doing this, and how do I shut it off? Confused | :confused:

Structured programming vs. chaotic mind boggling
GeneralInherits system.web.ui.page Pin
sybux200010-Sep-02 22:58
sybux200010-Sep-02 22:58 
GeneralRe: Inherits system.web.ui.page Pin
Paul Watson11-Sep-02 7:58
sitebuilderPaul Watson11-Sep-02 7:58 
GeneralRe: Inherits system.web.ui.page Pin
sybux200012-Sep-02 7:44
sybux200012-Sep-02 7:44 
GeneralRe: Inherits system.web.ui.page Pin
Paul Watson12-Sep-02 21:13
sitebuilderPaul Watson12-Sep-02 21:13 
GeneralBgColor in aspx Pin
sybux20008-Sep-02 6:07
sybux20008-Sep-02 6:07 
GeneralRe: BgColor in aspx Pin
Enrico Elizar Samuel10-Sep-02 18:45
Enrico Elizar Samuel10-Sep-02 18:45 
GeneralPermission/security with ASP Pin
Barry Lapthorn8-Sep-02 5:07
protectorBarry Lapthorn8-Sep-02 5:07 
GeneralRe: Permission/security with ASP Pin
Enrico Elizar Samuel10-Sep-02 19:03
Enrico Elizar Samuel10-Sep-02 19:03 
GeneralRe: Permission/security with ASP Pin
Barry Lapthorn10-Sep-02 22:05
protectorBarry Lapthorn10-Sep-02 22:05 
GeneralPosition od controls Pin
Mazdak7-Sep-02 2:19
Mazdak7-Sep-02 2:19 
GeneralRe: Position od controls Pin
Paul Watson7-Sep-02 4:21
sitebuilderPaul Watson7-Sep-02 4:21 
GeneralRe: Position od controls Pin
Mazdak7-Sep-02 4:24
Mazdak7-Sep-02 4:24 
GeneralRe: Position od controls Pin
Paul Watson7-Sep-02 4:41
sitebuilderPaul Watson7-Sep-02 4:41 
GeneralRe: Position od controls Pin
Mazdak7-Sep-02 5:25
Mazdak7-Sep-02 5:25 
GeneralRequest params in ASP.NET Pin
Mazdak6-Sep-02 23:28
Mazdak6-Sep-02 23:28 
GeneralRe: Request params in ASP.NET Pin
Mazdak6-Sep-02 23:41
Mazdak6-Sep-02 23:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.