Hello everyone,
I am using a RadGrid on my mainPage.aspx; one of the columns is a GridHyperLinkColumn. When the user clicks on each hyperlink, it opens a newPage.aspx to display some data. On click of the link, it doesn't cause postback on the mainPage.aspx as per the GridHyperLinkColumn design.
I have to maintain the count of read items (hyperlink clicks) on the mainPage.aspx; so when the user clicks on the link (which opens up newPage.aspx; and sets the read flag in a db table); After the db table is updated, i have to come go back to the mainPage.aspx and set the read count.
Please give any ideas on how this can be achieved.
I am using a RadGrid on my mainPage.aspx; one of the columns is a GridHyperLinkColumn. When the user clicks on each hyperlink, it opens a newPage.aspx to display some data. On click of the link, it doesn't cause postback on the mainPage.aspx as per the GridHyperLinkColumn design.
I have to maintain the count of read items (hyperlink clicks) on the mainPage.aspx; so when the user clicks on the link (which opens up newPage.aspx; and sets the read flag in a db table); After the db table is updated, i have to come go back to the mainPage.aspx and set the read count.
Please give any ideas on how this can be achieved.