A
Ashish Saxena via .NET 247
Hi all
public System.Data.DataSet GetDataSetParam(string sProcName,ArrayList aParameterName, ArrayList aParameterValue)
{
when i m calling from my windows application then its givin me error that
collection.arraylist can not be converted to object..but i m writting same peice of code in my windows function its working fine.
please suggest me the way how to pass & return the arraylist ..
Thx & regards,
From: Ashish Saxena
public System.Data.DataSet GetDataSetParam(string sProcName,ArrayList aParameterName, ArrayList aParameterValue)
{
when i m calling from my windows application then its givin me error that
collection.arraylist can not be converted to object..but i m writting same peice of code in my windows function its working fine.
please suggest me the way how to pass & return the arraylist ..
Thx & regards,
From: Ashish Saxena