jquery slide show

jquery slide show

I have a jquery slide show that pick it's images like below,
  1. <script type="text/javascript">
      //some code //
                slides: [            // Slideshow Images
                                                            {image: 'kazvan-1.jpg', title: 'Image Credit: Maria Kazvan', thumb: 'kazvan-1.jpg', url: 'maria-kazvan/' },
                                                            { image: 'kazvan-2.jpg', title: 'Image Credit: Maria Kazvan', thumb: '/kazvan-2.jpg', url: '/maria-kazvan/' }



  2. // some code//
                                                    ],
is there a way to read data from sql database at asp.net c#. Is it possible or not? if yes, please guid me, thank you.