Search

You searched for the word(s): userid:832277

Matching Posts

  • Re: preventing full postback of AutoCompleteExtender

    just enclosing the textbox i bn updat epanel wuld do the need ful i have TextChanged for the textbox wehre in it gets the details of other fiels frm database i tried using the update panel with teh etxtbox having textchaged event which fetches addition al data on postback bt its not giving me any additional data for that value of textbox if i remove the update panel i get the value bt with full postback
    Posted to ASP.NET AJAX Control Toolkit (Forum) by svibuk on 11/27/2009
  • Re: browser to always open with its default size

    i have a index.aspx where in i have few links with < a href> <a href="page1.aspx target="_blank">page1</a> <a href="page2.aspx>page2</a> <a href="page3.aspx>page3</a> when i clcik this links and the pages open i need it to open with teh full screen height & width but by using the above scipt i get access denied error
    Posted to Client Side Web Development (Forum) by svibuk on 11/27/2009
  • Re: firng event on button when it has focus

    not only on enter press it shld have 3 purpose 1) when focus set on that button and enetr key pressed the event shld fire 2) when alt+access key presses it shld fire even if the focus is not on that button 3) and on click
    Posted to Web Forms (Forum) by svibuk on 11/26/2009
  • Re: preventing full postback of AutoCompleteExtender

    with reg the auto cmplete extender which i have used on page a full post back occurs as the textbox used is set to autopost back=true as that value of text box is used in a sql query to fetch records in anothe function how do i prevent the full postback if i remove the textbox post back i dont get the other values related to it
    Posted to ASP.NET AJAX Control Toolkit (Forum) by svibuk on 11/26/2009
  • Re: firng event on button when it has focus

    < asp:Button ID = "Button2" runat = "server" Text = "ADD" onclick = "Button2_Click" AccessKey = "A" /> if i use this with text=ADD which is visible to user & the user must knw A is the access key how do i make it <u>A</u>
    Posted to Web Forms (Forum) by svibuk on 11/26/2009
  • Re: firng event on button when it has focus

    i had tried it but for a button keepng label label shld not be visible as its a button fr SAVE and CANCEL
    Posted to Web Forms (Forum) by svibuk on 11/26/2009
  • Re: firng event on button when it has focus

    my prblm is i have a aspx page in which i have few button controls eg search button save button cancel button i have made search button as default button on form so that when the user presses enter anywhere on the page the search button gets fired its working fine on the same page i have the other 2 buttons used and this buttons has keyboard access key so that the user can fire the button using that access key for eg in Save S is the access key so the user can press ALT+ S and fre that button . this
    Posted to Web Forms (Forum) by svibuk on 11/26/2009
  • Re: firng event on button when it has focus

    <form id="form1" runat="server" defaultbutton="bt_Search"> its already wrking fine whts meant by override the WebForm_FireDefaultButton javascription how to do it
    Posted to Web Forms (Forum) by svibuk on 11/26/2009
  • compiler failed with error code 1.

    i am now frequently getting complier error vertime i execute the application when i get this error i stop the application Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: The compiler failed with error code 1. i tried many way but nt getting solved
    Posted to Configuration and Deployment (Forum) by svibuk on 11/26/2009
  • Re: text decoration in asp:button

    as suggested i used link button and panel and set the defaultbutton of that panel to the link button id and aslo set the accesskey fr link button the prbm with this is when i press ALT +accesskey it gets focus on that button and then i need to press enter to fire the event it shld be that when press ALT +accesskey it shld fire that button event with earlier <button> control i used to get it but culd not set the defaultbutton fr the panel wht i need is a button control in which i can specify
    Posted to Web Forms (Forum) by svibuk on 11/25/2009
Page 1 of 61 (601 items) 1 2 3 4 5 Next > ... Last »