Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionExecute LINQ query Pin
zeeShan anSari27-Jul-09 3:13
zeeShan anSari27-Jul-09 3:13 
AnswerRe: Execute LINQ query Pin
Tamer Oz27-Jul-09 4:18
Tamer Oz27-Jul-09 4:18 
GeneralRe: Execute LINQ query Pin
zeeShan anSari27-Jul-09 4:20
zeeShan anSari27-Jul-09 4:20 
GeneralRe: Execute LINQ query Pin
Tamer Oz27-Jul-09 4:25
Tamer Oz27-Jul-09 4:25 
QuestionPromp box in the center of screen Pin
deep727-Jul-09 3:09
deep727-Jul-09 3:09 
AnswerRe: Promp box in the center of screen Pin
Abhijit Jana27-Jul-09 3:35
professionalAbhijit Jana27-Jul-09 3:35 
GeneralRe: Promp box in the center of screen Pin
deep727-Jul-09 23:13
deep727-Jul-09 23:13 
AnswerRe: Promp box in the center of screen Pin
Blue_Boy27-Jul-09 3:37
Blue_Boy27-Jul-09 3:37 
Here it is:
<br />
  function PopupCenter(pageURL, title,w,h) {<br />
var left = (screen.width/2)-(w/2);<br />
var top = (screen.height/2)-(h/2);<br />
var targetWin = window.open (pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);<br />
}


Reference link.[^]


I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.

www.aktualiteti.com

GeneralRe: Promp box in the center of screen Pin
Abhijit Jana27-Jul-09 3:41
professionalAbhijit Jana27-Jul-09 3:41 
GeneralRe: Promp box in the center of screen Pin
Blue_Boy27-Jul-09 3:52
Blue_Boy27-Jul-09 3:52 
GeneralRe: Promp box in the center of screen Pin
Abhijit Jana27-Jul-09 3:54
professionalAbhijit Jana27-Jul-09 3:54 
GeneralRe: Promp box in the center of screen Pin
Blue_Boy27-Jul-09 3:57
Blue_Boy27-Jul-09 3:57 
GeneralRe: Promp box in the center of screen Pin
Viral Upadhyay27-Jul-09 4:17
Viral Upadhyay27-Jul-09 4:17 
GeneralRe: Promp box in the center of screen Pin
Blue_Boy27-Jul-09 4:19
Blue_Boy27-Jul-09 4:19 
AnswerRe: Promp box in the center of screen Pin
ToddHileHoffer27-Jul-09 7:11
ToddHileHoffer27-Jul-09 7:11 
Questionproblem with ajax control DragDropExtender Pin
S.Aijaz27-Jul-09 2:37
S.Aijaz27-Jul-09 2:37 
QuestionDynamic Treeview - (problem with nodes getting multiplied) Pin
sigurdur einarsson27-Jul-09 2:17
sigurdur einarsson27-Jul-09 2:17 
AnswerRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
Blue_Boy27-Jul-09 2:35
Blue_Boy27-Jul-09 2:35 
GeneralRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
sigurdur einarsson27-Jul-09 2:41
sigurdur einarsson27-Jul-09 2:41 
GeneralRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
Blue_Boy27-Jul-09 3:28
Blue_Boy27-Jul-09 3:28 
GeneralRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
sigurdur einarsson29-Jul-09 3:07
sigurdur einarsson29-Jul-09 3:07 
GeneralRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
Blue_Boy29-Jul-09 7:17
Blue_Boy29-Jul-09 7:17 
Questionset the onclick property of html button in javascript Pin
zeeShan anSari27-Jul-09 2:11
zeeShan anSari27-Jul-09 2:11 
AnswerRe: set the onclick property of html button in javascript Pin
Mike Ellison27-Jul-09 2:16
Mike Ellison27-Jul-09 2:16 
GeneralRe: set the onclick property of html button in javascript Pin
zeeShan anSari27-Jul-09 2:23
zeeShan anSari27-Jul-09 2:23 

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.