Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 10th, 2007, 10:41 AM
Registered User
 
Join Date: Aug 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default asp.net doubt

I have a string storing some data i want to display that data on
a aspx page how should i do it??

 
Old August 10th, 2007, 11:47 AM
Friend of Wrox
 
Join Date: Feb 2006
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gaurav_jain2403
Default

It's quite simple:

string s = "virus220";
Response.Write(s);
Or,
TextBox1.Text = s;
Or whereever you want to display it. You can test it by writing these lines in Page_Load event.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Very urgent, Doubt in ASP ssramvinay Classic ASP Databases 1 April 17th, 2007 01:21 PM
urgent doubt to run calc.exe from asp.net page geetha ASP.NET 1.0 and 1.1 Professional 0 July 19th, 2006 07:35 AM
doubt in .net pradeepkumarcb VB.NET 2002/2003 Basics 2 April 25th, 2006 10:49 PM
very very urgent doubt spec in c#.net geetha VS.NET 2002/2003 0 December 21st, 2005 07:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.