how can v write html tags in asp.net +c# code??
ASP.NET
6
Posts
4
Posters
0
Views
1
Watching
-
Do you mean something like this ?
Response.Write("<h1>This is HTML heading tag</h1>")
-- modified at 9:19 Wednesday 11th July, 2007
-
Do you mean something like this ?
Response.Write("<h1>This is HTML heading tag</h1>")
-- modified at 9:19 Wednesday 11th July, 2007
-
regimol wrote:
can i write the html tags in defaultpage.aspx.css???
Yes. You can append all your HTML tags in a string and write it to the response. Or put one literal control and assign this string to there
-
regimol wrote:
defaultpage.aspx.css
.CSS indicates Cascading Style Sheet. .CS indicates CSharp
Vasudevan Deepak Kumar Personal Homepage Tech Gossips