Click here to Skip to main content
15,892,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Email Identity Pin
rock05626-Feb-07 3:21
rock05626-Feb-07 3:21 
Questionhttp/1.0 425 http Error Pin
LCI23-Feb-07 9:55
LCI23-Feb-07 9:55 
Questionasp.net 2.0 Unable to Start debugging on the web server Pin
aransiola23-Feb-07 7:21
aransiola23-Feb-07 7:21 
AnswerRe: asp.net 2.0 Unable to Start debugging on the web server Pin
Hesham Amin23-Feb-07 7:53
Hesham Amin23-Feb-07 7:53 
AnswerRe: asp.net 2.0 Unable to Start debugging on the web server Pin
szukuro24-Feb-07 9:11
szukuro24-Feb-07 9:11 
GeneralRe: asp.net 2.0 Unable to Start debugging on the web server Pin
aransiola26-Feb-07 23:57
aransiola26-Feb-07 23:57 
QuestionHelp: RaisePostBackEvent does not get call Pin
Rookie23-Feb-07 7:16
Rookie23-Feb-07 7:16 
Questionajax popup tricking Pin
netJP12L23-Feb-07 6:41
netJP12L23-Feb-07 6:41 
Hi, I am indeed got stuck in this ajax. All I want to do is to update the modalpopup label and textfield values when user click on the ok button. Although, my modalpopup works but when I
re-click to open the modalpopup the values don't get updated. Below are my codes, can somebody please really help me. I appreciate
Thanks

<<asp:linkbutton id="LinkButton1" runat="server">>LinkButton<>

<<ajaxtoolkit:modalpopupextender id="ModalPopupExtender1" runat="server"
="" targetcontrolid="LinkButton1" popupcontrolid="Panel1" okcontrolid="btnOk" cancelcontrolid="btnCancel">>


<<asp:panel id="Panel1" runat="server">>
<<asp:updatepanel id="UpdatePanel1" runat="server">>
<<contenttemplate>>
<<asp::label id="Label1" runat="server">>Label<>
<<asp:textbox id="TextBox1" runat="server">>TextBox<>
<>
<<triggers>><<asp:asyncpostbacktrigger controlid="btnOk" eventname="Click">> <>
<>
<<asp:button id="btnOk" runat="server" text="OK" onclick="btnOk_Click">>
<<asp:button id="btnCancel" runat="server" text="Cancel">>
<>

//protected void btnOk_Click(object sender, EventArgs e)
//{
// this.TextBox1.Text = "textfield change";
// this.Label1.Text = "label change";
// }
AnswerRe: ajax popup tricking Pin
netJP12L23-Feb-07 8:48
netJP12L23-Feb-07 8:48 
Questionajax popup tricking Pin
netJP12L23-Feb-07 6:33
netJP12L23-Feb-07 6:33 
Questionadd hyperlink dynamically using a gridview Pin
lavell23-Feb-07 6:22
lavell23-Feb-07 6:22 
AnswerRe: add hyperlink dynamically using a gridview Pin
kubben23-Feb-07 8:31
kubben23-Feb-07 8:31 
QuestionClose my Page Pin
i-p-g-i23-Feb-07 6:10
i-p-g-i23-Feb-07 6:10 
AnswerRe: Close my Page Pin
Guffa23-Feb-07 6:15
Guffa23-Feb-07 6:15 
QuestionControl properties changing during page processing Pin
badgrs23-Feb-07 5:46
badgrs23-Feb-07 5:46 
AnswerRe: Control properties changing during page processing Pin
kubben23-Feb-07 5:56
kubben23-Feb-07 5:56 
AnswerRe: Control properties changing during page processing Pin
Abisodun23-Feb-07 5:56
Abisodun23-Feb-07 5:56 
QuestionPage Breaks in reporting services Pin
kalyan_vb23-Feb-07 5:46
kalyan_vb23-Feb-07 5:46 
QuestionProblem with FileInfo.Exist and network access Pin
Stephan Pilz23-Feb-07 4:36
Stephan Pilz23-Feb-07 4:36 
AnswerRe: Problem with FileInfo.Exist and network access Pin
kubben23-Feb-07 4:53
kubben23-Feb-07 4:53 
GeneralRe: Problem with FileInfo.Exist and network access Pin
Stephan Pilz23-Feb-07 5:07
Stephan Pilz23-Feb-07 5:07 
GeneralRe: Problem with FileInfo.Exist and network access Pin
kubben23-Feb-07 5:20
kubben23-Feb-07 5:20 
Questionuse of hidden field Pin
raquidd2223-Feb-07 4:23
raquidd2223-Feb-07 4:23 
AnswerRe: use of hidden field Pin
kubben23-Feb-07 5:00
kubben23-Feb-07 5:00 
GeneralRe: use of hidden field Pin
Michael Sync23-Feb-07 21:33
Michael Sync23-Feb-07 21:33 

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.