Ajax update panel with javascript disabled
-
hi, i have a requirement in which if the user disables javascript in browser the form submit should work. if javascript is enabled it should use ajax , otherwise postback.For this i am using an update panel in which there are 2 dropdowns,depending on first dropdown selection second dropdown items should populate in a ajax maner if javascript is enabled , otherwise postback. these two dropdowns are inside an update panel if javascript is disabled i am making ScriptManager1.EnablePartialRendering property to be false for full page postback.But it is not working . please help :(
-
hi, i have a requirement in which if the user disables javascript in browser the form submit should work. if javascript is enabled it should use ajax , otherwise postback.For this i am using an update panel in which there are 2 dropdowns,depending on first dropdown selection second dropdown items should populate in a ajax maner if javascript is enabled , otherwise postback. these two dropdowns are inside an update panel if javascript is disabled i am making ScriptManager1.EnablePartialRendering property to be false for full page postback.But it is not working . please help :(