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

ASP.NET

 
AnswerRe: Uploading the file to the same path on the server. Pin
N a v a n e e t h7-Sep-09 23:54
N a v a n e e t h7-Sep-09 23:54 
QuestionStored procedure Pin
mylogics7-Sep-09 23:10
professionalmylogics7-Sep-09 23:10 
AnswerRe: Stored procedure Pin
Greg Chelstowski7-Sep-09 23:21
Greg Chelstowski7-Sep-09 23:21 
GeneralRe: Stored procedure Pin
mylogics7-Sep-09 23:24
professionalmylogics7-Sep-09 23:24 
GeneralRe: Stored procedure Pin
Greg Chelstowski7-Sep-09 23:28
Greg Chelstowski7-Sep-09 23:28 
GeneralRe: Stored procedure Pin
mylogics7-Sep-09 23:37
professionalmylogics7-Sep-09 23:37 
GeneralRe: Stored procedure Pin
Elayaraja Sambasivam7-Sep-09 23:34
Elayaraja Sambasivam7-Sep-09 23:34 
QuestionHow can I update the page Friend.aspx partially by clicking on button deleteFriend of usercontrol Profile.ascx? Pin
Shahdat Hosain7-Sep-09 22:28
Shahdat Hosain7-Sep-09 22:28 
To update the page Friend.aspx partially by clicking on button deleteFriend of usercontrol Profile.ascx I use following code

Friend.aspx
<%@ Register Src="~/UserControls/ProfileDisplaySmall.ascx" TagPrefix="Kooras" TagName="ProfileDisplaySmall" %>

            <asp:UpdatePanel ID="UpdatePanel2" runat="server">
             <ContentTemplate>
                 <Kooras:ProfileDisplaySmall ShowConnectionRequestButton="false" ShowDeleteButton="false" ID="pdProfileDisplay" runat="server" />
                 <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
                 <asp:Label ID="Label4" runat="server" Text="Label"></asp:Label>
             </ContentTemplate>
             <Triggers>
               
             </Triggers>
             </asp:UpdatePanel>

But nothing to do

I also add
<Triggers>
               <asp:AsyncPostBackTrigger  ControlID="deleteFriend" EventName="click"/>
           </Triggers>


Profile.ascx
<asp:ImageButton ImageAlign="AbsMiddle" ID="deleteFriend" CssClass="cross" runat="server" OnClick="ibDelete_Click" ImageUrl="~/images/cross_icon_normal.png" />


Now compiler says deleteFriend does not exist in the current context(at Friend.aspx ).

What can I do? Plz ...

shahdat

AnswerRe: How can I update the page Friend.aspx partially by clicking on button deleteFriend of usercontrol Profile.ascx? Pin
Nisha Agrawal8-Sep-09 2:05
Nisha Agrawal8-Sep-09 2:05 
Questionaccsess database on host Pin
fattycode7-Sep-09 22:14
fattycode7-Sep-09 22:14 
AnswerRe: accsess database on host Pin
Manas Bhardwaj7-Sep-09 22:20
professionalManas Bhardwaj7-Sep-09 22:20 
GeneralRe: accsess database on host Pin
fattycode7-Sep-09 22:31
fattycode7-Sep-09 22:31 
AnswerRe: accsess database on host Pin
Nisha Agrawal8-Sep-09 2:14
Nisha Agrawal8-Sep-09 2:14 
GeneralRe: accsess database on host Pin
fattycode8-Sep-09 4:18
fattycode8-Sep-09 4:18 
GeneralRe: accsess database on host Pin
Nisha Agrawal23-Sep-09 2:45
Nisha Agrawal23-Sep-09 2:45 
AnswerRe: accsess database on host Pin
GauravKP8-Sep-09 3:09
professionalGauravKP8-Sep-09 3:09 
GeneralRe: accsess database on host Pin
fattycode8-Sep-09 4:17
fattycode8-Sep-09 4:17 
QuestionJavascript history.go is not working in IE7 Pin
meeram3957-Sep-09 22:04
meeram3957-Sep-09 22:04 
AnswerRe: Javascript history.go is not working in IE7 Pin
Aman Bhullar7-Sep-09 22:45
Aman Bhullar7-Sep-09 22:45 
AnswerRe: Javascript history.go is not working in IE7 Pin
vishwjeet8-Sep-09 11:08
vishwjeet8-Sep-09 11:08 
Questioncall client side function in server side function in asp.net Pin
vnsraj7-Sep-09 21:53
vnsraj7-Sep-09 21:53 
AnswerRe: call client side function in server side function in asp.net Pin
Christian Graus7-Sep-09 22:04
protectorChristian Graus7-Sep-09 22:04 
AnswerRe: call client side function in server side function in asp.net Pin
Arun Jacob7-Sep-09 22:04
Arun Jacob7-Sep-09 22:04 
GeneralRe: call client side function in server side function in asp.net Pin
vnsraj7-Sep-09 22:18
vnsraj7-Sep-09 22:18 
AnswerRe: call client side function in server side function in asp.net Pin
Arun Jacob7-Sep-09 22:22
Arun Jacob7-Sep-09 22:22 

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.