Search

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

Matching Posts

  • Disable "Enter" button

    Hi all, I have a Sales Form.I have three buttons on this from(Save,Submit & Get previous Sale) and several textboxes for the user to enter information. When the user navigates from textbox to textbox, sometimes he uses "enter" key on the keyboard.The form uses get previous sale button as default button.But i want Save button to be default.I Used < form id ="Form" action ="" defaultbutton ="BtnSave"> But still its is taking get Previous Sales button
    Posted to Web Forms (Forum) by SaraDob on 12/3/2009
  • Re: Disable "Enter" button

    Thanks for the reply. I use Master Pages, i use ContentHolder, where i specify runat Server="true" HTMl is too long will paste only relevant html. < table > < tr >< td >< asp : Button ID ="btnLastMonth" runat ="server" Text ="Previous Month Report" CausesValidation ="False" CssClass ="button" /></ td >< td > < asp : Button ID ="BtnSalesSubmit2" CssClass ="button" runat ="server"
    Posted to Web Forms (Forum) by SaraDob on 12/3/2009
  • get The values, when the checkbox is checked in gridview

    Hi all, I have 5 Gridviews in an asp.net page.Each contains a set of products.Each row has a check box. If the User Selects the Checkbox, he enters the quantity against that product. I have written code to check, which checkbox is checked and get the quantity.It gives me error, "object reference is not set to an instance of an object" I'm getting the the values from code behind as follows.pleas help me to resolve this thanks Private Function InsertRequestLiteratureItems( ByVal RequestId
    Posted to Data Presentation Controls (Forum) by SaraDob on 11/23/2009
  • Check and UnCheck Checkboxes in Gridview

    Hi all, I have aGridview, which has few products populated.There are Checkboxes in each row of the product. If a customer has to order that product, he simply checks that row checkbox, and enters quantity in the textbox. Initially the textbox will disabled.Only when the Checkbox , against the row is checked, The quantity Textbox is enabled for him to enter the quantity. I'm trying to write a javascript that enables or disables the quantity textbox. I have written a javascript function onclick
    Posted to Web Forms (Forum) by SaraDob on 11/19/2009
  • Re: Check and UnCheck Checkboxes in Gridview

    I can do that. I can use Client Id.But i need to know, how to send the Id of teh text to be enabled through the checkBoc Onclick event?
    Posted to Web Forms (Forum) by SaraDob on 11/19/2009
  • can i use GridView/table to record User Selection?

    Hi I need Suggestions, on how design this asp page.Please help! I have a form, which contains products and quantity textboxes. These Products are grouped into Series. When a User wants certain product, he checks that checkbox against the product and enter Quantity. The product Series are as follows: A Series: Product 1 Product 2 B Series Product 3 Product 4 I Use Gridview to populate the products based on the Series. Each Series Product are grouped together in in one gridview. The User Can either
    Posted to Data Presentation Controls (Forum) by SaraDob on 11/13/2009
  • When Sending mail from SMTP,Error

    Hi all, This is a newbie question.Can you please help me solve this. I followed the the video example from this website on how to send email asynchronously by Chris pels.Good video. But i'm stuck, as to how to configure th web.config.As a test, i'm trying to send mail from my localhost How do i determine the following: Host,username,Password.At present i'm using < network defaultCredentials = " true " host = " 127.0.0.1 " port = " 25 " userName = "
    Posted to Getting Started (Forum) by SaraDob on 11/13/2009
  • Re: Error" No components in Buildvsi.dll", when adding to toolbox

    All, I was adding a different dll(buildvsi.dll). It should have been ajaxtoolkit.dll. Thanks for looking
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SaraDob on 11/11/2009
  • Error" No components in Buildvsi.dll", when adding to toolbox

    Hi, I Ajaxified my Web application 6 montsh back.I use VS 2008. Everything looked good. The webapplication was being tested for last 2 months, so we dint do much of development.Now we want to implement Ajax accordion.When i pulled open the toolbox of VS 2008, all the components were missing in Ajax toolkit except 1)Pointer 2)Script manager 3)Script manager proxy 4)Timer 5)Updatepanel 6)Updateprogres When i rightclick on toolbox menu and say choose items( the way i installed the dll in the begining
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SaraDob on 11/11/2009
  • Re: Diplay a message using Label Control dynamically

    take a look at this User control .It might help : http://www.codeproject.com/KB/ajax/Flash_user_confirmation.aspx Thanks
    Posted to Web Forms (Forum) by SaraDob on 10/21/2009
Page 1 of 34 (338 items) 1 2 3 4 5 Next > ... Last »