Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Radiobuttonlist+AJAX Modal POPup Control Pin
Udayaraju5-Oct-09 19:16
Udayaraju5-Oct-09 19:16 
QuestionProblem in Default.aspx Pin
nazimghori23-Sep-09 23:33
nazimghori23-Sep-09 23:33 
AnswerRe: Problem in Default.aspx Pin
N a v a n e e t h23-Sep-09 23:37
N a v a n e e t h23-Sep-09 23:37 
AnswerRe: Problem in Default.aspx Pin
sashidhar23-Sep-09 23:47
sashidhar23-Sep-09 23:47 
AnswerRe: Problem in Default.aspx Pin
S.Dhanasekaran23-Sep-09 23:47
S.Dhanasekaran23-Sep-09 23:47 
QuestionRe: Problem in Default.aspx Pin
nazimghori24-Sep-09 3:01
nazimghori24-Sep-09 3:01 
AnswerRe: Problem in Default.aspx Pin
sashidhar24-Sep-09 1:35
sashidhar24-Sep-09 1:35 
QuestionPopuup window in javascript is not displaying the window title Pin
meeram39523-Sep-09 23:17
meeram39523-Sep-09 23:17 
I have a popup window js code where I am trying to put a name to that window. Even though I put the name, it is just not displaying. Following is my code. May i know please where I am doing wrong?

StringBuilder javascriptFunctionSB=new StringBuilder();
        javascriptFunctionSB.Append("function DisplaySecurityGroupSummary() ");
        javascriptFunctionSB.Append("{");
        //javascriptFunctionSB.Append("var lblMsg=document.getElementById('"+ lblMsg.ClientID.ToString() +"').innerHTML=\"\";");
        javascriptFunctionSB.Append("var title=\'" + GetLocalResourceObject("SecurityGroups").ToString() + "\';");
        javascriptFunctionSB.Append("var summaryPopup = window.open(\"\",\"mywindow\" , \"menubar=0, resizable=0, width=350, height=350,scrollbars=1,toolbar =1\");");
        javascriptFunctionSB.Append("summaryPopup.document.getElementsByTagName(\"body\")[0].innerHTML = \"\";");
        javascriptFunctionSB.Append("summaryPopup.document.getElementsByTagName(\"body\")[0].innerHTML = \"" + summarySB.ToString() + "\";");
        javascriptFunctionSB.Append("summaryPopup.moveTo(300, 300);");
        javascriptFunctionSB.Append("summaryPopup.focus(); return false;");
        javascriptFunctionSB.Append("}");

        Page.ClientScript.RegisterClientScriptBlock(this.GetType(),"DisplaySecurityGroupSummary",javascriptFunctionSB.ToString(),true); 


Please help.

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

AnswerRe: Popuup window in javascript is not displaying the window title Pin
Nisha Agrawal24-Sep-09 2:55
Nisha Agrawal24-Sep-09 2:55 
GeneralRe: Popuup window in javascript is not displaying the window title Pin
meeram39524-Sep-09 19:49
meeram39524-Sep-09 19:49 
AnswerRe: Popuup window in javascript is not displaying the window title Pin
Nisha Agrawal25-Sep-09 2:31
Nisha Agrawal25-Sep-09 2:31 
Question[Message Deleted] [modified] Pin
VikashGohil23-Sep-09 22:13
VikashGohil23-Sep-09 22:13 
AnswerRe: CreateObject Not Working in VBScript Pin
Manas Bhardwaj23-Sep-09 22:21
professionalManas Bhardwaj23-Sep-09 22:21 
Questionhow tochange the order of gride view colunm . Pin
rinku soni 2323-Sep-09 21:59
rinku soni 2323-Sep-09 21:59 
AnswerRe: how tochange the order of gride view colunm . Pin
Vimalsoft(Pty) Ltd23-Sep-09 22:03
professionalVimalsoft(Pty) Ltd23-Sep-09 22:03 
QuestionViewstate Pin
prasadnjoshi23-Sep-09 21:53
prasadnjoshi23-Sep-09 21:53 
AnswerRe: Viewstate Pin
Abhijit Jana23-Sep-09 21:54
professionalAbhijit Jana23-Sep-09 21:54 
AnswerRe: Viewstate Pin
Christian Graus23-Sep-09 23:27
protectorChristian Graus23-Sep-09 23:27 
QuestionViewstate Pin
prasadnjoshi23-Sep-09 21:52
prasadnjoshi23-Sep-09 21:52 
AnswerRe: Viewstate Pin
Abhijit Jana23-Sep-09 21:58
professionalAbhijit Jana23-Sep-09 21:58 
Questionsql Pin
ritasaumya23-Sep-09 21:46
ritasaumya23-Sep-09 21:46 
AnswerRe: sql Pin
Vimalsoft(Pty) Ltd23-Sep-09 22:12
professionalVimalsoft(Pty) Ltd23-Sep-09 22:12 
AnswerRe: sql Pin
Manas Bhardwaj23-Sep-09 22:24
professionalManas Bhardwaj23-Sep-09 22:24 
AnswerRe: sql Pin
Christian Graus23-Sep-09 23:29
protectorChristian Graus23-Sep-09 23:29 
QuestionValidation Without Page Refresh . Pin
Priyagdpl23-Sep-09 21:36
Priyagdpl23-Sep-09 21:36 

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.