Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

rahul_miche

@rahul_miche
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Item command not firing repeater control pop up extender
    R rahul_miche

    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

    ASP.NET help

  • clear the textbox on click os submit button in update panel
    R rahul_miche

    Hi, 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

    ASP.NET help announcement

  • scroll posititon for div but different problem (timer is there)
    R rahul_miche

    also sorry to disturb u alot u can try my code which i have given in first post thanks in advance tc

    ASP.NET help css announcement lounge

  • scroll posititon for div but different problem (timer is there)
    R rahul_miche

    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

    ASP.NET help css announcement lounge

  • scroll posititon for div but different problem (timer is there)
    R rahul_miche

    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

    ASP.NET help css announcement lounge

  • scroll posititon for div but different problem (timer is there)
    R rahul_miche

    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")%>

    ASP.NET help css announcement lounge
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups