CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Implementing it with asp.net #529

Closed mattou11 closed 11 years ago

mattou11 commented 11 years ago

Hello I would like to know if it's possible to have a tutorial or something to help me setting it up with asp.net(vb.net) in visual studio 2012 (I downloaded the latest version 1.9 of anything slider).

I moved and joined the js and css folder to my project.

My web application use a master page (site.master) and aspx pages ( where I want the anythingslider to show)

I tried adding the setup code in my master page <head>. But when I use (in my aspx page) the <div> method I get an error and with the <ul>/<li> method the text appear directly on the form without any slider.

Mottie commented 11 years ago

Hi @mattou11!

Sorry, I've never used asp.net, so I can't easily answer this question. But I think it has something to do with the HTML tags that asp requires.

Mottie commented 11 years ago

I'm guessing this issue has been resolved. If not, please feel free to post a message here for me to reopen it and I will try to assist you further.