Using Html List Elements With Switch Stament And Binding The List With Database
hi i want to know how to get html element and use them with switch statements.
- Aerospace
Solution 1:
if the user click any of the main menus the mode should be changed accordingly. if i click internal under aerospace,related table should be displayed in the same page without postback.
Without postback it's not possible, jsp is not asp , in jsp there is nothing like postback. Try some other strategy to achieve the required functionality(like ajax)
Post a Comment for "Using Html List Elements With Switch Stament And Binding The List With Database"