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

ASP.NET

 
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 
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 
I think your trying to fix something that doesn't need fixing.

The dragable panels should be created first and set in position.

Then the update panels should be inside the dragable panels, so use multiple update panels and multiple triggers.

Each draggable panels should be an independent unit, that is self contained, with all the plumbing inside them.

If you put the draggable panel inside a update panel, on async-postback, the server won't know that you changed the position of the panel, and put them back in the original location, where ever they were hard coded to when the server sent the html to the browser the first time.

So make the draggable panels first, test them. Then put a update panel inside the panel, and add your content and logic, then test again. It should work in theory.

I don't use update panels anymore, ditched them for javascript and web services. I also stopped using Microsoft Ajax extenders, in exchange for jquery and javascript instead.
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 
AnswerRe: asp.net 4 with sql server 2008 Pin
Vasudevan Deepak Kumar9-Oct-12 7:18
Vasudevan Deepak Kumar9-Oct-12 7:18 
GeneralRe: asp.net 4 with sql server 2008 Pin
lillain2199-Oct-12 21:47
lillain2199-Oct-12 21:47 

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.