Pop-up windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arunkhd
    New Member
    • Apr 2008
    • 1

    Pop-up windows

    Hi All,

    I am new to ASP.NET. I am writing a web application in VB.NET. I am using SQL Server 2005 as backend.My Application is to organize the procedures and guidelines documents of different departments within an organization.By selecting a document name under a department the documents should be opened in a pop-up window.I am using a Gridview control to populate my list.Please give me your valuable advice.

    Thanks in advance.
  • balame2004
    New Member
    • Mar 2008
    • 142

    #2
    Originally posted by arunkhd
    Hi All,

    I am new to ASP.NET. I am writing a web application in VB.NET. I am using SQL Server 2005 as backend.My Application is to organize the procedures and guidelines documents of different departments within an organization.By selecting a document name under a department the documents should be opened in a pop-up window.I am using a Gridview control to populate my list.Please give me your valuable advice.

    Thanks in advance.
    Hi,

    Instead of using GridView control, use repeater control. With repeater control, you can list out documents of different departments with different look , title, and alignment.


    - Balaji U

    Comment

    Working...