ravula2000
IS-IT--Management
My page has a list of filenames in a listbox.
Clicking a 'Show' asp command button opens a grid with the selected file contents in the SAME PAGE.
But the design should be modified. I should have 2 frames. In one frame I need the list box with Command button.
Clicking the commnad button should open the grid in the other page.
Iam trying with this code
Frames.asp
<html>
<head><title>Frames</title>
</head>
<frameset id="fset_bnmx" COLS="100%,*" FRAMESPACING="1" FRAMEBORDER="1">
<frame name="frmListFiles" src="ListFiles.aspx">
<frame name="frmDataGrid" src="frmdatagrid.aspx" SCROLLING="auto">
</frameset>
</html>
ListFiles.aspx
Has the listbox with command button
Clicking the command button should open the grid in the frmdatagrid.aspx in the frame frmDataGrid
with the selected FILENAME from the listbox as a parameter
Can any body give me some solution.?
Please help. Thanks in advance.
Thanks
Srini
Clicking a 'Show' asp command button opens a grid with the selected file contents in the SAME PAGE.
But the design should be modified. I should have 2 frames. In one frame I need the list box with Command button.
Clicking the commnad button should open the grid in the other page.
Iam trying with this code
Frames.asp
<html>
<head><title>Frames</title>
</head>
<frameset id="fset_bnmx" COLS="100%,*" FRAMESPACING="1" FRAMEBORDER="1">
<frame name="frmListFiles" src="ListFiles.aspx">
<frame name="frmDataGrid" src="frmdatagrid.aspx" SCROLLING="auto">
</frameset>
</html>
ListFiles.aspx
Has the listbox with command button
Clicking the command button should open the grid in the frmdatagrid.aspx in the frame frmDataGrid
with the selected FILENAME from the listbox as a parameter
Can any body give me some solution.?
Please help. Thanks in advance.
Thanks
Srini