JQuery - code behind
- by nisardotnet
how would you use JQuery with asp.net Code-Behind
what i mean by that: i have a div that displays the result based on some processing and this process done on code-behind and based on that result i have to display if the process went through sucessfully or not.
how would i do and is that possible? can anybody show me some sample lines of code to understand?
thanks.