Click here to Skip to main content
15,891,567 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Abstact Class Pin
Abhijit Jana8-Sep-09 21:48
professionalAbhijit Jana8-Sep-09 21:48 
GeneralRe: Abstact Class Pin
Manas Bhardwaj8-Sep-09 22:15
professionalManas Bhardwaj8-Sep-09 22:15 
AnswerRe: [Message Deleted] Pin
Abhijit Jana8-Sep-09 21:49
professionalAbhijit Jana8-Sep-09 21:49 
QuestionUseing button within Repeater Pin
Shahdat Hosain8-Sep-09 19:43
Shahdat Hosain8-Sep-09 19:43 
AnswerRe: Useing button within Repeater Pin
Christian Graus8-Sep-09 19:49
protectorChristian Graus8-Sep-09 19:49 
GeneralRe: Useing button within Repeater Pin
Shahdat Hosain8-Sep-09 20:06
Shahdat Hosain8-Sep-09 20:06 
GeneralRe: Useing button within Repeater Pin
Christian Graus8-Sep-09 20:12
protectorChristian Graus8-Sep-09 20:12 
GeneralRe: Useing button within Repeater Pin
Shahdat Hosain8-Sep-09 21:09
Shahdat Hosain8-Sep-09 21:09 
Thanks

Plz hear my real problem. It a big problem to me

I have a page Connection.aspx that shows all connections(friends) of a user like faecbook and plaxo.com

I need to delete a connection when the user click on delete button()
and after deleting he see his new connection list on that page.

To do this
I use a updatepanel, repeater and usercontrol(profile.ascx).
Repeater set in the updatepanel. By repeater all connection show in Connection.aspx using usercontrol(profile.ascx).
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
               <ContentTemplate>
                 <asp:Repeater ID="repConnections" runat="server" OnItemDataBound="repConnections_ItemDataBound">
                 <ItemTemplate>
                 <div class="friendBody">
                    <Kooras:ProfileDisplaySmall ShowConnectionRequestButton="false" ShowDeleteButton="true" ID="pdProfileDisplay" runat="server" />               
                 </div>
                </ItemTemplate>                    
 </asp:Repeater>         
                                </ContentTemplate>
                            </asp:UpdatePanel> 


profile.ascx have a delete button to delete connection.
When user click on that button, connection actually deleted. but page connection.aspx not be updated.

To solve this problem I think following technique

I place a button on connection.aspx set visiable false. and after clicking on delete button of the usercontrol(profile.ascx). the button on connection.aspx will be fire.
Dear........
If this is right way , Plz tall me how can I Implement it.

shahdat

GeneralRe: Useing button within Repeater Pin
Christian Graus8-Sep-09 21:13
protectorChristian Graus8-Sep-09 21:13 
GeneralRe: Useing button within Repeater Pin
Shahdat Hosain8-Sep-09 21:51
Shahdat Hosain8-Sep-09 21:51 
GeneralRe: Useing button within Repeater Pin
Abhijit Jana8-Sep-09 20:31
professionalAbhijit Jana8-Sep-09 20:31 
AnswerRe: Useing button within Repeater Pin
Abhishek Sur8-Sep-09 22:12
professionalAbhishek Sur8-Sep-09 22:12 
QuestionHow to block the user from copying images from the website ? Pin
Subin Alex8-Sep-09 19:40
Subin Alex8-Sep-09 19:40 
AnswerRe: How to block the user from copying images from the website ? Pin
Christian Graus8-Sep-09 19:48
protectorChristian Graus8-Sep-09 19:48 
AnswerRe: How to block the user from copying images from the website ? Pin
sashidhar8-Sep-09 19:52
sashidhar8-Sep-09 19:52 
AnswerRe: How to block the user from copying images from the website ? Pin
Blikkies8-Sep-09 20:11
professionalBlikkies8-Sep-09 20:11 
Questionupdate excel using oledb (is primary key possible) Pin
amittinku8-Sep-09 19:26
amittinku8-Sep-09 19:26 
AnswerRe: update excel using oledb (is primary key possible) Pin
mylogics8-Sep-09 21:47
professionalmylogics8-Sep-09 21:47 
GeneralRe: update excel using oledb (is primary key possible) Pin
amittinku8-Sep-09 21:49
amittinku8-Sep-09 21:49 
QuestionAssembly = "DataGridCheckbox" Pin
mabsoott8-Sep-09 19:24
mabsoott8-Sep-09 19:24 
AnswerRe: Assembly = "DataGridCheckbox" Pin
Christian Graus8-Sep-09 19:46
protectorChristian Graus8-Sep-09 19:46 
QuestionProblem in showing Alert Box [Solved] Pin
nagendrathecoder8-Sep-09 19:15
nagendrathecoder8-Sep-09 19:15 
AnswerRe: Problem in showing Alert Box Pin
Christian Graus8-Sep-09 19:16
protectorChristian Graus8-Sep-09 19:16 
GeneralRe: Problem in showing Alert Box Pin
nagendrathecoder8-Sep-09 19:24
nagendrathecoder8-Sep-09 19:24 
GeneralRe: Problem in showing Alert Box Pin
Arun Jacob8-Sep-09 19:31
Arun Jacob8-Sep-09 19:31 

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.