ASP .net get hidden value from code behind in page_load function

前端 未结 4 2188
说谎
说谎 2021-01-25 19:27

I have a hidden field that I set in my javascript code:

   

        
4条回答
  •  無奈伤痛
    2021-01-25 20:07

    To summarize what others have written (by the looks of it) this works IF you press the submit button so that you get a postback:

    
    
    
    

提交回复
热议问题