Click here to Skip to main content
15,915,703 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Modal Popup With Seperate Form Pin
chinnumol2-Jan-09 19:16
chinnumol2-Jan-09 19:16 
QuestionWeb Parts & GridView button, link image click events does not fire on IE 7.0 Pin
Member 6211912-Jan-09 5:00
Member 6211912-Jan-09 5:00 
AnswerRe: Web Parts & GridView button, link image click events does not fire on IE 7.0 Pin
Christian Graus2-Jan-09 5:08
protectorChristian Graus2-Jan-09 5:08 
GeneralRe: Web Parts & GridView button, link image click events does not fire on IE 7.0 Pin
Member 6211912-Jan-09 17:03
Member 6211912-Jan-09 17:03 
QuestionHow to Check the Incoming Mail. Pin
Member 47201842-Jan-09 4:43
Member 47201842-Jan-09 4:43 
AnswerRe: How to Check the Incoming Mail. Pin
MarcelloTurnbull2-Jan-09 4:55
MarcelloTurnbull2-Jan-09 4:55 
GeneralRe: How to Check the Incoming Mail. Pin
Member 47201843-Jan-09 0:01
Member 47201843-Jan-09 0:01 
QuestionOnclick fire two events Pin
Sandraa2-Jan-09 3:13
Sandraa2-Jan-09 3:13 
Hi all, I have a problem with event onclick i don't know why this event is fire 2 times when I make click in 2 place diferent.
I put the little code for best sample:

Dim linkVer As LinkButton = CType(e.Row.Cells(0).Controls(2), LinkButton)
'This button go to a url
linkVer.Attributes.Add("onclick", "javascript:window.open(" + url + "," + parametros + ")")
'this is a link to other page in the same gridview but in other cell and is controlled by event gridView_SelectedIndexChanged
e.Row.Cells(8).Attributes.Add("onclick", Me.ClientScript.GetPostBackEventReference(gridView, "Select$" + e.Row.RowIndex.ToString()))


The problem is that when I push the button linkver the program open url of linkver and url of e.row.cells(8)

Some idea?

thanks for all guys
AnswerRe: Onclick fire two events Pin
Sandraa2-Jan-09 3:40
Sandraa2-Jan-09 3:40 
Questioncolander type of box and put A, B, C, D up to Z Pin
reogeo20082-Jan-09 2:42
reogeo20082-Jan-09 2:42 
AnswerRe: colander type of box and put A, B, C, D up to Z Pin
Abhijit Jana2-Jan-09 2:45
professionalAbhijit Jana2-Jan-09 2:45 
GeneralRe: colander type of box and put A, B, C, D up to Z Pin
reogeo20082-Jan-09 2:48
reogeo20082-Jan-09 2:48 
GeneralRe: colander type of box and put A, B, C, D up to Z Pin
Christian Graus2-Jan-09 5:10
protectorChristian Graus2-Jan-09 5:10 
AnswerRe: colander type of box and put A, B, C, D up to Z Pin
Guffa2-Jan-09 18:54
Guffa2-Jan-09 18:54 
QuestionRemove Space Pin
shanthi jothi2-Jan-09 2:19
shanthi jothi2-Jan-09 2:19 
AnswerRe: Remove Space Pin
Abhijit Jana2-Jan-09 2:33
professionalAbhijit Jana2-Jan-09 2:33 
GeneralRe: Remove Space Pin
shanthi jothi2-Jan-09 3:04
shanthi jothi2-Jan-09 3:04 
AnswerRe: Remove Space Pin
Brij2-Jan-09 2:47
mentorBrij2-Jan-09 2:47 
AnswerRe: Remove Space Pin
Christian Graus2-Jan-09 5:37
protectorChristian Graus2-Jan-09 5:37 
QuestionLog In problem Pin
varsh122-Jan-09 2:08
varsh122-Jan-09 2:08 
AnswerRe: Log In problem Pin
N a v a n e e t h2-Jan-09 2:14
N a v a n e e t h2-Jan-09 2:14 
GeneralRe: Log In problem Pin
varsh122-Jan-09 18:27
varsh122-Jan-09 18:27 
GeneralRe: Log In problem Pin
Abhijit Jana2-Jan-09 19:37
professionalAbhijit Jana2-Jan-09 19:37 
GeneralRe: Log In problem Pin
varsh122-Jan-09 19:46
varsh122-Jan-09 19:46 
AnswerRe: Log In problem Pin
Abhijit Jana2-Jan-09 2:28
professionalAbhijit Jana2-Jan-09 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.