Click here to Skip to main content
15,915,093 members

Comments by jin19 (Top 11 by date)

jin19 25-Sep-14 7:04am View    
i have a page say page1.aspx where i have many anchor tags like sony,samsung,dell,micromax etc.. when i click on any of these tags(ie sony,samsung,dell,micromax) .page1.aspx will redirect to page2.aspx...where data change based on the anchor tag i used.for example... if i use sony..the content in page2.aspx will show details of sony only... likewise... now my question is how can i achieve dis using session...hop everything is clear
jin19 25-Sep-14 6:34am View    
i have many anchor tags,i need to go to same page where datas may change based on user click on the anchor tag.. i need to achieve this using session... how can i do it in Asp.net C#
jin19 25-Sep-14 6:33am View    
Deleted
i have many anchor tags,i need to go to same page where datas may change based on user click on the anchor tag.. i need to achieve this using session... how can i do it in Asp.net C#
jin19 25-Sep-14 6:31am View    
can u elaborate ?
jin19 19-Sep-14 4:00am View    
sir,actualy i solved it using my code itself..i forgot to check Page.IsPostBack property thatz y i dint retrieve any value... thanks for your support :)