Values in GRIDVIEW to a String

Caz1224

New member
Joined
Jan 13, 2011
Messages
1
Programming Experience
1-3
Hey Guys,

Recently I have been given a project that takes a "UR" number and posts it to a vb.net web app, which then goes off and looks in the windows folder corresponding to that UR and lists all of the files in a grid view. I need the ability to post back the names of the selected files in a string for a javascript to pick up and post to the parent screen.

My issue is addressing the selected values in the gridview. I have placed in a template for the select box. And you are able to select different things with it, but getting all the values of the selected fields is my problem.

file1.php
file2.php
file3.php

Say I select file 1 and 3 I need a string to come back as file1.php^file2.php but as it stands I can not figure out to hook into those values at all.
Any help would be great.

Caz
 
Back
Top