Manage Records - Keep History Of Changes
Aug 5, 2010
I am wanting to develop an application where there is a business requirement to keep a track of all changes made, so every time a record is edited, it is saved as a new record. So far, I have a Search form to list my Entities in a GridView. When I have identified the Entity I want to edit, I click on that record, and it takes me to a DetailsView form, with all fields of the record. Every record is identified as having an Entity key (ent_key), Sequence (seq_key) and Current key (cur_key). When I edit and save the Entity with say, ent_key =1000, seq_key =3, cur_key =1 and make any changes, then two things should happen:
1. the existing record (without edits) should be amended to be: ent_key =1000, seq_key =3, cur_key =0 (this 0 indicates that it is no longer current)
2. a new record including edits should be inserted to the database as having: ent_key =1000, seq_key =4, cur_key =1
The problems: In my DetailsView form, in Update mode I cannot update the seq_key, and when I use Insert mode, all the fields are blank so this is not helpful to the end user. (FYI - The data is stored in a SQL Server database, and I have set up a table adapter to retrieve the records. Am developing in C#)I would like to utilize stored procs where possible to resolve this issue. Would you experts please help me with some ideas (incl coding and examples if poss) to resolve this issue? Am reasonably new to this development, and I don't know what I don't know.
View 5 Replies
Similar Messages:
Apr 16, 2010
i use the grid view so edit & Delete the records. using
<asp:CommandField ShowEditButton="True" />
<asp:CommandField ShowDeleteButton="True" />
But due to more fields the gridview is out of the Master page.
So how can I manage the gridview columns especially at time of edit the records.
View 5 Replies
May 25, 2010
I have couple of DDL's, namely DDL1 and DDL2. The latter is dependent on the DDL1, which is creating some problem for me. When I choose a value in DDL1 it populates DDL2 accordingly but when I choose a different value in DDL1 it still shows the result from my previous selection in DDL2.
How do I remove historical values from DDL2 and only shows values matching to what is selected in DDL1.
View 4 Replies
Oct 21, 2010
How to delete the history pages in ASP.net?In my application when the user logs out, i delete the session variables and expire the cookie(aspxauth and asp_net_sessionId) but however when user clicks on the back button of the browser, user could still see the pages with all the user information on it. However the page cannot interact the server as sessions are not available but expired pages contain demographic information which is an harmful scenario for Security issues.
View 3 Replies
Dec 20, 2010
I am working on image manipulation application.Everything is working fine, image is manipulated and saved in a folder in my application and when I want to display manipulated image the browser diaplays the previous image which does not exists in the folder.When I clear the browser history and refreshed the page modified image is displayed.The previous image and new manipulated image have same name.The image name is saved in database so i cant modify it.
View 3 Replies
Jun 25, 2010
my project is visitortracking system in this we are tracking all of the visitors now i want to track the visitor history(second time)
View 1 Replies
Dec 9, 2010
How to delete page history which you can see from the dropdown beside the browser back and forward button? I want to clear all the history on logout that is only specific to my website.
View 7 Replies
Sep 1, 2010
i want to clear history of user page after they sign out from their page manipulations.I googled it and found some ways with cacheability,but it doesnt work fine.
View 3 Replies
Jan 20, 2011
How can maintain the browser history while performing ASP.NET AJAX asynchronous postback operation.
View 1 Replies
Jun 10, 2010
my requirement is that SSRS 2005 report should show all records with checkboxes(or can be by any other means of flagging ?) .
Now the records for which checkboxes are checked or flagged are only to be included in the exported excel sheet or pdf .
View 2 Replies
Nov 10, 2010
[Code]....
this is my html code
[Code]....
this is my code behind
[Code]....
this is my bal code
acuttally
in my javascript popup i am getting the checked values but i need it in record by record in the lblsave data
View 2 Replies
Mar 31, 2010
The website is over half way done and the functionality for the blog is (except for adding posts) is already implemented and working correctlyI have a SQLExpress 2008 backendBlog posts are rendered on the page with full HTML markup within a label control.
All of the above is done and working. Though I am essentially new to creating websites with ASP.NET, CSS and SQL, I am sure that I could simply carry on and make a login page with some controls that would allow me to add records (blog posts) directly to the database on the host server. However, I am fearful of doing this because I know that malicious code can be passed in this way. Also, because of my lack of knowledge, the only way that I know of to pass the code from a control to the database is to disable validation for the page the control is on. Without a doubt I do not want to do that.
So what are my options for getting blog posts into the database? Is it safest for me to fully create the post in html and update a copy of the database that resides on my local machine? If I do it this way, how can I merge the records from the database on the local machine with the records on the remote server?
View 7 Replies
May 5, 2010
i have a question regarding grid view. i have done almost all work i needed. but one thing i want to do is i have set 4 of page size of grid. so when i show records on the web page i want to set a iframe after first two records then iframe and then two more records like i have shown in the example image. i have used LINQ with C#.how to do it. if you people want i can show you my code.
View 3 Replies
Mar 26, 2010
I'm using 2 masterpages in my project.One master page is for login page and another one for the HomePage where user will go thro the options to reach other pages from home page..The thing is,i have "Logout" button in my home page.When i click on the logout button,the page will be redirected to "LoginPage.aspx". After redirecting to login page,when i click on browser back button,the previous page is displaying but it should not display to user since i'm doing sensitive transactions in all pages...
I tried using following code
Code:
Response.Expires = 0;
Response.Cache.SetNoStore();
Response.AppendHeader("Pragma", "no-cache");
Page.Response.Cache.SetCacheability(HttpCacheability.NoCache);
but it's not working...
View 8 Replies
Oct 9, 2010
Asp.net How can i get the transaction history of paypal account on my website using paypal email id and password.As I want to Import the Paypal transaction logs in my website for financial management on my site...
View 1 Replies
Jul 12, 2010
I'm using asp.net AJAX and history points with the ScriptManager and it works great. My only problem is that when I make non AJAX pages I have come to love url-rewriting with nice "hackable" urls. Without SecureHistoryState my url will look like for example [URL] where "/Home/Frontpage" is the page to show. I have seen on other web-pages with AJAX (maybe not asp.net) that the url will change into for example [URL] which is a lot nicer. Or if I could have[URL]I would be very happy. I don't need the history url to contain anything else than the page path. Is this at all possible with asp.net AJAX?
View 1 Replies
Mar 15, 2011
I am using a ScriptManager control to load search results from server web services. There is a text box and button on the page where the user enters their search terms. When they submit their search there is a Response.Redirect that is called to the search page. I use the ScriptManager's history function to track filtering that the users can do. If you are familiar with this function the URL ends up looking something like this:
[URL]
My problem is that if the users deices to do another search with the text box and button on the search.aspx page, which causes a response.redirect, the query string changes but the hash history stay a part of the URL. This does not make sense to me because from what I understand of the Response.Redirect("someURL") it should act like it is sending you to a new page regardless if it is going to the same page it left.
View 1 Replies
Feb 5, 2010
I have applied audit trail to my webform/table its working fine.I am able to maintain the History(action,action_date) of the MySql database table from ASP.net but I want to save user name i.e action_by too so i will have history of who changed the data and when, how can i acheive to save username in history table.i have login webform in my application. History MySql Table.
View 1 Replies
Jul 23, 2010
i dont know at what instance of program i have to do this while adding the history point or in the navigate event of script manager(i mean calling javascript function from code behind)
View 1 Replies
Jan 26, 2011
way to stop browser history population in a textbox?
View 4 Replies
Oct 5, 2010
we have a web form with check boxes on.
When we click our back button the page only returns to the previous state (un checking the check boxes one by one after each click). We would like it to go back to the previous page and remember the history of the page.
I've tried :
[Code]....
but this just crashes the page.
our javascript button looks like this:
<input type="button" value="Back" onclick="history.go(-1)" />
(the browser back button does the same thing)
View 6 Replies
Feb 16, 2010
I want to add the History Control to my Ajax Extensions Toolkit.
I'm using Visual Web Developer 2008 Express Edition Version 3.5 SP1
Is this Possible? - cause I understand Visual Studio 2008 Standard Edition SP1 already includes these Ajax Extensions.
If it is from where can I find the right download?
View 1 Replies
Feb 24, 2011
I have a requirement to keep a history of values of some fields in an EF4 ASP.NET MVC3 application. This just needs to be a log file of sorts, log the user, datetime, tablename, fieldname, oldvalue, newvalue.
Although it would be pretty easy to code this in various save routines, I'm wondering if I can get global coverage by wiring it into some sort of dataannotation, so that I can perhaps declare
[KeepHistory()]
public string Surname { get; set; }
in my partial class (I'm using POCO but generated from a T4 template).
View 1 Replies
Dec 30, 2010
i am using the function history.go(-1) function on my button to go back. but i am getting a prob in value selected in dropdown.
the sourceview is showing the original value selected but on UI its showing the previous value
means when i click on back button,
UI shows the same value but when i view the source code then the selected value is the same that need to be appear
for example
suppose my dropdown has data in format MM/YYYY first i select 02/2010 and then after that i select 04/2010 now when i click on back button having onclick ="history.go(-1)"
then the value in dropdown remains the same i.e 04/2010 but when i see the source code, then for dropdown the selected value shows as 02/2010.
View 1 Replies
May 17, 2010
I am trying to disable history and properties tabs from my report manager for some users.
I've been looking for advice on the internet but did not find anything about this.
View 2 Replies