Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Gridview hyprlink column should navigate to two pages Pin
anilpal30-Mar-09 0:20
anilpal30-Mar-09 0:20 
GeneralRe: Gridview hyprlink column should navigate to two pages Pin
Praneeth Babu K30-Mar-09 0:31
Praneeth Babu K30-Mar-09 0:31 
Questionpop3 mail Pin
aspnetloves29-Mar-09 23:03
aspnetloves29-Mar-09 23:03 
AnswerRe: pop3 mail Pin
Christian Graus29-Mar-09 23:07
protectorChristian Graus29-Mar-09 23:07 
GeneralRe: pop3 mail Pin
aspnetloves29-Mar-09 23:24
aspnetloves29-Mar-09 23:24 
GeneralRe: pop3 mail Pin
Christian Graus30-Mar-09 0:27
protectorChristian Graus30-Mar-09 0:27 
GeneralRe: pop3 mail Pin
bhattiprolu30-Mar-09 0:45
bhattiprolu30-Mar-09 0:45 
QuestionPopulate records from pop-up to main window!!! Pin
Sr...Frank29-Mar-09 22:56
Sr...Frank29-Mar-09 22:56 
Hi Guys,

I am trying to populate records from pop-up to main window,
I have a GridView1 in pop-up window and I am passing ID from pop-up to main window by using this code..

GridViewRow row = GridView1.SelectedRow;

string str = row.Cells[1].Text;

Response.Write("<script type='text/javascript' language='javascript'>opener.document.getElementById('txtID').value = '" + str + "'; window.close();</script>");

I am successfully passing value to main window from pop-up window.
But I want to populate records by using this “ID” and fill all textboxes values of main window.
I have a Text ChangeEvent which is not working when I am passing value from pop-up to main window.

Is there anyother option to populate records of main window?
Can we call a function of mainwindow from pop-up window(I am using GridView1 and passing value on this event..)

GridView1_SelectedIndexChanged1(object sender, EventArgs e)

Pease Help with sample codes..

Thanks,
AnswerRe: Populate records from pop-up to main window!!! Pin
anilpal30-Mar-09 0:13
anilpal30-Mar-09 0:13 
GeneralRe: Populate records from pop-up to main window!!! Pin
Sr...Frank30-Mar-09 1:02
Sr...Frank30-Mar-09 1:02 
QuestionASP.net Web Forms Pin
nilam247729-Mar-09 22:26
nilam247729-Mar-09 22:26 
AnswerRe: ASP.net Web Forms Pin
Christian Graus29-Mar-09 22:30
protectorChristian Graus29-Mar-09 22:30 
Questiongetting next xml node value Pin
bhattiprolu29-Mar-09 21:48
bhattiprolu29-Mar-09 21:48 
AnswerRe: getting next xml node value Pin
SeMartens29-Mar-09 21:58
SeMartens29-Mar-09 21:58 
GeneralRe: getting next xml node value Pin
bhattiprolu29-Mar-09 23:08
bhattiprolu29-Mar-09 23:08 
GeneralRe: getting next xml node value Pin
SeMartens29-Mar-09 23:39
SeMartens29-Mar-09 23:39 
GeneralRe: getting next xml node value Pin
bhattiprolu30-Mar-09 0:03
bhattiprolu30-Mar-09 0:03 
GeneralRe: getting next xml node value Pin
SeMartens30-Mar-09 1:54
SeMartens30-Mar-09 1:54 
QuestionFrames or Master pages Pin
nilam247729-Mar-09 21:31
nilam247729-Mar-09 21:31 
AnswerRe: Frames or Master pages Pin
N a v a n e e t h29-Mar-09 22:05
N a v a n e e t h29-Mar-09 22:05 
AnswerRe: Frames or Master pages Pin
Christian Graus29-Mar-09 22:22
protectorChristian Graus29-Mar-09 22:22 
QuestionBinding GridView control with datasource Pin
nilam247729-Mar-09 21:27
nilam247729-Mar-09 21:27 
AnswerRe: Binding GridView control with datasource Pin
N a v a n e e t h29-Mar-09 22:13
N a v a n e e t h29-Mar-09 22:13 
QuestionAjax problem? Pin
Karthick_gc29-Mar-09 21:25
Karthick_gc29-Mar-09 21:25 
AnswerRe: Ajax problem? Pin
Christian Graus29-Mar-09 22:21
protectorChristian Graus29-Mar-09 22:21 

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.