Closed mattou11 closed 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.
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.
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.