My Request.Form keys are all prefixed with ctl00$container name$ and then the key I want. How can I get the regular key name working?
Visual example from the immediate window:
I want to use:
? request.Form.Item("stationIdea")
but it won't work because the key is:
ctl00$content_innovation_body$stationIdea
as retrieved by
? request.F开发者_如何转开发orm.Keys("4")
so only this works:
? request.Form("ctl00$content_innovation_body$stationIdea")
request.Form(stationIdea.UniqueID)
The UniqueID property will return the id you are looking for.  Another property you may be interested in is ClientID which can be useful for using the id in javascript.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论