Search Results

1
vote
2answers
411 views

How would I dynamically add a new XML node based on the values of other nodes?

Background: I have an old web CMS that stored content in XML files, one XML file per page. I am in the process of importing content from that CMS into a new one, and I know I …
1
vote

What Url rewriter do you use for ASP.Net?

I just installed Helicon's ISAPI Rewrite 3. Works exactly like htaccess. I'm diggin it so far. …
1
vote

How to detect (using .ASPX) if Javascript is enabled on browser

In .net, you can use Request.Browser.JavaScript to detect if the browser supports JavaScript. However, the user may still have Javascript disabled. An ugly way to check to see if Jav …
0
votes

How do I persist the value of a label through a response.redirect?

Why exactly are you doing a redirect in this scenario? It seems unnecessary. …