This is a discussion on how can i set content type in jsp page.? within the Java Server Pages (JSP) forums, part of the Web Development category; how can i set content type in a jsp page.?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| u can use setContentType() method of response object. its has a string parameter to pass the content type. for example response.setContentType("mime/type");
__________________ Thanks & Regards, Jegan CBK "We will either find a way, or make one!” |
| |||
| method of response object. its has a string parameter to pass the content type. for example |
| |||
| its has a string parameter to pass the content type. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'Page' ia an unambiguous reference between 'System.Web.UI.Page' and 'Project1.Page' | poornima | ASP and ASP.NET Programming | 1 | 03-05-2008 02:12 AM |
| detect hour of the day and selects a link, they go to either a day page or night page | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 01-11-2008 01:09 AM |
| What is Value type and reference type in .Net? | anbuchezhians | VB.NET Programming | 2 | 08-21-2007 09:42 PM |
| Identifiying the type of elements in a web page | seesamjagan | HTML, CSS and Javascript Coding Techniques | 3 | 08-15-2007 11:51 PM |
| problem when I use this.DataBind() in content page..? | Archer | C# Programming | 1 | 07-22-2007 10:30 PM |