Click here to Skip to main content
15,892,004 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Error: Invalid at the top level of the document Pin
Not Active27-Feb-10 2:17
mentorNot Active27-Feb-10 2:17 
QuestionLink in Textarea....... Pin
pranavcool26-Feb-10 0:27
pranavcool26-Feb-10 0:27 
AnswerRe: Link in Textarea....... Pin
sekannak26-Feb-10 0:43
sekannak26-Feb-10 0:43 
AnswerRe: Link in Textarea....... Pin
JHizzle26-Feb-10 6:00
JHizzle26-Feb-10 6:00 
AnswerRe: Link in Textarea....... Pin
Faisal Khatri26-Feb-10 6:36
Faisal Khatri26-Feb-10 6:36 
AnswerRe: Link in Textarea....... Pin
carlecomm2-Mar-10 18:05
carlecomm2-Mar-10 18:05 
QuestionBind ASP.NET to a property of a class Pin
ezazazel25-Feb-10 23:38
ezazazel25-Feb-10 23:38 
AnswerRe: Bind ASP.NET to a property of a class [modified] Pin
R. Giskard Reventlov25-Feb-10 23:57
R. Giskard Reventlov25-Feb-10 23:57 
Try this:

<asp:Label id="lblTest" runat="server" />


then, in Default.aspx.cs (perhaps in OnLoad or wherever you deem appropriate)

vm = new DefaultVM();
lblTest.Text = vm.TestValue.ToString();


Mod: Sorry, yes, just thought: that probably wasn't the answer you were looking for. Make private DefaultVM vm; to public DefaultVM vm; that should do it.
Tychotics: take us back to the moon

"Life, for ever dying to be born afresh, for ever young and eager, will presently stand upon this earth as upon a footstool, and stretch out its realm amidst the stars."
H. G. Wells
modified on Friday, February 26, 2010 6:05 AM

GeneralRe: Bind ASP.NET to a property of a class Pin
ezazazel26-Feb-10 0:14
ezazazel26-Feb-10 0:14 
QuestionASP.NET TOOLS Pin
ravanth25-Feb-10 21:53
ravanth25-Feb-10 21:53 
AnswerRe: ASP.NET TOOLS Pin
nainakarri25-Feb-10 22:14
nainakarri25-Feb-10 22:14 
GeneralRe: ASP.NET TOOLS Pin
ravanth26-Feb-10 1:20
ravanth26-Feb-10 1:20 
QuestionDownload link of the generated file changed when I moved the code to a new pop-up page [modified] Pin
Rafferty Uy25-Feb-10 16:01
Rafferty Uy25-Feb-10 16:01 
AnswerRe: Download link of the generated file changed when I moved the code to a new pop-up page Pin
Pranay Rana25-Feb-10 20:06
professionalPranay Rana25-Feb-10 20:06 
GeneralRe: Download link of the generated file changed when I moved the code to a new pop-up page Pin
Rafferty Uy25-Feb-10 20:14
Rafferty Uy25-Feb-10 20:14 
AnswerRe: Download link of the generated file changed when I moved the code to a new pop-up page Pin
Rafferty Uy25-Feb-10 22:11
Rafferty Uy25-Feb-10 22:11 
GeneralNeed help with adding jquery datepicker on asp usercontrol Pin
ysfkel25-Feb-10 13:44
ysfkel25-Feb-10 13:44 
GeneralRe: Need help with adding jquery datepicker on asp usercontrol Pin
Not Active25-Feb-10 14:06
mentorNot Active25-Feb-10 14:06 
QuestionHow to Search PartList Entity Using ASP.NET Dropdowlist and Textbox Pin
Sid Childers25-Feb-10 11:21
Sid Childers25-Feb-10 11:21 
QuestionChange border properties of ASCX from code-behind? Pin
mittalpa25-Feb-10 8:15
mittalpa25-Feb-10 8:15 
AnswerRe: Change border properties of ASCX from code-behind? Pin
Not Active25-Feb-10 9:46
mentorNot Active25-Feb-10 9:46 
GeneralRe: Change border properties of ASCX from code-behind? Pin
Nasri871-Mar-10 21:26
Nasri871-Mar-10 21:26 
AnswerRe: Change border properties of ASCX from code-behind? Pin
carlecomm2-Mar-10 18:06
carlecomm2-Mar-10 18:06 
QuestionHelp with RSS feed C# Pin
DaithiBoo25-Feb-10 7:16
DaithiBoo25-Feb-10 7:16 
AnswerRe: Help with RSS feed C# [modified] Pin
i gr825-Feb-10 19:36
i gr825-Feb-10 19:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.