G
Guest
Hi all
I'm developping an ASPX application with C# code behind, with Visual Studio 2003 and .NET 1.1
In my form, I have a DropDownList (filled), and an empty Table (web form), which i want to fill when something is selected in my DropDownList
The problem is : when i select something in my DropDownList, I fill the table with whatever i want, and everything is OK. But then, in the next PostBack (with a submit button or whatever else), all the data filled in my Table is lost! I can't retrieve it
This is a problem because here is how I want my application to work : when someone arrives on my page, he just sees the DropDownList. He selects what he wants in it, and it is displayed in the tab, which is filled with text and checkBoxes. Then, he can click on a submit button to validate his modifications. But the problem is that in the function that is called by the eventHandler of my submit button, when i try to access my table, it is empty...
EnableViewState is set to True for all my controls
Could anybody help me out of here
Thanks
Floren
I'm developping an ASPX application with C# code behind, with Visual Studio 2003 and .NET 1.1
In my form, I have a DropDownList (filled), and an empty Table (web form), which i want to fill when something is selected in my DropDownList
The problem is : when i select something in my DropDownList, I fill the table with whatever i want, and everything is OK. But then, in the next PostBack (with a submit button or whatever else), all the data filled in my Table is lost! I can't retrieve it
This is a problem because here is how I want my application to work : when someone arrives on my page, he just sees the DropDownList. He selects what he wants in it, and it is displayed in the tab, which is filled with text and checkBoxes. Then, he can click on a submit button to validate his modifications. But the problem is that in the function that is called by the eventHandler of my submit button, when i try to access my table, it is empty...
EnableViewState is set to True for all my controls
Could anybody help me out of here
Thanks
Floren