Click here to Skip to main content
15,881,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
First of all, there was mistake in the code that i have provided to you. It should be

javascriptFunctionSB.Append("summaryPopup.document.title = 'mywindow')");


instead of

javascriptFunctionSB.Append("summaryPopup.document.Title = 'mywindow')");


Now the problem of object expected may be in this line

javascriptFunctionSB.Append("summaryPopup.document.getElementsByTagName(\"body\")[0].innerHTML = \"" + summarySB.ToString() + "\";");


As it would render the string provided by you in the body of the pop up window. so just make sure that the summarySB.ToString() results in a valid html. you can view it in debug mode.
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 
AnswerRe: Validation Without Page Refresh . Pin
Abhijit Jana23-Sep-09 21:52
professionalAbhijit Jana23-Sep-09 21:52 
AnswerRe: Validation Without Page Refresh . Pin
Nisha Agrawal23-Sep-09 21:55
Nisha Agrawal23-Sep-09 21:55 
QuestionProblem in firing event in firefox and google crome Pin
S.Aijaz23-Sep-09 20:44
S.Aijaz23-Sep-09 20:44 

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.