I have asp.net website. Here I have not used form tag for designing page but used div tags.
Now i want to read the key combination from user, example: if user presses keys "s+u+m" then I have to generate OnClick event of Sum Button on my ASPX page. But it should be happen at page level not for control's key press
Also if there is an JS then please tell me where to write it as I am new in ASP.Net Any Idea???
Thanks.