nhon dao posted on December 10, 2008 16:15
If you just want to remove State dropdown list from ContactInfo.ascx,
Please follow the following steps:
1. You need to edit three files with Visual Studio or notepad:
a. DesktopModules\ICPC-TE-JobXP\AppForm\ContactInfo.ascx
b. DesktopModules\ICPC-TE-JobXP\AppForm\ContactInfo.ascx.vb
c. DesktopModules\ICPC-TE-JobXP\MyApplication\ EditSubmittedApplication.ascx.vb
2. Search for “drpState” variable and comment out all the line of codes that contains “drpState” variable. The hi-lighted codes in the screenshots are the actual codes that I commented out.
| In ContactInfo.ascx , comment out line 49 – 52 |  |
| In ContactInfo.ascx.vb, comment out line 68- 75, 176-179, 178 |
![clip_image002[6] clip_image002[6]](/home/Portals/0/images/News-Articles/WLW/RemoveStateDropdownlistfromContactI.ascx_E488/clip_image0026_thumb.jpg) |
| In EditSubmittedApplication.ascx.vb, comment out line 54 | ![clip_image002[8] clip_image002[8]](/home/Portals/0/images/News-Articles/WLW/RemoveStateDropdownlistfromContactI.ascx_E488/clip_image0028_thumb.jpg) |