| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | yesterday | |
| stats | profile views | 19 |
|
May 7 |
accepted | sending user back to previous page after submitting web form on current page, .net |
|
May 7 |
comment |
sending user back to previous page after submitting web form on current page, .net Ah, I got it working. I thought I was going to have to set the ViewState on every referring page, which would have been alot of work. Instead, I set the ViewState on Page2.aspx to whatever was in Request.UrlReferrer. Then redirected back to it after the postback. This definitely got me thinking in the right direction. |
|
May 7 |
comment |
sending user back to previous page after submitting web form on current page, .net yeah I know... I was hoping there would be a shortcut, but I know this is a good fallback, if a bit grunt-worky. |
|
May 7 |
comment |
sending user back to previous page after submitting web form on current page, .net Same with this.. it requires me leaving a trail, or a breadcrumb to track back. It's completely feasible, it would just require me going through alot of pages and adding this in. |
|
May 7 |
comment |
sending user back to previous page after submitting web form on current page, .net I understand this approach as well, but it requires saving the previous page in the ViewState. I'm trying to avoid that type of programming (since there are ALOT of pages that could be the referrer) by attempting to utilize the DOM directly. |
|
May 7 |
comment |
sending user back to previous page after submitting web form on current page, .net I understand this approach, but it would require me passing the referrer, which is still a breadcrumb. "Page1.aspx" could be any of 50 different referring pages, each of which I'd have to program in the referrer, unless I'm incorrect about that? |
|
May 7 |
asked | sending user back to previous page after submitting web form on current page, .net |
|
Apr 24 |
comment |
Regex to replace string in a filename found in XML Why do you need to use RegEx here? Why not just use a string function like replace? |
|
Apr 23 |
awarded | Popular Question |
|
Apr 17 |
comment |
capture xml from external web service parse through nodes Also sorry about the tags in the title. It's difficult to word a question properly without saying a few keywords sometimes. |
|
Apr 17 |
comment |
capture xml from external web service parse through nodes Unfortunately, I'm restricted to using an old school web reference, using .net 2.0. Unless I'm mistaken, it's a bit more manual than using a service reference through the GUI. I know it's possible to in code using xml and LINQ, as I've seen it done before. I'm just spinning my wheels a bit with doing it. I am going to try and see if I can upgrade the solution, but if anyone can help with an old school approach, it would be helpful. |
|
Apr 17 |
asked | capture xml from external web service parse through nodes |
|
Apr 12 |
comment |
.net dynamically generated radio button attached to datalist Good, at least I'm in the right direction. Any help on the second part of the question - how can I grab the chosen radio button? |
|
Apr 12 |
asked | .net dynamically generated radio button attached to datalist |
|
Apr 6 |
awarded | Yearling |
|
Mar 27 |
accepted | RC4 encryption not matching what's expected |
|
Mar 25 |
comment |
RC4 encryption not matching what's expected @romkyns - I didn't write any of it outside of the hexadecimal conversion. It's cobbled together from the few solutions I could find floating around. |
|
Mar 25 |
comment |
RC4 encryption not matching what's expected Hmm... I've used Bouncy Castle before in an Android implementation, but not for RC4... wasn't aware it was supported. Let me give this a whirl today and see what I can make work. |
|
Mar 22 |
asked | RC4 encryption not matching what's expected |
|
Mar 5 |
awarded | Popular Question |