0
votes
1answer
39 views
Better way to retain form data on manual back redirect?
I have a form that, on submit, requires the customer to look over the data, and then confirm the changes before saving the data.
However, I'm using a really rough way of retainin …
1
vote
2answers
30 views
javascript Message box with confirmation
How to add javascript Message box with confirmation option in ASP.Net.??
0
votes
0answers
72 views
GridView button field confirmation dialog
Hi!
I have a Gridview with a button field for deleting a row.
I don't want to use TemplateFields because this is not possible when I set EnableSortingAndPagingCallbacks to true.
…
2
votes
4answers
371 views
How can I print an HTML document from C# or javascript without user confirmation?
I would like to send a print job to the printer without the user having to click "okay" on the print confirmation dialog window.
Either C# code-behind or javascript would be fine …
3
votes
6answers
495 views
How to generate a secure activation string in php?
After user subscribe email to my website. My website will generate an email confirmation and send to them. In the email content, i need to include activation key, something like:
…
1
vote
2answers
261 views
Windows: How to display a non-blocking Alert/Confirmation window?
I want to realize a simple confirmation/alert box which can be called using a Windows XP/Vista batch script by CLI.
The standard alert box seems to be blocking which means that th …
1
vote
1answer
87 views
Google-Analytics: How do I add an e-mail link as the final step of a goal?
I send a confirmation link via e-mail (in multiple places) but it seems Analytics doesn't recognize those clicks (given URL is visited) unless the visit immediate. I am guessing th …
0
votes
2answers
510 views
How to run JavaScript prior to System.Web.UI.Timer OnTick?
I need a client-side script to confirm that the Timer's OnTick event can proceed.
How do I invoke CanContinue() before the Timer1 postback occurs?
How do I cancel the postback …
7
votes
4answers
523 views
WCF and confirmations - do I need to send back a ‘OK got it’ to client?
Hi,
If I have hundreds/thousands of client computers WCP'ing to my server, should I respond with a '200 OK' type message stating that I received the data and stored it in the db s …
0
votes
3answers
501 views
Best way for confirmation email links to submit ID
I've got a web site sending someone a confirmation email.
Now in the email I would like to have a link the user has to click to confirm he received the mail.
I'd like to include …
