runatserver Questions

4

Solved

I have a web site i created using VS2012 web edition, Running a VB.net asp web site, In the VS2012 debug/release mode it compiles and everything works good, When i upload it to a server (Windows ...
Spue asked 21/10, 2013 at 18:48

8

Solved

I'm trying make some stuff in jQuery using ASP.NET. But the ID from runat="server" is not the same as the id used in HTML. I used to use this to get the ID from this situation: $("#<%=txtTest....
Ceil asked 22/3, 2011 at 14:38

14

Solved

Why do I have to specify runat="server" on all my ASP.NET controls when it is a mandatory attribute and server is the only option available in my limited knowledge of ASP.NET, and I get an error if...
Insolvent asked 20/11, 2008 at 3:58

5

I have been attempting this all morning with no results. I can't seem to figure out what I'm doing wrong. I have checked out the two links (among many other unhelpful links) and have yet to solve m...
Suomi asked 4/2, 2014 at 13:30

2

What is the difference between <script runat="server"> and <script> ?
Diligence asked 24/1, 2014 at 8:20

10

Solved

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&gt...
Phyto asked 30/3, 2009 at 15:18

4

Solved

I need to instantiate some ASP LinkButtons onto an ASP.NET MVC view page. I've tried a few things, and I cant get them to come out right. Heres my most recent incarnation of the code: the aspx file...
Unattached asked 18/5, 2009 at 22:11

5

Solved

I don't necessarily need to run it at server, however, I would like to use the ~/js/somefile.js syntax. Previously, I had just set everything with Absolute paths and set my project to be at the ro...
Pseudonymous asked 18/8, 2010 at 18:52

1

Solved

Hidden fields: <input type="hidden" id="hidOrg1" runat="server" value="" /> <input type="hidden" id="hidBT" runat="server" value="" /> javascript function: function doGetWave(obj) {...
Tropine asked 1/2, 2012 at 19:25

4

Solved

Some texts on ASP.NET MVC state that "there are no runat server tags", even this MSDN article says this, when, right above that statement there is a code example with a runat server tag in the HEAD...
Protuberant asked 15/1, 2009 at 12:24

7

Solved

I'm supporting an application that uses runat="server" all over the place to show/hide table rows. For example, in places where there are dependent DropDownLists, the row with the child ddl will ...
Merrilee asked 27/1, 2011 at 18:44

2

Solved

I couldn't find much documentation on the web so far now, the obvious difference seems to be that you cant mix html and vbscript using the "script" tag for example, this is ok <% public sub ...
Alexisaley asked 19/9, 2009 at 5:16

1

Solved

Surely the fact that they're declared beginning with "<asp:" is enough to infer they're server controls? Or is it just included for completeness (so they look similar to the server control decla...
Assignee asked 17/7, 2009 at 14:50

6

Solved

What is the difference in functionality between <asp:Button id="button1" Text="Click me" runat="server" OnClick="submitEvent" /> and <input type="button" id="button1" runat="server" v...
Bethina asked 18/5, 2009 at 11:19

4

Solved

It seems everyone is doing this (in code posts etc.)...but I don't know how. :( Whenever I try to manipulate an asp element using JavaScript I get an "element is null" or "document i...
Porism asked 23/3, 2009 at 20:19
1

© 2022 - 2024 — McMap. All rights reserved.