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

ASP.NET

 
AnswerRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
Brij19-Dec-08 21:38
mentorBrij19-Dec-08 21:38 
GeneralRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
jhyn19-Dec-08 22:05
jhyn19-Dec-08 22:05 
AnswerRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
Brij19-Dec-08 23:18
mentorBrij19-Dec-08 23:18 
GeneralRe: GetPostBackClientHyperlink in datagrid in ascx file Pin
jhyn21-Dec-08 14:26
jhyn21-Dec-08 14:26 
Questionupdate panel problem.. [modified] Pin
mr_muskurahat19-Dec-08 20:44
mr_muskurahat19-Dec-08 20:44 
AnswerRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:05
professionalAbhijit Jana19-Dec-08 21:05 
GeneralRe: update panel problem.. [modified] Pin
mr_muskurahat19-Dec-08 21:15
mr_muskurahat19-Dec-08 21:15 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:21
professionalAbhijit Jana19-Dec-08 21:21 
mr_muskurahat wrote:
updatepenel2.update(); is it a javascript function???

No.

Your Requirement is to update only updatepanel2 which is inside updatepanel1.
So, You can just simple do it.
Set The UpdateMode property of Both the panel to "Conditional" and then you can update any one of them when you wish by UpdatePanel1.update() or Updatepanel2.update()
It will update only particular panel. You don't need any JavaScript for that.

cheers,
Abhijit

GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 21:27
mr_muskurahat19-Dec-08 21:27 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:33
professionalAbhijit Jana19-Dec-08 21:33 
GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 22:02
mr_muskurahat19-Dec-08 22:02 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 22:38
professionalAbhijit Jana19-Dec-08 22:38 
GeneralRe: update panel problem.. Pin
Abhijit Jana19-Dec-08 21:41
professionalAbhijit Jana19-Dec-08 21:41 
AnswerRe: update panel problem.. Pin
Brij19-Dec-08 21:41
mentorBrij19-Dec-08 21:41 
GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 22:18
mr_muskurahat19-Dec-08 22:18 
GeneralRe: update panel problem.. Pin
mr_muskurahat19-Dec-08 22:45
mr_muskurahat19-Dec-08 22:45 
GeneralRe: update panel problem.. Pin
Brij19-Dec-08 23:22
mentorBrij19-Dec-08 23:22 
GeneralRe: update panel problem.. Pin
mr_muskurahat20-Dec-08 6:30
mr_muskurahat20-Dec-08 6:30 
QuestionWeb startups. Pin
CrimeanTurtle200819-Dec-08 19:15
CrimeanTurtle200819-Dec-08 19:15 
AnswerRe: Web startups. Pin
N a v a n e e t h19-Dec-08 19:19
N a v a n e e t h19-Dec-08 19:19 
GeneralRe: Web startups. Pin
CrimeanTurtle200819-Dec-08 19:21
CrimeanTurtle200819-Dec-08 19:21 
GeneralRe: Web startups. Pin
N a v a n e e t h19-Dec-08 19:24
N a v a n e e t h19-Dec-08 19:24 
GeneralRe: Web startups. Pin
CrimeanTurtle200819-Dec-08 19:24
CrimeanTurtle200819-Dec-08 19:24 
GeneralRe: Web startups. Pin
N a v a n e e t h19-Dec-08 19:27
N a v a n e e t h19-Dec-08 19:27 
GeneralRe: Web startups. Pin
Christian Graus19-Dec-08 19:26
protectorChristian Graus19-Dec-08 19:26 

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.