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

ASP.NET

 
AnswerRe: How to display results based on employees manager and department Pin
F-ES Sitecore23-Sep-15 5:56
professionalF-ES Sitecore23-Sep-15 5:56 
GeneralRe: How to display results based on employees manager and department Pin
samflex23-Sep-15 17:36
samflex23-Sep-15 17:36 
GeneralRe: How to display results based on employees manager and department Pin
F-ES Sitecore23-Sep-15 21:57
professionalF-ES Sitecore23-Sep-15 21:57 
GeneralRe: How to display results based on employees manager and department Pin
samflex24-Sep-15 3:42
samflex24-Sep-15 3:42 
GeneralRe: How to display results based on employees manager and department Pin
F-ES Sitecore24-Sep-15 3:48
professionalF-ES Sitecore24-Sep-15 3:48 
QuestionHow to open javasript pop on button click Pin
Member 1200294722-Sep-15 1:34
Member 1200294722-Sep-15 1:34 
AnswerRe: How to open javasript pop on button click Pin
JHizzle22-Sep-15 2:47
JHizzle22-Sep-15 2:47 
AnswerRe: How to open javasript pop on button click Pin
F-ES Sitecore22-Sep-15 7:17
professionalF-ES Sitecore22-Sep-15 7:17 
You can't really open a pop-up and also do the server-side click event. The javascript click will add a div to the current document, the button click would fire which will trigger a request to your server code, which will run the server-side click event which will result in the document in the browser being replaced with the new document from the server so the div that your js added is now gone. You'll probably need to add code to the server-side click event of your button to create the pop-up when the document has finished rendering.

An Interactive jQuery Modal Popup Control for .NET[^]
QuestionAspdotnet webservice using in HTML with Javascript Pin
J.Ramanjaneyulu21-Sep-15 4:17
J.Ramanjaneyulu21-Sep-15 4:17 
AnswerRe: Aspdotnet webservice using in HTML with Javascript Pin
Richard MacCutchan21-Sep-15 5:20
mveRichard MacCutchan21-Sep-15 5:20 
AnswerRe: Aspdotnet webservice using in HTML with Javascript Pin
Blikkies21-Sep-15 19:52
professionalBlikkies21-Sep-15 19:52 
GeneralRe: Aspdotnet webservice using in HTML with Javascript Pin
J.Ramanjaneyulu28-Sep-15 15:42
J.Ramanjaneyulu28-Sep-15 15:42 
QuestionRe: Aspdotnet webservice using in HTML with Javascript Pin
Blikkies28-Sep-15 19:37
professionalBlikkies28-Sep-15 19:37 
QuestionHelp .aspx/ going to another page Pin
Member 1199854620-Sep-15 14:44
Member 1199854620-Sep-15 14:44 
AnswerRe: Help .aspx/ going to another page Pin
Richard Andrew x6420-Sep-15 15:14
professionalRichard Andrew x6420-Sep-15 15:14 
GeneralRe: Help .aspx/ going to another page Pin
Member 1199854620-Sep-15 16:28
Member 1199854620-Sep-15 16:28 
GeneralRe: Help .aspx/ going to another page Pin
Richard Andrew x6420-Sep-15 16:33
professionalRichard Andrew x6420-Sep-15 16:33 
AnswerRe: Help .aspx/ going to another page Pin
Richard Deeming21-Sep-15 2:39
mveRichard Deeming21-Sep-15 2:39 
QuestionMVC Java Script Help Required Pin
Member 766920320-Sep-15 13:03
Member 766920320-Sep-15 13:03 
AnswerRe: MVC Java Script Help Required Pin
Richard Deeming21-Sep-15 2:30
mveRichard Deeming21-Sep-15 2:30 
QuestionJavaScript with .net Pin
PRAKAS PANDEY19-Sep-15 18:01
PRAKAS PANDEY19-Sep-15 18:01 
AnswerRe: JavaScript with .net Pin
Blikkies21-Sep-15 0:42
professionalBlikkies21-Sep-15 0:42 
AnswerRe: JavaScript with .net Pin
aarif moh shaikh1-Oct-15 0:38
professionalaarif moh shaikh1-Oct-15 0:38 
Questionmodel vs Model Pin
Member 1206160019-Sep-15 11:59
Member 1206160019-Sep-15 11:59 
AnswerRe: model vs Model Pin
Kornfeld Eliyahu Peter19-Sep-15 20:04
professionalKornfeld Eliyahu Peter19-Sep-15 20:04 

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.