Click here to Skip to main content
15,882,152 members

Comments by Wombaticus (Top 193 by date)

Wombaticus 10-May-16 9:36am View    
Well, try debugging your code to find out where it's failing,. and why. AT the very least, wrapping it in a try-catch block should tell you something...
Wombaticus 10-May-16 7:28am View    
Why does having multiple dynamic controls on the page prevent you from using a hidden field?
Wombaticus 9-May-16 10:56am View    
Deleted
Your SQL makes little sense - it effectively says:
update table set password = X where password = X
why is the password column in your where clause? And if you really mean it to be there, unless its indexed, no wonder your query takes a long time
Wombaticus 5-May-16 6:32am View    
Don't know about web.sitemap - I just create a sitemap.xml file
Wombaticus 5-May-16 5:20am View    
Yes, you'll need to regenerate the sitemap after every update to ensure ti contains links to all possible URLs - including one for each error code in your case.