03-04-2011 04:33 AM
Hello,
I am trying to understand .net.
For example:
How do I know what parameter string value's can be entered at "categoryName"?(and the other 2)?
gr,
03-04-2011 09:54 AM
You will have to loop at the documentation for the .Net library that you are using. If this is a published library the API should be documented by the publisher. There is no way to know the correct input values otherwise.