Click here to Skip to main content
15,894,106 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem in freezing header Pin
NidhiKanu3-Feb-09 2:50
professionalNidhiKanu3-Feb-09 2:50 
AnswerRe: Problem in freezing header Pin
Abhijit Jana3-Feb-09 3:03
professionalAbhijit Jana3-Feb-09 3:03 
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 
.NET is a server-side and Javascript is browser-side. In order to enact server-side code by clicking a button, you can POST information via a traditional form. This will refresh the page. The Javascript can be dynamically generated in the header. But I'm guessing you don't want the page to refresh?

In this case, you'll need some AJAX. It will send an XmlHttp request to the server and receive an XmlHttp request back. This could be Javascript contained within script tags. Take a look at this example-

http://w3schools.com/ajax/ajax_xmlfile.asp[^]

Put an onClick event on your button that calls a AJAX function. The server-side page should output your Javascript function. Then that gets written to the current page within the specified div. And done. Good luck!

Ranjit Viswakumar
Professional Services Specialist
HostMySite.com[^]
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 
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 

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.