Click here to Skip to main content
15,893,904 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem in freezing header Pin
Paddy Boyd3-Feb-09 3:04
Paddy Boyd3-Feb-09 3:04 
QuestionIncrease decrease page font size and control font size Pin
bmm3-Feb-09 2:32
bmm3-Feb-09 2:32 
AnswerRe: Increase decrease page font size and control font size Pin
Ranjit Viswakumar3-Feb-09 3:01
Ranjit Viswakumar3-Feb-09 3:01 
GeneralRe: Increase decrease page font size and control font size Pin
bmm3-Feb-09 3:15
bmm3-Feb-09 3:15 
QuestionRun Javascript inside Server-side code Pin
mehrdadc483-Feb-09 2:27
mehrdadc483-Feb-09 2:27 
AnswerRe: Run Javascript inside Server-side code Pin
Ranjit Viswakumar3-Feb-09 3:13
Ranjit Viswakumar3-Feb-09 3:13 
Questiondisplay another ASPX webpage inside a frame Pin
The_Collector3-Feb-09 1:46
The_Collector3-Feb-09 1:46 
AnswerRe: display another ASPX webpage inside a frame Pin
Ranjit Viswakumar3-Feb-09 3:20
Ranjit Viswakumar3-Feb-09 3:20 
In order to display the page within a frame, you can use plain HTML-

<html>
<body>

<iframe src="webpage.asp"></iframe>

</body>
</html>


Try that out. Good luck.

Ranjit Viswakumar
Professional Services Specialist
http://hostmysite.com/?utm_source=bb
GeneralRe: display another ASPX webpage inside a frame Pin
The_Collector4-Feb-09 2:03
The_Collector4-Feb-09 2:03 
QuestionHow to display Time CountDown Pin
Nekkantidivya3-Feb-09 1:41
Nekkantidivya3-Feb-09 1:41 
AnswerRe: How to display Time CountDown Pin
Abhijit Jana3-Feb-09 1:50
professionalAbhijit Jana3-Feb-09 1:50 
GeneralRe: How to display Time CountDown Pin
Paddy Boyd3-Feb-09 2:05
Paddy Boyd3-Feb-09 2:05 
GeneralRe: How to display Time CountDown Pin
Ranjit Viswakumar3-Feb-09 9:29
Ranjit Viswakumar3-Feb-09 9:29 
QuestionAccess permission for ASPNET process to inetpub after Deployment using MSI Pin
siva4553-Feb-09 1:24
siva4553-Feb-09 1:24 
AnswerRe: Access permission for ASPNET process to inetpub after Deployment using MSI Pin
Kamranit3-Feb-09 1:42
Kamranit3-Feb-09 1:42 
GeneralRe: Access permission for ASPNET process to inetpub after Deployment using MSI Pin
siva4553-Feb-09 1:47
siva4553-Feb-09 1:47 
QuestionIs there a way to get the contendId (cid) from mail message Pin
Sebastian T Xavier3-Feb-09 1:02
Sebastian T Xavier3-Feb-09 1:02 
QuestionPassword Validation.... Pin
pranavcool3-Feb-09 0:45
pranavcool3-Feb-09 0:45 
AnswerRe: Password Validation.... Pin
tasumisra3-Feb-09 0:56
tasumisra3-Feb-09 0:56 
AnswerRe: Password Validation.... Pin
Paddy Boyd3-Feb-09 2:07
Paddy Boyd3-Feb-09 2:07 
AnswerRe: Password Validation.... Pin
Ranjit Viswakumar3-Feb-09 5:29
Ranjit Viswakumar3-Feb-09 5:29 
GeneralRe: Password Validation.... Pin
J4amieC3-Feb-09 5:45
J4amieC3-Feb-09 5:45 
GeneralRe: Password Validation.... Pin
johnpro774-Feb-09 0:34
johnpro774-Feb-09 0:34 
QuestionRender Another Form Pin
mehrdadc483-Feb-09 0:27
mehrdadc483-Feb-09 0:27 
AnswerRe: Render Another Form Pin
Jon Rista3-Feb-09 10:21
Jon Rista3-Feb-09 10:21 

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.