Omgili - forum search, search forums  
  

Discussions about pressing f5

Displaying 1 - 10 out of 5,631 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I have the following code on my site (using php and smarty) to try and avoid a form resubmitting when I hit f5: if ($this->bln_added == false) { if (isset($_POST['submit'])){ $this->obj_site->obj_smarty->assign('title',$_POST['tas_heading'...
Started by on , 4 posts by 4 people.  
Something like this: if (isset($_POST)) { // Perform your validation and whatever it is you wanted to do // Perform your redirect } // If we get here they didn't submit the form - ... .
The best way to handle forms is to use self-submission and a redirect .
I have a Silverlight project (with ASP.net MVC web project) Suddenly, when I press F5 it takes like 20 seconds, from the moment that Internet explorer opens, to when the debugger is attached. Mind you, it is a project that works perfectly since about ...
Started by on , 4 posts by 4 people.  
I think a lot.
I have seen random slowness as well when trying to run web applications using "F5".
Hi all, i am creating dynamic controls based on the dropdownlist selection and data available in the database. For this i am using static variable. When we refresh the page using (f5,ctrl-f5,ctrl-r) value in the static varable remains. It creating problem...
Started by on , 4 posts by 4 people.  
I presume what you mean is that your server-side code is caching data and... .
If you want this to not be there on refresh then don't make it static .
When IIS will recycle).
Ctrl-f5 or ctrl-r A static variable stays there until the class is recycled (i.e .
Ask your Facebook Friends
I have a webform and i want to detect if F5 button was pressed or if the page was refreshed. I know about postback but it is not what i'm looking for. I have a gridview that loads in a modal popup when a button is clicked and a parameter's value is set...
Started by on , 3 posts by 3 people.  
Pressing F5 or physically clicking the browser refresh behaves similarly to navigating away.
Started by on , 174 posts by 132 people.  
Answer Snippets (Read the full thread at reddit):
Wakes up from dream F5 F5 F5 F5 https://twitter.com/#!/zh1nt0/status/161674500407181312 After.
But I would be just as happy servers.
A boss I admit, there are far more pressing issues to be dealt with.
I am using the jquery dialog widget to display a modal box. However when pressing F5, while the modal is open no refresh happens. Any idea? Interesting Update: Try this demo: http://jqueryui.com/demos/dialog/#modal-message Now when the focus is on the...
Started by on , 3 posts by 3 people.  
This would explain a lot yourself (this was for enter triggering a button... .
Is the dialog box diabling the F5 key by capturing the keypress event and stopping its propagation for the 'F5'? Check the code for keypress captures of this sort.
I have a web form with a detail and a list view on it, the user fill the data in the fields of the detail view presses the "save" button, and everything is ok for the moment, but if he is pressing F5 after this operation a new record is going to be inserted...
Started by on , 3 posts by 3 people.  
This will send them to a fresh version of your page without post data in it... .
You could stop this by using Response.Redirect("yourpage.aspx") after your save button event .
This will be the same for any webpage that uses a POST request for its operations .
Hi friends, I found that if you press F5 or refresh from browser window, the last event fires again. For ex. I have clicked on a button the button event is carried out normally, but if i press F5 from browser window then the same event is fired again....
Started by on , 3 posts by 3 people.  
When you press F5/Refresh, it sends the same request to server.
It is by design.
Want to restrict you can go for some javascript like below //to avaoid pressing F5 keyIt is not a bug.
When I am in Explorer on Windows 7 and I create a new folder it does not show up in the right hand pane until I refresh the listing by pressing the F5 key. I have tried creating a new folder using right click\new folder and using the New folder option...
Started by on , 3 posts by 3 people.  
In Windows 7, this file seems to have been renamed to IconCache.db and is found under C:\Users\UserName\AppData... .
Locate C:\WINNT\ShellIconCache (it's a hidden file), delete it and reboot .
Deleting the ShellIconCache usually does the trick (Vista and lower) .
This is the simple code: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { txt.Text = "Original"; } } first load. text box state is "Original". manually , changing the value to "Not Original". pressing F5. the line: txt.Text = ...
Started by on , 6 posts by 6 people.  
So in your.
When you refresh (F5) an ASP.NET page, it will repeat the last action that was taken.
So in your.
When you refresh (F5) an ASP.NET page, it will repeat the last action that was taken.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Super User
  • Battlefield 3
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost