What could be wrong ?
public int InsertUpdateQues(bllQues objbllQues)
{
dsgetQues = objdllQues.InsertUpdateQues(this); //ERROR here
return dsgetQues;
}
I see values getting assigned to ALL the above properties, not one is missing. Whats wrong then?
EDIT I found the error..In my dllQue class's insert update method I had two entries as sqlParam[4] =new... and sqlParam[4] =new...chnaged the 2nd one to 5.. damn..the problem is I KEEP on making silly mistakes! :( How can I avoid this so my time is not wasted this way ???