M. Mansur Ali
M. Mansur Ali is a Jatiya Party (Ershad) politician and the former Member of Parliament of Satkhira-4.[1]
M. Mansur Ali | |
---|---|
Member of Bangladesh Parliament | |
Personal details | |
Political party | Jatiya Party (Ershad) |
Career
Ali was elected to parliament from Satkhira-4 as a Jatiya Party candidate in 1988.[2] He had served as the State Minister of Textiles in 1979.[3]
Death
Ali died in 2003.[4]
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```
gollark: RPNCalc 3:```rpncalcthis-cant-handle-strings-so-whatever```
gollark: ++C.
References
- "Electoral Area Result Statistics". Amarmp. Retrieved 12 April 2020.
- ""List of 4th Parliament Members"" (PDF). Bangladesh Parliament (in Bengali). Retrieved 9 April 2020.
- "M Mansur Ali's death anniversary today". The Daily Star. 13 January 2019. Retrieved 12 April 2020.
- "Mansur Ali's 17th death anniversary". The Daily Star. 13 January 2020. Retrieved 12 April 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.