Hi,
How we can check what is the field type of a column through code . For e.g I know "Country" is one column in sharepoint and I am accessing it but I don't know its type.If there is any way i can check it programmatically and then do the action like may be if its lookup then If i want its value i need to do... lookupvalue country ...or if its a text i can simply get its value in string
Any idea how to know this...
Thanks,