I have a button and a label. on clicking on that button i want to change the text of label. How can i do this in Asp.net mvc 1.0.
-
Do you want this to be changed client-side or server side? Where is the data coming from?madcapnmckay– madcapnmckay2010-08-10 08:39:23 +00:00Commented Aug 10, 2010 at 8:39
-
i want to do this in server side.andrew Sullivan– andrew Sullivan2010-08-10 08:44:24 +00:00Commented Aug 10, 2010 at 8:44
-
Do you have <asp:Label id="Label1" runat="server"/> and <asp:Button id="Button1" runat="server" /> or you have an <input type="submit" /> and <span>?msi– msi2010-08-10 08:46:33 +00:00Commented Aug 10, 2010 at 8:46
-
2you should check out the videos over at www.asp.net/mvc for an introduction to basic MVC.. Best place to start! MVC does not behave the way one is used to from Webforms.Yngve B-Nilsen– Yngve B-Nilsen2010-08-10 08:47:02 +00:00Commented Aug 10, 2010 at 8:47
Add a comment
|