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

ASP.NET

 
GeneralRe: Browser close issue Pin
yrishi21-Oct-09 22:28
yrishi21-Oct-09 22:28 
QuestionHow to send email throw the website Pin
choudhary201021-Oct-09 19:03
choudhary201021-Oct-09 19:03 
AnswerRe: How to send email throw the website Pin
nagendrathecoder21-Oct-09 19:11
nagendrathecoder21-Oct-09 19:11 
AnswerRe: How to send email throw the website Pin
Abhijit Jana21-Oct-09 19:36
professionalAbhijit Jana21-Oct-09 19:36 
AnswerRe: How to send email throw the website Pin
Christian Graus21-Oct-09 20:25
protectorChristian Graus21-Oct-09 20:25 
JokeRe: How to send email throw the website Pin
nagendrathecoder21-Oct-09 20:44
nagendrathecoder21-Oct-09 20:44 
GeneralRe: How to send email throw the website Pin
Christian Graus21-Oct-09 21:41
protectorChristian Graus21-Oct-09 21:41 
Questionresponse.redirect and visible panels Pin
widget121-Oct-09 16:56
widget121-Oct-09 16:56 
I have made a page with a couple of radio buttons that people select either yes/no - and then 'submit' their answers via a button. I have on this button - this code:
If opt_A21_no.Checked = True Or opt_A22_no.Checked = True Or opt_A23_no.Checked = True Then
pnl_A2.visible = true
Response.Redirect("know_customers_A2.aspx#customers")
End If

If opt_A21_yes.Checked = True And opt_A22_yes.Checked = True And opt_A23_yes.Checked = True Then
Response.Redirect("know_customers_A3.aspx")
End If

The response.redirect in the first if/then statement goes to an anchor in the panel - but does not work - this is somehow due to the fact that the panel is not visible - is there a way around this?
If they answer no - I want to bring up the panel and then send them directly to the appropriate anchor in the panel.

Thx, Tammy
AnswerRe: response.redirect and visible panels Pin
RCoate21-Oct-09 17:19
RCoate21-Oct-09 17:19 
GeneralRe: response.redirect and visible panels Pin
widget122-Oct-09 2:19
widget122-Oct-09 2:19 
AnswerRe: response.redirect and visible panels Pin
Christian Graus21-Oct-09 20:26
protectorChristian Graus21-Oct-09 20:26 
QuestionHelp Passing Textbox value through ActionLink [modified] Pin
Jason Wilczak21-Oct-09 14:15
Jason Wilczak21-Oct-09 14:15 
AnswerRe: Help Passing Textbox value through ActionLink Pin
Not Active21-Oct-09 14:43
mentorNot Active21-Oct-09 14:43 
GeneralRe: Help Passing Textbox value through ActionLink Pin
Jason Wilczak21-Oct-09 15:05
Jason Wilczak21-Oct-09 15:05 
QuestionWeb framework Pin
bam_usic21-Oct-09 13:30
bam_usic21-Oct-09 13:30 
AnswerRe: Web framework Pin
Abhijit Jana21-Oct-09 16:38
professionalAbhijit Jana21-Oct-09 16:38 
QuestionProblem with post back validation Pin
compninja2521-Oct-09 10:01
compninja2521-Oct-09 10:01 
AnswerRe: Problem with post back validation Pin
compninja2522-Oct-09 5:46
compninja2522-Oct-09 5:46 
QuestionHow to validate date using javascript Pin
dilipmca0421-Oct-09 7:53
dilipmca0421-Oct-09 7:53 
AnswerRe: How to validate date using javascript Pin
Abhijit Jana21-Oct-09 8:05
professionalAbhijit Jana21-Oct-09 8:05 
AnswerRe: How to validate date using javascript Pin
dan!sh 21-Oct-09 8:08
professional dan!sh 21-Oct-09 8:08 
QuestionCheckbox control in Gridview at runtime. Pin
Care Career21-Oct-09 5:28
Care Career21-Oct-09 5:28 
AnswerRe: Checkbox control in Gridview at runtime. Pin
dan!sh 21-Oct-09 5:34
professional dan!sh 21-Oct-09 5:34 
AnswerRe: Checkbox control in Gridview at runtime. Pin
Anurag Gandhi21-Oct-09 5:48
professionalAnurag Gandhi21-Oct-09 5:48 
Questionwebparts - catalog - referencing a single instance Pin
SteveBradwell21-Oct-09 4:05
SteveBradwell21-Oct-09 4:05 

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.