Click here to Skip to main content
16,017,276 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Session management problem Pin
Krazy Programmer22-Sep-08 19:37
Krazy Programmer22-Sep-08 19:37 
GeneralRe: Session management problem Pin
krishnaveer22-Sep-08 19:54
krishnaveer22-Sep-08 19:54 
GeneralRe: Session management problem Pin
Tamer Oz22-Sep-08 20:55
Tamer Oz22-Sep-08 20:55 
QuestionAccessing properties of a control through Javascript Pin
Crazy Genius22-Sep-08 18:04
Crazy Genius22-Sep-08 18:04 
AnswerRe: Accessing properties of a control through Javascript Pin
Steve Echols22-Sep-08 18:27
Steve Echols22-Sep-08 18:27 
GeneralRe: Accessing properties of a control through Javascript Pin
Crazy Genius23-Sep-08 18:17
Crazy Genius23-Sep-08 18:17 
GeneralRe: Accessing properties of a control through Javascript Pin
Steve Echols23-Sep-08 18:43
Steve Echols23-Sep-08 18:43 
GeneralRe: Accessing properties of a control through Javascript Pin
Crazy Genius23-Sep-08 19:28
Crazy Genius23-Sep-08 19:28 
hooray ! thanks so much for the reply !

I managed to get your code working . Its returning the values as well but I'm having a problem in setting the values to the textbox on the parent page.I am trying to set it via window.opener method. But its always displaying the last value on the list box Cry | :((

here is part of my code for reference.

for(var i=0;i <list.options.length;>{
    alert(list.options[i].value);  
    window.opener.document.getElementById(Str3).value=list.options[i].value+";";
}

window.close();


Code, Code, Code, chill lol.

GeneralRe: Accessing properties of a control through Javascript Pin
Steve Echols23-Sep-08 19:34
Steve Echols23-Sep-08 19:34 
GeneralRe: Accessing properties of a control through Javascript Pin
Crazy Genius23-Sep-08 19:41
Crazy Genius23-Sep-08 19:41 
GeneralRe: Accessing properties of a control through Javascript Pin
Crazy Genius25-Sep-08 17:28
Crazy Genius25-Sep-08 17:28 
Questionreset when tab click Pin
jhyn22-Sep-08 16:34
jhyn22-Sep-08 16:34 
QuestionEnable/Disable Button through javascript [modified] Pin
xfitr222-Sep-08 16:24
xfitr222-Sep-08 16:24 
AnswerRe: Enable/Disable Button through javascript Pin
Tamer Oz22-Sep-08 21:31
Tamer Oz22-Sep-08 21:31 
QuestionAjax and SQL Pin
Jacob Dixon22-Sep-08 13:51
Jacob Dixon22-Sep-08 13:51 
QuestionReportViewer Pin
kenexcelon22-Sep-08 11:53
kenexcelon22-Sep-08 11:53 
QuestionAdding data using a user control. Pin
udaykatakam22-Sep-08 8:28
udaykatakam22-Sep-08 8:28 
AnswerRe: Adding data using a user control. Pin
ToddHileHoffer22-Sep-08 10:38
ToddHileHoffer22-Sep-08 10:38 
GeneralRe: Adding data using a user control. Pin
udaykatakam22-Sep-08 13:28
udaykatakam22-Sep-08 13:28 
GeneralRe: Adding data using a user control. Pin
ToddHileHoffer23-Sep-08 2:21
ToddHileHoffer23-Sep-08 2:21 
GeneralRe: Adding data using a user control. Pin
udaykatakam23-Sep-08 19:28
udaykatakam23-Sep-08 19:28 
GeneralRe: Adding data using a user control. Pin
ToddHileHoffer24-Sep-08 2:05
ToddHileHoffer24-Sep-08 2:05 
Question[Message Deleted] Pin
strawberrysh22-Sep-08 8:26
strawberrysh22-Sep-08 8:26 
AnswerRe: adding a list to cache(for shoppingcart) Pin
ToddHileHoffer22-Sep-08 10:44
ToddHileHoffer22-Sep-08 10:44 
QuestionConnection Interrupted [modified] Pin
#realJSOP22-Sep-08 5:59
professional#realJSOP22-Sep-08 5:59 

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.