Browse by Tags

Related Posts

  • A Button and a LinkButton on the same form.

    I have a form. This form has the following controls: LinkButton1 (runat="server" OnClick="LinkButtonChangeActiveRecord_Click") Three TextBoxes (with RequiredFieldValidators) FileUpload control Button1 (runat = "server" Onclick="AddProfile" ) I want the RequiredFieldValidators...
    Posted to Getting Started (Forum) by dkaur76 on 06-15-2009, 12:00 AM
    Filed under: button
  • Re: <Img> Align for different resolutions.

    Thanks for advice but I cannot get to work. I think I may just need to use another software programme to build my site. Its really anoying that I have made a complete web site but I can't get the images/buttons to align correctly in different resolutions. I have been trying for months now. I have...
    Posted to Web Forms (Forum) by DonShimoda on 06-04-2009, 12:00 AM
    Filed under: Possition., resolution, button
  • Buttons inside Repeater control...

    I use the Repeater control to generate a table.... For each row in the table I want to have multiple buttons like this.... <ItemTemplate> < tr > .... data cells .... < td > < input type= "submit" value= "Remove" > < input type= "submit" value=...
    Posted to Data Presentation Controls (Forum) by SimonVidas on 05-26-2009, 12:00 AM
    Filed under: posback, Repeater, button
  • Datagrid - Print values in two different lines upon button click

    Hi, This is the scenario: This is what I have: 1. I have a datagrid with 6 columns and several rows with values coming from the database. 2. One column in the datagrid is a unique identity column 3. I also have a 'Show Info' button. This is what i need: 1. The current datagrid has limited information...
    Posted to Getting Started (Forum) by newbee9899 on 05-08-2009, 12:00 AM
    Filed under: "asp.net 2.0" "visual studio 2005", tables, text, vb.net, vb.net 2.0, vb.net 2000, vb.net asp.net, visual basic, <asp.net>, .vb, button, datagird, Datagird single button, datagrid, label control graphics, label.text, ASP 2.0 USER CONTROLS, asp 2.0.net, Label
  • Button in gridview to open new window

    I have a grid view where one column is a button that will open the url stored. RIght now I just have it redirecting to the page but I would like to have it open in a new window. I have been able to do this with javascript for a hyperlink but I am having trouble with the button. Here is my code protected...
    Posted to Web Forms (Forum) by bdog17 on 04-30-2009, 12:00 AM
    Filed under: new window, button, gridview
  • Users not being entered into DB with Custom made Button in the Createuserwizard

    Greetings, I am having some issue with the createuserwizard. I wanted to use my own button control since the default one was way to the right. So I added the button, however when it is pressed, no users are entered into the membership database. Instead it sends me to the login page. Below is my code...
    Posted to Getting Started (Forum) by SuperRom on 04-22-2009, 12:00 AM
    Filed under: CommandName, customNavigationtemplate, createuserwizard, button
  • Re: Prevent the user from posting the page twice using an image button

    As suggested earlier disable the button. The another way is to add and value to view state of like posted and then check for that. if that key exists in view state then immediately return from thet position. Please mark this as answer if you found this post helpful for you. Thanks, Narender Singh http...
    Posted to Web Forms (Forum) by narendersinghkahlon on 04-20-2009, 12:00 AM
    Filed under: posback, ViewState, button, c#
  • Passing parameters to button functions

    Is it possible to pass other paramaters to the function that is called when a button is pressed? For example, if I have an Array outside that function and want to use the array within the button function, can I pass it to the function somehow? Thanks, Nick
    Posted to Web Forms (Forum) by nminaker on 04-15-2009, 12:00 AM
    Filed under: parameters, button, functions
  • Re: required field validation on web form

    Hi All ASP.Net buttons have a property called "CausesValidation". This defaults to true, but if you set it to false on a button then that button will skip validation. This is also useful, for example, if a screen has menus that allow you to leave a validated form. Take a look at this example...
    Posted to Web Forms (Forum) by JohnThompson on 03-29-2009, 12:00 AM
    Filed under: ASP.NET, button, validation
  • How to assign a URL to a GridView Button?

    Hello! I have a GridView and and i have insert a "Templated Field". Inside the "Templated Field" and inside the "Item Template", i have insert an ASP Button. All i want is, on GridView1.RowDataBound to assign a different URL to every button of all rows. For example, i want...
    Posted to Data Presentation Controls (Forum) by MinimalTech on 03-23-2009, 12:00 AM
    Filed under: url, assign, button, GridView
Page 1 of 15 (143 items) 1 2 3 4 5 Next > ... Last »