Prevent The User To Use The "previous Button" On The Navigator To Avoid Data Duplication

Nov 29, 2010

I have a page register.aspx that a user can use to register on my website. Once the registration process is completed, I redirect the user to thankyou.aspx where he will get a code to activate his account.

My problem is this: from the thankyou.aspx page, if the user click the "previous button" on the navigator, he can still have access to the information he had previously submitted and might cause data duplication . I don't want this to happen. I want in that case to redirect him back to thankyou.aspx or another page which will be different than the register.aspx.

My questions are:

1. how can I prevent the user to use the "previous button" on the navigator to avoid data duplication?
2. in case question 1 cannot be done, how can I know in register.aspx that the user comes from thankyou.aspx (which should not normally happen) so that I can redirect him to another page?

My approch was before redirecting to thankyou.aspx, I concatenated session.sessionID and another data to be retrieved on thankyou page. And on thankyou.aspx, I destroy the session after the page was loaded by using Session.Contents.RemoveAll(). And here, nothing happens. The session is still on when using the previous button.

View 5 Replies


Similar Messages:

Why Does Autopostback From Button Click Duplicate Part Of URL / Prevent The Duplication?

Nov 10, 2010

Example: url is [URL]

I click an asp:Button which cause a postback, but now the url comes up:

[URL]

There is nothing special in the button, just id and runat.

This only happens when I start with the "/88" in the starting url?

Why, and how can I prevent the duplication. After the postback I want the url to be the same as when started.

View 1 Replies

Forms Data Controls :: Comparing Two Columns In A Grid View To Avoid Duplication?

Aug 6, 2010

I have a condition to check weekdays with a particular time corresponding

to that day that were added to a grid view using a drop down list and two text boxes.

The drop down list has weekdays and textboxes has from and to time.

I have to verify a condition to avoid duplication of same day with same time should not occur in the table twice.

(i have used time picker jquery to get time.)

how should i write the condition in sql and use that in C#

View 5 Replies

How To Avoid Duplication In Combo Box

Jan 10, 2011

I have used the database data to combo box values. But the problem is i don't now how to avoid the duplicate data. for e.g In a single column name called "department " is used so many time but i wanted it only one time should be displayed the combo box.

View 5 Replies

User Controls :: How To Prevent User To Go Back Previous Page In Webform

Oct 21, 2015

I have a login page and a dashboard page. Now user first login and then redirect to dashboard page. User press browser Back navigate button and now it's again on login page.

View 1 Replies

Web Forms :: Prevent User To Take Backto The Previous Web Form

Jul 30, 2010

I've an application in asp.net, and when i click on back button IE browser taking back to previous page,i want to prevent the user going back to previous form.if user try to going back to previous page a meesage pop-up should show saying "You cannot go back to previous page, you have to re-login to see the previous page".

View 1 Replies

How To Prevent Duplication On Performing An Operation In Gridview

Jul 6, 2010

I would like to know how to avoid the same operation from being performed twice after some action has been taken on the gridview.

i.e. on clicking a button in gridview, operations in RowCommand get executed. Then on doing a page refresh, the same thing gets done again.

How can we avoid this?

View 1 Replies

When User Back Any Previous Tab(page) The Will Be Show The Previous Data Without Loading 2nd Time?

Jul 26, 2010

I am developing a web application in ASP.NET3.5 with C#. I also using Telerik RadAjax Control. When user click the menu then open the page with a new tab(Like web Browser).I want to create, when user back any previous tab(page) the will be show the previous data without loading 2nd time( like browser tab). Is it Possible ?

View 2 Replies

Forms Data Controls :: When Use The Previous Button To Navigate Back To The Previous Step The Page Reloads But At The Bottom Of The Page?

Aug 2, 2010

I'm using a wizard control with 4 steps, when I use the previous button to navigate back to the previous step the page reloads but at the bottom of the page.Instead of showning the whole of the page, the user views the footer of the site and the previous button and next button.I'm sure there is a very simple answer to this but I just can't figure out how to get the page to reload to the top.

View 8 Replies

Forms Data Controls :: Prevent Previous Parents Data Is Loading To One Of Child Record

Mar 21, 2010

I have datagrid. i loading data to grid from user control like below

[code]....

when i click the button Show child item. all the child item are displaying except one. for first child item not displaying, but one of parent items is displaying inside child grid.

it seems like previous parents data is loading to one of child record. How can i prevent that?

View 2 Replies

Web Forms :: Avoid Duplicate When User Hit Refresh Button?

Feb 16, 2010

I have a receipt page for my clients that will display their info and they will get notify by an email message. Here is the problem: when user hit refresh button from a brownser, it will send duplicate email message to the user.

This is what i have:

protected
void Page_Load(object sender,
EventArgs e)
{ if(!IsPostBack)
SendEmail()
}
protected void SendEmail()
{ //here is my function for email
}

View 5 Replies

Web Forms :: Add A Button Next To The Next/previous Buttons That Would Allow The User To Add Another Room?

Apr 9, 2010

I have a wizard that has 3 steps

1 - add property
2- add address
3- add room

on the third step I would like to add a button next to the next/previous buttons that would allow the user to add another room.Is there a way to add a button to the wizard and then handle its onclick event

View 4 Replies

Web Forms :: How To Get The Correct "navigator.appCodeName" And "navigator.appVersion"

Feb 11, 2011

Using the standard navigator.appVersion and navigator.appCodeName comes up with Mozilla 5.0 for me using Internet Explorer 9.0

It says "compatible with IE 9.0, but doesn't give a version of 9.0.

View 1 Replies

MVC :: Save Previous Filter Options, When User Clicked On Back To List Button?

Jun 25, 2010

Introduction:In modified list page I have html controls to filter data in table. By default data in main table is not filtered. This page can view and filter data authenticated && non-authenticated users. For storing membership information I use ASP.NET membership.

Question: My Simple Grid table:

<table>
<thead>
<tr>[code]...

Also have simple html elements to filter data in upper table after button click. After user click on "City name" page redirrects to Details Page. And in Details page user can click on button Back to List. How to save previous filter options, when user clicked on back to list button. Now in when user clicked on btn "back to List",

table loaded with default data (it is bad).

Aim: How to realize saving previous post for registered and unregistered users, if this tables more in other pages (not one).

Also, how to realize saving optional parameters registered users.

Notes:
I use SQL Server 2008.

View 3 Replies

Web Forms :: Prevent A Postback From A Button In User Control Inside A Modalpopupextender

Apr 12, 2010

HOW can I prevent a postback from a button in user control inside a modalpopupextender, so that the modalpopupextender doesn't close?

View 4 Replies

AJAX :: Calendar Extender - Show Only Dates Of Current Month Not Previous Dates When User Clicks On Button

Sep 22, 2010

i want to use a ajax calender extender in which when user clixcks on button caleder show only dates of current month not previous dates.i dont want to disable dates. i should not apper on current month calender. means it should start from 1 and end to 30 or 31

View 3 Replies

How To Show The Previous Page Data As It Is On Button Click

Mar 16, 2011

I have 2 webforms default.aspx and default1.aspx.In default.aspx I have a button on button click event it redirects to default1.aspx?sno=1

then on default1.aspx I have a button back. On back button click the user is redirected to previous page default.aspx.

View 2 Replies

How To Disable The Previous Or Next Button On A Pager Template When There Is No Data

Oct 4, 2010

I have a pager template in a formview which shows the Prev, Next button and the number of pages. I want to make the Prev or the Next button disable when there are no more pages to go. Like, if it is the first page, then the Prev button will be disabled.

<PagerSettings
Mode="NextPreviousFirstLast"
/>[code]......

View 5 Replies

Data Controls :: Repeater Paging With Next And Previous Button

Feb 25, 2016

Design page :

<asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate>
<%#Eval("ProductName")%>
</ItemTemplate>
</asp:Repeater><br />
<asp:LinkButton ID="lbPrevious" runat="server" Enabled="false">Previous page</asp:LinkButton>
<asp:LinkButton ID="lbNext" runat="server">Next page</asp:LinkButton>

Code behind file

 using System;
// We need these namespaces imported to work easier with database
using System.Data;
using System.Data.SqlClient;
// Here is PagedDataSource class located
using System.Web.UI.WebControls;

[Code] .....

Record loaded into control but when i press next button then next 10 record showing properly but when i want to see another next record then it shows same record.

e.g. i have 40 records in my db then first time it shows 1 to 10 record

when i press next button then it shows 11 - 20 records 

again i press next button then it shows 11-20 records instead of 21-30 records...

View 1 Replies

Data Controls :: Avoid Button Field Postback In GridView

Apr 27, 2016

Call JavaScript function on GridView Row click using jQuery in ASP.Net works great!, but if I want to have a first column with an image button so the user can click only there to select a row it always produce a postback when using a button field, how can I avoid that postback while having an image button for the selection click in the gridview? 

View 1 Replies

Forms Data Controls :: Using Link Button In Gridview To Avoid The Use Of Querystrings

Apr 13, 2010

I am using linkbutton in my gridview to avoid the use of querystrings. The gridview is filled from a dataset.

I almost have it working but the text the linkbutton is displaying does not vary as a function of what row it is in. I need a way to associate the text of the linkbutton with the row it is in.

[Code]....

View 3 Replies

Forms Data Controls :: Previous And Next Button In GridViewPager Doesn't Work

Mar 31, 2010

I have done some modification and customization with List.aspx under Dynamic Data.

I must have messed up some controls or events somewhere.

Everything works well except that GridViewPager buttons (|<, <, >, >|) does not bring me to the next or previous page. It stays at the same page.

But if I manually type in the page number into the page number field and press enter, it works brilliantly. The gridview refresh to the correct pageindex.

View 2 Replies

Web Forms :: When Click Logout Button It Will Navigate To Previous Button

Jul 2, 2012

In My Web Application  i have one master page and Sign out button in menu. When i click log out button logout.aspx  will load. i wrote the following code in that page form_load

session["id"]=null;

Response.Cache.SetCacheability(HttpCacheability.NoCache);

but after i click the log out button it will navigate to previous page.

View 1 Replies

How To Do Things Like Label Or Button Be Displayed Under A Previous Button

Aug 16, 2010

how can i do some things like label or button be displayed under a previous button?

Code:
<ItemTemplate>
<asp:Label ID="Label7" runat="server" ForeColor="Blue" Text='<%# "&#945;&#960;&#972; " & databinder.eval(container.dataitem,"user") & " &#963;&#964;&#953;&#962; " %>'></asp:Label><asp:Label
ID="imerominia" runat="server" ForeColor="Blue" Text='<%# databinder.eval(container.dataitem,"imerominia") & " " %>'></asp:Label>
<asp:Button ID="diagrafi" runat="server" CommandName="diagrafi" CommandArgument='<%# Databinder.Eval(Container.Dataitem,"text_caption")%>'
[code]...

View 3 Replies

Web Forms :: How To Prevent Another User To Overwrite Data

Apr 23, 2010

What is the best way to implement an edit page to allow only one user to modify data at a time. For example, if User A is on the edit page, no other user will be enter the page in edit mode until UserA is done editing.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved