TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
srikanthreddy
NA
28
24k
what id Difference Between Response.Write() & Response.Output.Write()?
Mar 29 2012 8:52 AM
Answer with Example is:
Formatted string....
How:?
// i am taking two string variables in my website...
string name="srikanth";
string name1="how are you";
//i want to display "How are you srikanth" like this...
//i am trying this as like bellow
Response.Write("how are you srikanth");
//This not Correct way..
Response.Output.Write("{1}{0}",name,name1);
//This is correct Way......
Except This anything is there?
Reply
Answers (
0
)
Encode - in the url
Repeater control with image in asp.net