Hi All,
I having a form contains 40 textboxs and also a submit button while i click my submit button i need to pass this 40 values as parameters to oracle database to store in table. I guided to use XML to pass those 40 parameters.
But when i try to write XMLHandler it showing error as not exist in current context.Plz help

Sample Code:
List<CallLogInf o> ObjListCallLogI nfo = null;
Functions...