Hi I am using pop up extender in repater control.I have alink button asscoiated with for the pop up extender in repeater .I want to do processing in item command event which is not firing. Pop up window is coming but the itme command is not firing.After some research on google i find out pop up extender block the events aasscoaited with target control id of pop up extender.. Pls note:If I remove the pop up extender then the event is firing.Clearly the issue seems to be with Pop up extender its blocking the event. Any solutions would be really appreciated. I have searched everywhere. Thanks in adavnce. Sats
rahul_miche
Posts
-
Item command not firing repeater control pop up extender -
clear the textbox on click os submit button in update panelHi, I have a submit button in update panel and textbox which is not there in update panel. when i type something in textbox and press enter the submit should be clicked and textbox text should be cleared. I was able to get the first part.But the text is not getting cleared from textbox. Here is the snippet code: txtmsg.Attributes.Add("onkeydown", "if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('" + btn1.UniqueID + "').click();return false;this.value='';}} else {return true;this.value='';} "); also i have tried to clear the textbox values by using document.getelementbyid('textboxname').value="" but it does not work.... i have tried many solutions on the net they are not working.. This is really urgent any help is really appreciated. Thnaks in adavnce
-
scroll posititon for div but different problem (timer is there)also sorry to disturb u alot u can try my code which i have given in first post thanks in advance tc
-
scroll posititon for div but different problem (timer is there)hey gaurav believe me its not working i tried it ..(many times now) my chat messages are going down i have drag the vertical scroll bar down to see the messages the scroll position does not remain at the same position after the timer_tick in update panel fires.... waiting for your reply Thanks in advance
-
scroll posititon for div but different problem (timer is there)hey gaurav thanks for reply i was waiting for a reply no body replied i guess its not such atough question anywaz your solution is not working any other solutions. i am fed up this problem hopefuly some one can give a solution(s) thanks in adavnce
-
scroll posititon for div but different problem (timer is there)I have developed a chat application. i am displaying chat messages using gridview in a div.I am using gridview in update panel(ajax).With every timer_tick I update the gridview.My timer control s in control template of update panel.The problem is I have to maintain the scroll position after after timer tick event ie after the grid gets the data. I ahve altried all the options on the net.None of them is working.Help me Its urgent. This problem is buggin me alot. Here is the code .aspx ]]> Welcome to chat application <%----%>
]]>
<%-- --%> <%#Eval("Chat_msgs")%>