can someone please help me with this javascript:void(null) I found it used in link buttons as follows
javascript:void(null) = do nothing.
javascript:void(null)
Notice there is a javascript call in the onclick event handler - that does something (I'm guessing it accepts data by processing the response ;).