Click here to Skip to main content
15,920,503 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Access data base problem Pin
Christian Graus16-Nov-08 12:54
protectorChristian Graus16-Nov-08 12:54 
QuestionNo Web content form for ASP.NET website template Pin
Blumen15-Nov-08 19:50
Blumen15-Nov-08 19:50 
AnswerRe: No Web content form for ASP.NET website template Pin
Abhijit Jana15-Nov-08 22:39
professionalAbhijit Jana15-Nov-08 22:39 
QuestionHi every body,I have a question and want to ask you Pin
newworms15-Nov-08 16:03
newworms15-Nov-08 16:03 
AnswerRe: Hi every body,I have a question and want to ask you Pin
Abhijit Jana15-Nov-08 22:43
professionalAbhijit Jana15-Nov-08 22:43 
QuestionValidate Textbox in Gridview using Custom Validator(Server side Validation) Pin
suresh_00115-Nov-08 3:38
suresh_00115-Nov-08 3:38 
AnswerRe: Validate Textbox in Gridview using Custom Validator(Server side Validation) Pin
AlexeiXX316-Nov-08 8:16
AlexeiXX316-Nov-08 8:16 
Questionasp.net tree view Pin
ahmed eldeghedy15-Nov-08 3:19
professionalahmed eldeghedy15-Nov-08 3:19 
AnswerRe: asp.net tree view Pin
whatUrunning.com15-Nov-08 4:12
whatUrunning.com15-Nov-08 4:12 
QuestionGenerating user instances in SQL Server is disabled [modified] Pin
TerRO_GirL15-Nov-08 2:46
TerRO_GirL15-Nov-08 2:46 
QuestionOpen new window without javascript Pin
Sandraa15-Nov-08 1:52
Sandraa15-Nov-08 1:52 
AnswerRe: Open new window without javascript Pin
Christian Graus15-Nov-08 2:12
protectorChristian Graus15-Nov-08 2:12 
GeneralRe: Open new window without javascript Pin
Sandraa15-Nov-08 2:55
Sandraa15-Nov-08 2:55 
GeneralRe: Open new window without javascript Pin
Perspx15-Nov-08 3:06
Perspx15-Nov-08 3:06 
GeneralRe: Open new window without javascript Pin
Sandraa15-Nov-08 3:14
Sandraa15-Nov-08 3:14 
sorry but I don't have
<a href="page.html" target="_blank">link</a>

I have
Response.Write("<script language='JavaScript'>window.open('VisorFicheros.aspx?Id=" + gridView.SelectedRow.Cells(1).Text + "',target='_blank' )</script>")


but it is the same that
Response.Write("<script language='JavaScript'>window.open('VisorFicheros.aspx?Id=" + gridView.SelectedRow.Cells(1).Text + "')</script>")


I don't see any diferent, I.E continue block and with I.E.6 the focus is into master page and not into new window

for me is important make it without window.open because i.e block it.
For sample if I make it with a linkbutton work well the window.open (doesn't block i.e) but I don't know like do it with into my event gridView_SelectedIndexChanged, any idea?

thanks for all
GeneralRe: Open new window without javascript Pin
Perspx15-Nov-08 3:18
Perspx15-Nov-08 3:18 
GeneralRe: Open new window without javascript Pin
Guffa15-Nov-08 15:28
Guffa15-Nov-08 15:28 
GeneralRe: Open new window without javascript Pin
Tarun Dudhatra16-Nov-08 21:58
Tarun Dudhatra16-Nov-08 21:58 
GeneralRe: Open new window without javascript Pin
Sandraa18-Nov-08 0:01
Sandraa18-Nov-08 0:01 
GeneralRe: Open new window without javascript Pin
Tarun Dudhatra18-Nov-08 1:23
Tarun Dudhatra18-Nov-08 1:23 
QuestionShow Message//in errore hanling Pin
fatemauddin14-Nov-08 20:26
fatemauddin14-Nov-08 20:26 
AnswerRe: Show Message//in errore hanling Pin
varsh1214-Nov-08 22:45
varsh1214-Nov-08 22:45 
AnswerRe: Show Message//in errore hanling Pin
Abhijit Jana15-Nov-08 0:02
professionalAbhijit Jana15-Nov-08 0:02 
AnswerRe: Show Message//in errore hanling Pin
Christian Graus15-Nov-08 2:13
protectorChristian Graus15-Nov-08 2:13 
Questionvs2003 will support third party controls? Pin
Member 387988114-Nov-08 19:37
Member 387988114-Nov-08 19:37 

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.