Browse by Tags

All Tags » Javascript (RSS)

Adding bookmark of the site with the help of JavaScript by vik20000in

Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt...

Working with cookies and JavaScript by vik20000in

Hi, I have discussed about cookies in my previous posts. But in all those posts I talked about working with cookies in server side. You can read these posts here Asp.net cookies an overview Asp.net Reading and writing value in cookies Subkeys scope limitation...
Filed under: , ,

Binding keyboard shortcut in Asp.Net by vik20000in

Hi, Many a times when working with the Web Application you would like to give the user the comfort of getting the job done without using the mouse. It can be of great use to the user if they can perform many tasks using the keyboard in a web application...
Filed under: , ,

Working with Asp.Net Timer control on client side by vik20000in

Hi, Few days back I saw this question in the forums and from then I was looking for an answer for it. The Timer control in the asp.net Ajax is pretty useful when we want to do some activity on the client side at a certain interval of time. The control...
More Posts