Click here to Skip to main content
15,885,244 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to identify which radio button has been selected for a datagird ? Pin
cheeken2u11-Jul-06 6:11
cheeken2u11-Jul-06 6:11 
AnswerRe: How to identify which radio button has been selected for a datagird ? Pin
leckey11-Jul-06 7:00
leckey11-Jul-06 7:00 
QuestionForm Authentication w/ a Trusted SQL Server Connection? Pin
-Dr_X-11-Jul-06 4:37
-Dr_X-11-Jul-06 4:37 
AnswerRe: Form Authentication w/ a Trusted SQL Server Connection? Pin
minhpc_bk11-Jul-06 11:54
minhpc_bk11-Jul-06 11:54 
GeneralRe: Form Authentication w/ a Trusted SQL Server Connection? Pin
-Dr_X-12-Jul-06 6:20
-Dr_X-12-Jul-06 6:20 
Questioncookies Pin
karimkamal11-Jul-06 3:22
karimkamal11-Jul-06 3:22 
AnswerRe: cookies Pin
Jerry Hammond11-Jul-06 7:00
Jerry Hammond11-Jul-06 7:00 
QuestionPOPup Window and Sessions variables Pin
widget111-Jul-06 3:16
widget111-Jul-06 3:16 
I have opened a Popup window with this code:
Dim sScript As String
sScript &= ""
sScript &= "window.open('" & sUrl & "',''," & sFeatures & ");"
sScript &= ""

Response.Write(sScript)

In the Popup.aspx page I have three places to input information and I store each piece recorded in the session variable with this code:
Dim strExpectations As String = ddlExpectations.SelectedItem.Value
Dim strMarks As String = txtMarks.Text
Dim strNotes As String = txtNotes.text

Session.Add("Expectations", strExpectations)
Session.Add("Marks", strMarks)
Session.Add("Notes", strNotes)

I want to now close this popup and then retrieve the info at the window I used to open the popup in the beginning. the original window consists of a dynamically created table and when they make their selections I want to use that info to change the cell background and place soem text in the cell. After this is done the session will be cleared and the info sent through to the database.
I cannot get the Popup.aspx window to close - is there a simple way to place something like Me.Close()***this does not work, under the session stuff on the submit button???

Thx, Tammy
AnswerRe: POPup Window and Sessions variables Pin
Not Active11-Jul-06 3:46
mentorNot Active11-Jul-06 3:46 
Questioncounting a checkbox within a datalist and submitting Pin
uglyeyes11-Jul-06 3:12
uglyeyes11-Jul-06 3:12 
AnswerRe: counting a checkbox within a datalist and submitting Pin
minhpc_bk11-Jul-06 12:04
minhpc_bk11-Jul-06 12:04 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes13-Jul-06 3:31
uglyeyes13-Jul-06 3:31 
GeneralRe: counting a checkbox within a datalist and submitting Pin
minhpc_bk13-Jul-06 15:27
minhpc_bk13-Jul-06 15:27 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes13-Jul-06 16:01
uglyeyes13-Jul-06 16:01 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes13-Jul-06 18:28
uglyeyes13-Jul-06 18:28 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes13-Jul-06 20:11
uglyeyes13-Jul-06 20:11 
GeneralRe: counting a checkbox within a datalist and submitting Pin
minhpc_bk13-Jul-06 20:32
minhpc_bk13-Jul-06 20:32 
GeneralRe: counting a checkbox within a datalist and submitting Pin
uglyeyes16-Jul-06 15:45
uglyeyes16-Jul-06 15:45 
GeneralRe: counting a checkbox within a datalist and submitting Pin
minhpc_bk16-Jul-06 23:54
minhpc_bk16-Jul-06 23:54 
QuestionThreading Pin
venkatasivaramaprasad11-Jul-06 3:03
venkatasivaramaprasad11-Jul-06 3:03 
AnswerRe: Threading Pin
Not Active11-Jul-06 3:38
mentorNot Active11-Jul-06 3:38 
QuestionHow to Pass multiple arugumnets Pin
VenkataRamana.Gali11-Jul-06 2:35
VenkataRamana.Gali11-Jul-06 2:35 
AnswerRe: How to Pass multiple arugumnets Pin
dwatkins@dirq.net11-Jul-06 4:31
dwatkins@dirq.net11-Jul-06 4:31 
QuestionTwo Way Sorting with Up/Down Arrow Pin
wEb GuRu...11-Jul-06 1:35
wEb GuRu...11-Jul-06 1:35 
AnswerRe: Two Way Sorting with Up/Down Arrow Pin
Saifi Hasan11-Jul-06 2:28
Saifi Hasan11-Jul-06 2:28 

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.