How to open the download window when a dynamically created link is clicked in asp.net
- by Ranjana
i have stored the txtfile in the database.i need to show the txtfile when i clik the link. and this link has to be created dynamically.
my code below:
aspx code:
aspx.cs
protected void Page_Load(object sender, EventArgs e)
{
if(!Page.IsPostBack)
{
DataTable dtassignment = new DataTable();
…