Just want to make sure that the following syntax will work. The look-up list is on the parent list.
SPList lookupList = web.ParentWeb.GetList("States");
|
Just want to make sure that the following syntax will work. The look-up list is on the parent list.
|
|||
|
|
|
The syntax looks fine, of course there are a lot of assumptions here:
If you are fine with all those assumptions, it looks right. |
|||
|