Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Help in understanding PopupControlExtender Pin
Sunasara Imdadhusen21-Feb-11 23:22
professionalSunasara Imdadhusen21-Feb-11 23:22 
QuestionFormat Dynamic GridView at runtime Pin
Andy_L_J18-Feb-11 23:22
Andy_L_J18-Feb-11 23:22 
Questionc#+object copy Pin
Ramkumar_S18-Feb-11 16:30
Ramkumar_S18-Feb-11 16:30 
AnswerCross Post Pin
dan!sh 19-Feb-11 0:05
professional dan!sh 19-Feb-11 0:05 
QuestionRunning a web application on two windows Pin
xyz_999@hotmail.com18-Feb-11 5:19
xyz_999@hotmail.com18-Feb-11 5:19 
AnswerRe: Running a web application on two windows Pin
Steve Maier18-Feb-11 5:50
professionalSteve Maier18-Feb-11 5:50 
QuestionAssign a Textbox in the parent page from a ModalPopup in asp.net Pin
Vimalsoft(Pty) Ltd17-Feb-11 23:40
professionalVimalsoft(Pty) Ltd17-Feb-11 23:40 
AnswerRe: Assign a Textbox in the parent page from a ModalPopup in asp.net Pin
Anurag Gandhi18-Feb-11 0:35
professionalAnurag Gandhi18-Feb-11 0:35 
Hi,
This is because your textbox txtreference is outside the UpdatePanel.
You should understand the partial postback and how UpdatePanel works. Then you will yourself recognize why it is not updating your txtreference TextBox.
In summary, UpdatePanel updates only the partial content in UI.

For now, you can do your job by any of the 2 ways:
1. Either put your target TextBox also inside update panel. Or...
2. Do it using javascript by calling a javascript function in Sys.Application.add_load event.

For any details, you can google.

Hope this will help you.
Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life.
My latest article: Group GridView Data

GeneralRe: Assign a Textbox in the parent page from a ModalPopup in asp.net Pin
Vimalsoft(Pty) Ltd18-Feb-11 0:55
professionalVimalsoft(Pty) Ltd18-Feb-11 0:55 
GeneralRe: Assign a Textbox in the parent page from a ModalPopup in asp.net Pin
Anurag Gandhi18-Feb-11 1:18
professionalAnurag Gandhi18-Feb-11 1:18 
GeneralRe: Assign a Textbox in the parent page from a ModalPopup in asp.net Pin
Vimalsoft(Pty) Ltd18-Feb-11 1:29
professionalVimalsoft(Pty) Ltd18-Feb-11 1:29 
Questioncross query Pin
C#Coudou17-Feb-11 13:45
C#Coudou17-Feb-11 13:45 
AnswerRe: cross query Pin
GlobX17-Feb-11 14:45
GlobX17-Feb-11 14:45 
GeneralRe: cross query Pin
C#Coudou17-Feb-11 14:58
C#Coudou17-Feb-11 14:58 
GeneralRe: cross query Pin
GlobX17-Feb-11 15:08
GlobX17-Feb-11 15:08 
GeneralRe: cross query Pin
C#Coudou17-Feb-11 15:15
C#Coudou17-Feb-11 15:15 
GeneralRe: cross query Pin
thatraja17-Feb-11 15:28
professionalthatraja17-Feb-11 15:28 
AnswerRe: cross query Pin
Lisa Z. Morgan23-Feb-11 6:10
Lisa Z. Morgan23-Feb-11 6:10 
AnswerRe: cross query Pin
Anurag Gandhi17-Feb-11 22:13
professionalAnurag Gandhi17-Feb-11 22:13 
QuestionStrange Behavior in DevExpression Ajax Pin
Vimalsoft(Pty) Ltd17-Feb-11 8:15
professionalVimalsoft(Pty) Ltd17-Feb-11 8:15 
QuestionList of Object Pin
fififlowertot17-Feb-11 0:40
fififlowertot17-Feb-11 0:40 
AnswerRe: List of Object Pin
Ravi Sant17-Feb-11 0:57
Ravi Sant17-Feb-11 0:57 
GeneralRe: List of Object Pin
Dalek Dave4-Mar-11 13:42
professionalDalek Dave4-Mar-11 13:42 
QuestionAdding a C# UserControl DLL in ASP Web Page Pin
Pawan_bhat16-Feb-11 21:58
Pawan_bhat16-Feb-11 21:58 
AnswerRe: Adding a C# UserControl DLL in ASP Web Page Pin
Anurag Gandhi16-Feb-11 23:25
professionalAnurag Gandhi16-Feb-11 23:25 

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.