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

ASP.NET

 
AnswerRe: how to take printout the treeview controls data asp.net Pin
VenkatFor.NET22-Jan-09 21:13
VenkatFor.NET22-Jan-09 21:13 
QuestionHow to use Crystal Reports in asp.net? Pin
Subin Alex22-Jan-09 19:06
Subin Alex22-Jan-09 19:06 
AnswerRe: How to use Crystal Reports in asp.net? Pin
VenkatFor.NET22-Jan-09 20:22
VenkatFor.NET22-Jan-09 20:22 
QuestionDialogbox problem Pin
bibhukalyandas22-Jan-09 18:21
bibhukalyandas22-Jan-09 18:21 
QuestionLoading a xml file in a html combo box using javascript [modified] Pin
rakeshs31222-Jan-09 18:12
rakeshs31222-Jan-09 18:12 
AnswerRe: Loading a xml file in a html combo box using javascript Pin
Sundar_R22-Jan-09 18:45
Sundar_R22-Jan-09 18:45 
GeneralRe: Loading a xml file in a html combo box using javascript [modified] Pin
rakeshs31222-Jan-09 20:24
rakeshs31222-Jan-09 20:24 
QuestionHow to identify which div opened the popup Pin
rama charan22-Jan-09 17:59
rama charan22-Jan-09 17:59 
Hi all,
i have multiple update panels with buttons .i open a popup which is a new page when i click on the button using javascript code.All update panels open the same popup.I need to update the parent which opened this popup once i close the popup.I also know how to refresh the update panel when i close the popup

What i was unable to find out is how to find out which button(which ) has opened this popup.so that i can update that specific update panel


The sample code is shown below
<div id="parentContainer" onclick="__doPostBack('ParentUpdatePanel', '');" />
      <asp:updatepanel id="ParentUpdatePanel" runat="server" updatemode="Conditional" xmlns:asp="#unknown">
          <contenttemplate>
                  <asp:label id="lblparenttime" runat="server"></asp:label>
                  <asp:linkbutton id="lnkbutn" runat="server" text=" lcick me to open popup" onclientclick="return showpopup();" />

          </contenttemplate>
      </asp:updatepanel>

          <div id="Div1" onclick="__doPostBack('ParentUpdatePanel', '');" />
      <asp:updatepanel id="UpdatePanel1" runat="server" updatemode="Conditional" xmlns:asp="#unknown">
          <contenttemplate>
                  <asp:label id="Label2" runat="server"></asp:label>
                  <asp:linkbutton id="LinkButton1" runat="server" text=" lcick me to open popup" onclientclick="return showpopup();" />

          </contenttemplate>
      </asp:updatepanel>



Any help or suggestions are appreciated

Thanks in advance,

Rama Charan Prasad

"Be happy and Keep smiling.Thats what u want be always..Smile | :) "

AnswerRe: How to identify which div opened the popup Pin
Sundar_R22-Jan-09 19:05
Sundar_R22-Jan-09 19:05 
GeneralRe: How to identify which div opened the popup Pin
rama charan23-Jan-09 1:35
rama charan23-Jan-09 1:35 
QuestionEnableEventValidation Pin
Member 236391622-Jan-09 17:50
Member 236391622-Jan-09 17:50 
Questionactually i have a database table have four fields rnkid, rnkartid,rnkuserid and rnk marks i want sum all the marks which have same rnk art id . pls hel tell how Pin
anujanujanuj22-Jan-09 17:39
anujanujanuj22-Jan-09 17:39 
AnswerDon't CrossPost Pin
Abhijit Jana22-Jan-09 17:55
professionalAbhijit Jana22-Jan-09 17:55 
Questionactually i have a database table have four fields rnkid, rnkartid,rnkuserid and rnk marks i want sum all the marks which have same rnk art id . pls hel tell how Pin
anujbanka178422-Jan-09 17:24
anujbanka178422-Jan-09 17:24 
AnswerRe: actually i have a database table have four fields rnkid, rnkartid,rnkuserid and rnk marks i want sum all the marks which have same rnk art id . pls hel tell how Pin
Abhijit Jana22-Jan-09 17:47
professionalAbhijit Jana22-Jan-09 17:47 
QuestionEmail Expression Validator Pin
Terick22-Jan-09 8:34
Terick22-Jan-09 8:34 
AnswerRe: Email Expression Validator Pin
rama charan22-Jan-09 19:02
rama charan22-Jan-09 19:02 
QuestionDatagrid Pin
dptalt22-Jan-09 8:14
dptalt22-Jan-09 8:14 
AnswerRe: Datagrid Pin
sudhanvag25-Jan-09 7:48
sudhanvag25-Jan-09 7:48 
GeneralReporting Pin
Brady Kelly22-Jan-09 5:44
Brady Kelly22-Jan-09 5:44 
GeneralRe: Reporting Pin
ToddHileHoffer22-Jan-09 6:54
ToddHileHoffer22-Jan-09 6:54 
GeneralRe: Reporting Pin
Brady Kelly22-Jan-09 7:12
Brady Kelly22-Jan-09 7:12 
GeneralRe: Reporting Pin
VenkatFor.NET22-Jan-09 20:25
VenkatFor.NET22-Jan-09 20:25 
GeneralSQL Reporting Services Pin
David Mujica25-Jan-09 2:04
David Mujica25-Jan-09 2:04 
GeneralRe: SQL Reporting Services Pin
Brady Kelly25-Jan-09 2:53
Brady Kelly25-Jan-09 2:53 

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.