Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Closed Points: 75 Time: 03:28 - Sep 27, 2007
aaa_mits
I am working on a project in asp.net c#. In this project my client enter data from different location, I need to track the data entery with local date and time (client Browser not server). Need your help, so that I will able to save the local date and time in DB. Regard. Amjad Ali Awan
Categories:
Add Categories
When adding more than one category, separate them with commas.
shashi.programmer
Date:: Sep 27, 2007
Time:: 03:57
you can use timestamp to track the data when entered it basically. it can be stored in the database when the client enter the data from different location than you have to enter the timestamp value in the same row of table with the current local date and time.
prashanth.guru
Date:: Oct 18, 2007
Time:: 06:47
http://rsanidad.wordpress.com/2007/09/21... Visit the link to get your task done.. <script> function GetClientUtcOffset() { var d = new Date(); document.forms[0][”UtcOffset”].value = d.getTimezoneOffset(); } </script> <body onload=”GetClientUtcOffset();”> <form id=”form1″ runat=”server”> <input type=”hidden” runat=”server” id=”UtcOffset” /> . . . In our code behind, we got the value and put it in a cookie. The alternative was to put it in a session. protected void Page_Load(object sender, EventArgs e) { if (IsPostBack && Request.Cookies[”utcOffset”] == null) { HttpCookie utcOffsetCookie = new HttpCookie(”utcOffset”, “0″); if (!string.IsNullOrEmpty(UtcOffset.Value)) utcOffsetCookie.Value = UtcOffset.Value; Response.Cookies.Add(utcOffsetCookie); } }
admin
Date:: Mar 04, 2009
Time:: 09:58
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points. The Quomon Team
Date:: Mar 10, 2009
Time:: 13:42
The question has been closed. The Quomon Team
Question Answered
This question has been closed, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
Hi is there a way to retrieve the loop count in XSLT
how do repair this problem: every times i opened my laptop it will suddenly n...
How i get the hp pavilion dv6-3054tx laptop bottom base assembly as a sparepa...
I don't have AOL browser but privacy scan shows hundreds of files/cookies fro...
wireless keyboard has stopped working
need validation controller for textbox in java
You have 100 characters to use
Rank
Expert
Points
1.
10279
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software