Hello friends,
My requirement is like this...
In our project we have to use stored procedure for SQL Server 2005.
I have to display result in datagrid form and it should display columns fetched from stored procedure.
In our architecture we get data from stored procedue and in
jsp page we get list of columns as list and data as two dimentional
string array.
I downloaded
display tag but it doesnt take input as two dimentional string array.
Any idea how can I display data in datagrid?
Thanks,
Nikesh