Hello,
I'm trying to create a Custom Document Library in Visual Studio 2008 and VSeWSS.
The Document Library should have two custom coullums. One I have and the other one is killing me.
The one I have holds a reference to a proyectId that I assing thru QueryString and the Event Handler.
The one I need is a KeyWord Collumn, so when the user adds a new document, may aldo add keywords that can be used for searching processes.
I see the column at the list view, but I can't see it in the new form, nor the edit form. Even though I declared ShowInNewForm=True as well ShowInEdtiForm=true.
How can I do this??
Thanks