Microsoft
Software
Hardware
Network
Question : using javascript or jquery inside inline code
Is there anyway to use JavaScript or Jquery inside inline code. Consider this
I have a jquery session variable : $.session("example") and I want to use this session value inside the following code
<% if ( $.session("example") ="something") { %>
'execute code here
<% } %>
Thanks
Answer : using javascript or jquery inside inline code
and use :
1:
<% if ( HiddenFieldForExampleSessionID.Value == "something" ) { %>
Random Solutions
Where do I put the brackets
You have a previous version of the Microsoft Exchange Messaging Service. Create a new profile.
how to designate drives for recycle bin
Cannot print from Sony VAIO to HP C5250
Vmware ESXI limitations
Adding blogger feed to Facebook page - still track Google analytics?
Sql question for Access
Get Value of gridview field that is set to visible false
Crystal XI Dynamic Parameter Not Displaying All Available Values
Write a batch file in windows and schedule it to copy certain files to Linux server?