Succes

Succes

  • NA
  • 1
  • 1.6k

clickable column with comma seperated values in listview control in asp.net 3.5

Aug 2 2012 5:36 PM

listview control in asp.net 3.5 '

 
I have a pop up dialog with listview of 2 columns with add and save button say
1. First list view
Name   url
eg1      www.google.com
eg2      www.w3schools.com

say when u click on this url a particular document from the server get launched...

when u click on "Add" new row is inserted and when "Save" is clicked ...The base page with a list view is displayed say

2. Second list view -- with same add and save button
colB    colC            colD
xx       eg1, eg2     yy


the url name added in the pop up is diaplayed with comma seperated ..when u click on the columnC value say eg1 the corresponding document from the server should be displayed...Similarly when eg2 is clicked the doc or pdf from server is displayed..

could anyone help me to solve this asap
The second list view is the main view where as the first listview pop up get gets displayed when u click on column c values which is by default "add" before attaching the files.