Posts by T3X • 46 points
2 posts
- 
		2 votes3 answers9419 viewsA: How to use the Dropdownlist Selectedvalue value?The way our friend @Daniel Manfrini quoted is correct: Suppose your Dropdownlist is called 'ddlSexo', to get the value use: string sex = ddlSexo.Selectedvalue; And to popular the Dropdownlist,… 
- 
		1 votes2 answers1033 viewsA: Change a detachable PDF fieldFriend, we will better understand the application of your system... I could not understand what you need, so we can give a better answer. Will you have a Form, or contract, or something like that…