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

ASP.NET

 
QuestionHi Friends i want to create a web application Pin
VinothData9-Oct-12 15:41
VinothData9-Oct-12 15:41 
AnswerRe: Hi Friends i want to create a web application Pin
Rockstar_9-Oct-12 19:18
professionalRockstar_9-Oct-12 19:18 
GeneralRe: Hi Friends i want to create a web application Pin
VinothData11-Oct-12 19:37
VinothData11-Oct-12 19:37 
QuestionHow to set the x, y positions of the dynamic control Pin
Shashank Srivastava1)9-Oct-12 0:44
Shashank Srivastava1)9-Oct-12 0:44 
AnswerRe: How to set the x, y positions of the dynamic control Pin
n.podbielski9-Oct-12 0:59
n.podbielski9-Oct-12 0:59 
AnswerRe: How to set the x, y positions of the dynamic control Pin
jkirkerx9-Oct-12 11:20
professionaljkirkerx9-Oct-12 11:20 
GeneralRe: How to set the x, y positions of the dynamic control Pin
Shashank Srivastava1)10-Oct-12 2:10
Shashank Srivastava1)10-Oct-12 2:10 
GeneralRe: How to set the x, y positions of the dynamic control Pin
jkirkerx10-Oct-12 6:49
professionaljkirkerx10-Oct-12 6:49 
When a browser makes a request for a web page, the html code is downloaded to the client, and stored in your computers memory by the browser, which is called the DOM. You can manipulate the DOM using Javascript, JQuery or Microsoft AJAX.

So in Javascript at the top of the page, you can make a global var like declaring variables in a class outside of the functions in c# or vb

var global_X = 0;
var global_Y = 0;

function getPosition() {
 global_X = lalala();
 global_Y = lalala();

}

function setPosition() {
 // Do the oposite

}

GeneralRe: How to set the x, y positions of the dynamic control Pin
Shashank Srivastava1)10-Oct-12 2:19
Shashank Srivastava1)10-Oct-12 2:19 
GeneralRe: How to set the x, y positions of the dynamic control Pin
jkirkerx10-Oct-12 7:01
professionaljkirkerx10-Oct-12 7:01 
QuestionSorting a generic list of objects depending upon its one of objects property Pin
indian1438-Oct-12 21:32
indian1438-Oct-12 21:32 
AnswerRe: Sorting a generic list of objects depending upon its one of objects property Pin
n.podbielski8-Oct-12 21:52
n.podbielski8-Oct-12 21:52 
GeneralRe: Sorting a generic list of objects depending upon its one of objects property Pin
indian1438-Oct-12 21:58
indian1438-Oct-12 21:58 
SuggestionRe: Sorting a generic list of objects depending upon its one of objects property Pin
n.podbielski8-Oct-12 22:15
n.podbielski8-Oct-12 22:15 
Questiondoes form view shows only one record at a time? Pin
UDTWS8-Oct-12 18:18
UDTWS8-Oct-12 18:18 
AnswerRe: does form view shows only one record at a time? Pin
n.podbielski8-Oct-12 23:36
n.podbielski8-Oct-12 23:36 
QuestionHow to make some part of textbox text to read only and other part to be editable Pin
vinay_sinha8-Oct-12 7:25
vinay_sinha8-Oct-12 7:25 
AnswerTextbox may not be the correct control Pin
David Mujica8-Oct-12 8:32
David Mujica8-Oct-12 8:32 
AnswerRe: How to make some part of textbox text to read only and other part to be editable Pin
AspDotNetDev8-Oct-12 11:51
protectorAspDotNetDev8-Oct-12 11:51 
GeneralRe: How to make some part of textbox text to read only and other part to be editable Pin
n.podbielski8-Oct-12 23:57
n.podbielski8-Oct-12 23:57 
AnswerRe: How to make some part of textbox text to read only and other part to be editable Pin
gjllyl9-Oct-12 17:12
gjllyl9-Oct-12 17:12 
GeneralRe: How to make some part of textbox text to read only and other part to be editable Pin
vinay_sinha9-Oct-12 19:19
vinay_sinha9-Oct-12 19:19 
Questionasp.net 4 with sql server 2008 Pin
lillain2198-Oct-12 5:32
lillain2198-Oct-12 5:32 
AnswerRe: asp.net 4 with sql server 2008 Pin
Sarvesh Kushwaha8-Oct-12 5:49
Sarvesh Kushwaha8-Oct-12 5:49 
GeneralRe: asp.net 4 with sql server 2008 Pin
lillain2198-Oct-12 9:10
lillain2198-Oct-12 9:10 

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.