Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #72.7K
Ranked #4K
~401 People Reached
Interests
painting and watching movie
Favorite Forums
Favorite Tags
Member Avatar for shahai.ali

hi m new to `asp.net` and m trying to secure my pages so that if the user is not logged the pages are not accessed to him. previously i have done in `php` like in the following: if(!isset($_SESSION['adminlogin']) || $_SESSION['adminlogin'] == ''){ header("Location: index.php"); exit; } but i don't know …

Member Avatar for shahai.ali
0
139
Member Avatar for ku.heng.7

I wan to tranfer the value barcode from abc.aspx to cde.aspx and display in other page this is the code from abc.aspx <asp:HyperLink ID="hlBarcode" runat="server" NavigateUrl='<%# "~/SearchStock.aspx?BC=" + Eval("Barcode")%>' > this is the code from cde.aspx.cs protected void Page_Load(object sender, EventArgs e) { if (Request.QueryString["Barcode"] != null) txtBarcode.Text = Request.QueryString["Barcode"]; …

Member Avatar for manuindia
0
262