Click here to Skip to main content
15,883,829 members

Comments by HaBiX (Top 22 by date)

HaBiX 19-May-14 5:03am View    
Reason for my vote of 5 \n Useful, but why pass datetime argument as string?
HaBiX 19-Mar-14 17:32pm View    
Reason for my vote of 2 \n Where is ASP.NET? I only see html
HaBiX 7-Jan-14 6:02am View    
Reason for my vote of 1 \n This is not how you prevent sql injection attacks. Did you ever hear about SqlDataParameter?
HaBiX 8-Aug-13 1:36am View    
Reason for my vote of 1 \n It does not work.
1. You can right click back button and select any point in history
2. If you pick a location in history that was a result of a postback, you'll get asked to resubmit again
HaBiX 4-Aug-13 9:45am View    
Reason for my vote of 3 \n 1. It lacks explanation of what is hapening in your code.
2. Having few ints on viewstate (to keep track of page nr., sort field and sort direction) is not a expensive at all.
3. Both methods don't work well with bookmarks - i always use querystring parameter to specify those 3 arguments