Click here to Skip to main content
15,899,679 members

Comments by Member 9388700 (Top 4 by date)

Member 9388700 4-Jan-18 15:03pm View    
I found an ugly workaround to get the desires outcome. I'd accept a solution if you post it.
Member 9388700 4-Jan-18 13:58pm View    
Using the script so I don't have to postback with the DDL. Nothing is getting reset on page load. It just seems like the value never makes it to the code behind. I'm new at this so apologies if I'm not making much sense.
Member 9388700 4-Jan-18 13:36pm View    
Screenshot of the debug: https://imgur.com/a/lozni

txtg4action.text should be "2". It displays as 2 on the page but when submitted, it still has the old value. Not sure where else to look or where else I could be going wrong. Do not have EnableViewState = False
Member 9388700 4-Jan-18 11:54am View    
When I get the value of txtg4action in vb, it returns an old value; not the value from the DDL. Edited and added some more code.