Tagged Questions
10
votes
9answers
9k views
ASP.Net Master Page and File path issues
I'm trying to add a script reference to jQuery in my master page so that it will work for any page. It currently looks like this
<script type="text/javascript" src="jquery.js"></script>
...
2
votes
1answer
265 views
What is the easiest (correct) way in ASP.NET MVC 2 to make a button-click display text?
I need to make a quick demo showing how to do interactivity on an ASP.NET MVC page.
I opened an ASP.NET MVC project in Visual Studio 2010, put the view in design mode, dragged in a button, ...
1
vote
4answers
176 views
runat=“server” breaks my jquery / css functionality
I have a page that changes media on a page, like pictures or PDF's, using JQuery so that each user click doesn't require a page refresh / new database access.
I have a DIV container that holds all ...
0
votes
4answers
1k views
Getting ID from asp.net runat server in jQuery
i'm trying make some stuffs in jQuery using asp.net. but the id from runat="server" is not the same as the id used in html.
i'm used to use this to get the id from this situation:
...