Click here to Skip to main content
16,004,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: play you tube on your site Pin
Abhishek Sur29-Aug-09 10:04
professionalAbhishek Sur29-Aug-09 10:04 
AnswerRe: play you tube on your site Pin
michael@cohen29-Aug-09 10:40
michael@cohen29-Aug-09 10:40 
AnswerRe: play you tube on your site Pin
Christian Graus29-Aug-09 13:26
protectorChristian Graus29-Aug-09 13:26 
Questionabout javascript function Pin
Seraph_summer29-Aug-09 6:47
Seraph_summer29-Aug-09 6:47 
AnswerRe: about javascript function Pin
Arindam Sinha29-Aug-09 7:06
Arindam Sinha29-Aug-09 7:06 
GeneralRe: about javascript function Pin
Seraph_summer29-Aug-09 7:53
Seraph_summer29-Aug-09 7:53 
GeneralRe: about javascript function Pin
Arindam Sinha29-Aug-09 7:55
Arindam Sinha29-Aug-09 7:55 
AnswerRe: about javascript function Pin
Abhishek Sur29-Aug-09 11:03
professionalAbhishek Sur29-Aug-09 11:03 
Generally, before calling any javascript function, you need to add the source to the head element of the page using script tag. RegisterStartupScript just does this. It adds the script src to the page so that you can call it later.

Generally, Startup scripts which are added by ScriptManager is not required to be registered by yourself. As ASP.NET controls adds up those for you. But if you need some custom script to be added to your page, you can use this function.

Rose | [Rose]

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionHow to induce CSS style to be applied when you run the page from VS2008 Pin
Chesnokov Yuriy29-Aug-09 6:43
professionalChesnokov Yuriy29-Aug-09 6:43 
AnswerRe: How to induce CSS style to be applied when you run the page from VS2008 Pin
Abhishek Sur29-Aug-09 10:28
professionalAbhishek Sur29-Aug-09 10:28 
QuestionRe: How to induce CSS style to be applied when you run the page from VS2008 Pin
Chesnokov Yuriy29-Aug-09 20:40
professionalChesnokov Yuriy29-Aug-09 20:40 
QuestionDropDown List Selected Index Change Problem Pin
jahirhstu29-Aug-09 4:54
jahirhstu29-Aug-09 4:54 
AnswerRe: DropDown List Selected Index Change Problem Pin
Arindam Sinha29-Aug-09 6:05
Arindam Sinha29-Aug-09 6:05 
AnswerRe: DropDown List Selected Index Change Problem Pin
Abhishek Sur29-Aug-09 6:14
professionalAbhishek Sur29-Aug-09 6:14 
QuestionHow to send message to a local machine Pin
manish.m.meshram29-Aug-09 3:47
manish.m.meshram29-Aug-09 3:47 
AnswerRe: How to send message to a local machine Pin
Abhijit Jana29-Aug-09 3:58
professionalAbhijit Jana29-Aug-09 3:58 
GeneralRe: How to send message to a local machine Pin
manish.m.meshram29-Aug-09 4:04
manish.m.meshram29-Aug-09 4:04 
GeneralRe: How to send message to a local machine Pin
Arindam Sinha29-Aug-09 5:54
Arindam Sinha29-Aug-09 5:54 
QuestionEmail not sending Pin
Member 426027029-Aug-09 3:47
Member 426027029-Aug-09 3:47 
AnswerRe: Email not sending Pin
Abhijit Jana29-Aug-09 3:57
professionalAbhijit Jana29-Aug-09 3:57 
GeneralRe: Email not sending Pin
Member 426027029-Aug-09 7:00
Member 426027029-Aug-09 7:00 
GeneralRe: Email not sending Pin
Abhishek Sur29-Aug-09 11:22
professionalAbhishek Sur29-Aug-09 11:22 
QuestionProblem with DropDownList Pin
nagendrathecoder29-Aug-09 3:18
nagendrathecoder29-Aug-09 3:18 
AnswerRe: Problem with DropDownList Pin
Not Active29-Aug-09 3:46
mentorNot Active29-Aug-09 3:46 
GeneralRe: Problem with DropDownList Pin
nagendrathecoder29-Aug-09 3:49
nagendrathecoder29-Aug-09 3:49 

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.