Click here to Skip to main content
15,897,519 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncould not access hiddenfield Pin
bhavna432126-Jan-10 22:28
bhavna432126-Jan-10 22:28 
AnswerRe: could not access hiddenfield Pin
Dinesh Mani26-Jan-10 22:54
Dinesh Mani26-Jan-10 22:54 
GeneralRe: could not access hiddenfield Pin
bhavna432126-Jan-10 23:05
bhavna432126-Jan-10 23:05 
GeneralRe: could not access hiddenfield Pin
Dinesh Mani26-Jan-10 23:26
Dinesh Mani26-Jan-10 23:26 
GeneralRe: could not access hiddenfield Pin
sekannak27-Jan-10 0:38
sekannak27-Jan-10 0:38 
QuestionPlay sound on Event Pin
bonkers12326-Jan-10 21:16
bonkers12326-Jan-10 21:16 
AnswerRe: Play sound on Event Pin
Pranay Rana26-Jan-10 23:42
professionalPranay Rana26-Jan-10 23:42 
GeneralRe: Play sound on Event Pin
bonkers12328-Jan-10 20:52
bonkers12328-Jan-10 20:52 
I've seen this before ...

I think I might just user the old school method and go with something like:

StringBuilder SetSoundScript = new StringBuilder();

    SetScrollPositionScript.AppendLine("<script language='javascript' event='onload' for='window'>");
// Do some sound stuff here on certain events ....
    SetScrollPositionScript.AppendLine("</script>");

    ClientScript.RegisterClientScriptBlock(typeof(String), "setSound", SetSoundScript.ToString());


I HATE THIS WAY ! Why can't LiveControls just be FREE !
GeneralASP.NET CRM Pin
hussain.attiya26-Jan-10 21:07
hussain.attiya26-Jan-10 21:07 
AnswerRe: ASP.NET CRM Pin
Ashfield27-Jan-10 2:49
Ashfield27-Jan-10 2:49 
AnswerRe: ASP.NET CRM Pin
hussain.attiya27-Jan-10 2:57
hussain.attiya27-Jan-10 2:57 
GeneralRe: ASP.NET CRM Pin
Ashfield27-Jan-10 3:08
Ashfield27-Jan-10 3:08 
QuestionCrystal Report Error in web Application Pin
Dipal Panchal26-Jan-10 21:03
Dipal Panchal26-Jan-10 21:03 
AnswerRe: Crystal Report Error in web Application Pin
i gr827-Jan-10 2:36
i gr827-Jan-10 2:36 
QuestionCrystal Report height in ASP.net Pin
Hema Bairavan26-Jan-10 20:15
Hema Bairavan26-Jan-10 20:15 
Questiondatalist events not firing Pin
praveenkumar_vittaboina26-Jan-10 20:05
praveenkumar_vittaboina26-Jan-10 20:05 
Questionjava scipt for ajax in asp.net Pin
vikas shukla26-Jan-10 19:18
vikas shukla26-Jan-10 19:18 
AnswerRe: java scipt for ajax in asp.net Pin
Abolfazl Sheikhloo26-Jan-10 22:13
Abolfazl Sheikhloo26-Jan-10 22:13 
QuestionTextBox OnChange Event Not Firing Pin
vishnukamath26-Jan-10 19:16
vishnukamath26-Jan-10 19:16 
AnswerRe: TextBox OnChange Event Not Firing Pin
Not Active27-Jan-10 2:08
mentorNot Active27-Jan-10 2:08 
Questionselectedvalue in gridview dropdown Pin
arkiboys26-Jan-10 10:13
arkiboys26-Jan-10 10:13 
AnswerRe: selectedvalue in gridview dropdown Pin
Pranay Rana26-Jan-10 17:31
professionalPranay Rana26-Jan-10 17:31 
GeneralRe: selectedvalue in gridview dropdown Pin
arkiboys26-Jan-10 18:13
arkiboys26-Jan-10 18:13 
GeneralRe: selectedvalue in gridview dropdown Pin
Pranay Rana26-Jan-10 18:30
professionalPranay Rana26-Jan-10 18:30 
GeneralRe: selectedvalue in gridview dropdown Pin
arkiboys26-Jan-10 22:20
arkiboys26-Jan-10 22:20 

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.