• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Dynamic columns in datagrid

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic