Question

I want to create a portfolio page like the one in the link below but I am trying to get all the information (Categories and Images and names etc) from a LinqDataSource. http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-filterable-portfolio-with-jquery/

I am having the same html page source with the one in the sample in the link but It doesnt work in the asp.net file ?

Any explanation for that ?

Thx in advance

K

Was it helpful?

Solution

In the demo each li has multiple classes that are used to specify their categories, your code only looks like each thing can be in one category.

The actual rendered page would be something to look at.

You should put this line

    <script src="~/Scripts/jquery.js" type="text/javascript"></script>

above the jquery you have on the page, also, i see two of your class names are "MY SQL" and "ASP.NET" those wont work because one has a space in it and the other has a "." in it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top