Click here to Skip to main content
15,903,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView Paging Problem Pin
Faisal S.P10-Oct-07 21:38
Faisal S.P10-Oct-07 21:38 
QuestionAvoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik10-Oct-07 19:14
kavithapuranik10-Oct-07 19:14 
AnswerRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
Aavesh Agarwal10-Oct-07 19:27
Aavesh Agarwal10-Oct-07 19:27 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik10-Oct-07 19:45
kavithapuranik10-Oct-07 19:45 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik10-Oct-07 19:56
kavithapuranik10-Oct-07 19:56 
AnswerRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
Spunky Coder10-Oct-07 20:04
Spunky Coder10-Oct-07 20:04 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
Aavesh Agarwal10-Oct-07 20:07
Aavesh Agarwal10-Oct-07 20:07 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik10-Oct-07 20:18
kavithapuranik10-Oct-07 20:18 
hi Aavesh,

Ye,this is what im looking for,im not able to avoid the parent window from refreshing,as im putting the data from form2 into the textbox which is in parent window,parent window is refreshing

i have attached the code,like,how im calling the child window and how im going back to parent window.

let me knw,if i can correct something

calling pop-up window
------------------
"javascript:var w=window.open('Showdetails.aspx?ID=20','','menubar=No,toolbar=No,resizable=yes,scrollbars=yes,status=yes,width=550,height=200,left=150,top=200,screenX=200,screenY=200');"


going back to parent window
----------------------------
Dim script As String = "" + _
" window.opener.location = " + Chr(34) + "FST001_REG-ENQ.aspx?id=20&enquiryno=" + Session("enqno") + Chr(34) + "; " + _
" window.close() " + _
""
ClientScript.RegisterStartupScript(Me.GetType(), "CloseWindows", script)

kavitha
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
Aavesh Agarwal10-Oct-07 20:48
Aavesh Agarwal10-Oct-07 20:48 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
Aavesh Agarwal10-Oct-07 21:09
Aavesh Agarwal10-Oct-07 21:09 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik10-Oct-07 21:16
kavithapuranik10-Oct-07 21:16 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik11-Oct-07 2:23
kavithapuranik11-Oct-07 2:23 
AnswerRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
Imran Khan Pathan10-Oct-07 21:09
Imran Khan Pathan10-Oct-07 21:09 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik10-Oct-07 21:23
kavithapuranik10-Oct-07 21:23 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik10-Oct-07 22:14
kavithapuranik10-Oct-07 22:14 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
Imran Khan Pathan10-Oct-07 22:28
Imran Khan Pathan10-Oct-07 22:28 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik10-Oct-07 22:41
kavithapuranik10-Oct-07 22:41 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
Imran Khan Pathan10-Oct-07 22:53
Imran Khan Pathan10-Oct-07 22:53 
GeneralRe: Avoid refreshing page while fetching data from the other form in asp.net Pin
kavithapuranik11-Oct-07 2:21
kavithapuranik11-Oct-07 2:21 
QuestionFileUpload FilePath Problem in Mozilla Pin
N a r e s h P a t e l10-Oct-07 19:07
N a r e s h P a t e l10-Oct-07 19:07 
AnswerRe: FileUpload FilePath Problem in Mozilla Pin
Sandeep Akhare10-Oct-07 20:05
Sandeep Akhare10-Oct-07 20:05 
AnswerRe: FileUpload FilePath Problem in Mozilla Pin
Dhyanga10-Oct-07 23:58
Dhyanga10-Oct-07 23:58 
GeneralRe: FileUpload FilePath Problem in Mozilla Pin
Sandeep Akhare11-Oct-07 1:06
Sandeep Akhare11-Oct-07 1:06 
Questiondistribute the application Pin
SUDHAKAR PALLAM10-Oct-07 17:33
SUDHAKAR PALLAM10-Oct-07 17:33 
AnswerRe: distribute the application Pin
Aavesh Agarwal10-Oct-07 18:12
Aavesh Agarwal10-Oct-07 18:12 

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.