Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
AnswerRe: LIstViewItem.Remove() after label edit throws exception Pin
Rob Graham28-Jul-06 5:25
Rob Graham28-Jul-06 5:25 
QuestionProblems with state management of the DataGridViewCheckBox. HELP! Pin
LongRange.Shooter28-Jul-06 4:25
LongRange.Shooter28-Jul-06 4:25 
AnswerRe: Problems with state management of the DataGridViewCheckBox. HELP! Pin
Judah Gabriel Himango28-Jul-06 6:05
sponsorJudah Gabriel Himango28-Jul-06 6:05 
GeneralRe: Problems with state management of the DataGridViewCheckBox. HELP! Pin
LongRange.Shooter28-Jul-06 8:41
LongRange.Shooter28-Jul-06 8:41 
QuestionText in a Web Application Pin
orentuil28-Jul-06 3:22
orentuil28-Jul-06 3:22 
AnswerRe: Text in a Web Application Pin
peshawarcoder28-Jul-06 4:19
peshawarcoder28-Jul-06 4:19 
GeneralRe: Text in a Web Application Pin
peshawarcoder28-Jul-06 4:22
peshawarcoder28-Jul-06 4:22 
AnswerRe: Text in a Web Application Pin
peshawarcoder28-Jul-06 4:24
peshawarcoder28-Jul-06 4:24 
You can write text and format it with normal html controls. Then u can add this to one of the block-level element(

,

etc).
Example:
1. Type the following script in notepad and save it in wwwroot folder with name such as "Test1.aspx"
2. Open Internet Explorer and the type URL: http://localhost/Test1.aspx

<script runat="server">
	Sub Page_Load(sender As Object,e As EventArgs)
		Dim str As String=<pre>"<h1><center> Welcome To Web<b/> Appplication </center></h1> in <br /> <h3>ASP.NET</h3>"

div1.InnerHtml=str
End Sub






A Simple Test







AnswerRe: Text in a Web Application Pin
peshawarcoder28-Jul-06 4:29
peshawarcoder28-Jul-06 4:29 
AnswerRe: Text in a Web Application [modified] Pin
BoneSoft28-Jul-06 4:40
BoneSoft28-Jul-06 4:40 
GeneralRe: Text in a Web Application Pin
orentuil29-Jul-06 8:47
orentuil29-Jul-06 8:47 
Question[Message Deleted] Pin
Rahul.RK28-Jul-06 3:08
Rahul.RK28-Jul-06 3:08 
AnswerRe: System Tray Icon Pin
Stefan Troschuetz28-Jul-06 3:16
Stefan Troschuetz28-Jul-06 3:16 
AnswerRe: System Tray Icon Pin
Cadence2.028-Jul-06 9:05
Cadence2.028-Jul-06 9:05 
QuestionBitfield access to array Pin
LiamD28-Jul-06 2:52
LiamD28-Jul-06 2:52 
AnswerRe: Bitfield access to array [modified] Pin
Dustin Metzgar28-Jul-06 3:29
Dustin Metzgar28-Jul-06 3:29 
Questionstruct Pin
honeyman_can28-Jul-06 2:44
honeyman_can28-Jul-06 2:44 
AnswerRe: struct Pin
wheelerbarry28-Jul-06 2:52
wheelerbarry28-Jul-06 2:52 
Generalthank you Pin
honeyman_can28-Jul-06 3:01
honeyman_can28-Jul-06 3:01 
GeneralRe: thank you Pin
Tristan Rhodes28-Jul-06 3:03
Tristan Rhodes28-Jul-06 3:03 
GeneralRe: thank you Pin
Colin Angus Mackay28-Jul-06 3:29
Colin Angus Mackay28-Jul-06 3:29 
GeneralRe: thank you Pin
Tristan Rhodes28-Jul-06 3:52
Tristan Rhodes28-Jul-06 3:52 
GeneralRe: thank you Pin
Judah Gabriel Himango28-Jul-06 5:18
sponsorJudah Gabriel Himango28-Jul-06 5:18 
GeneralRe: thank you Pin
Tristan Rhodes28-Jul-06 5:28
Tristan Rhodes28-Jul-06 5:28 
GeneralRe: thank you Pin
Andrew Lygin28-Jul-06 5:42
Andrew Lygin28-Jul-06 5:42 

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.