Browse by Tags

Related Posts

  • 2 radio buttons one field off till 2nd radio is selected?

    I'm an asp.net/c# newbie ok thats out of the way. My requirement is to create a page that has 2 radio buttons, one of those radio buttons will have a text box that will be deactivated/grey'd out UNTIL its button is selected after which it will be active. Obviously this is easily done with javascript...
    Posted to Web Forms (Forum) by aforonda on 08-31-2006, 12:00 AM
    Filed under: ASP.NET, deactivate, javascript, form, radio button, c#
  • Dialogs in ASP.NET using server-side-blocked-calls

    Hi, I have created a true MVC-pattern for ASP.NET that allows dialogs windows in ASP.NET just like you would do when using WinForms. I am using a technique called server-side-blocked calls (server-side AJAX). On my website there are four demos online and also a recording of a live-coding-example (executable...
    Posted to Announcements (Forum) by inchl on 09-28-2006, 12:00 AM
    Filed under: ajax history bookmarks, client-side validation, server-side validation, event Bubbling, javascript, form, c#, ajax, file upload, components, ASP.NET 2.0 Client Callback, submit, Web Controls, show/hide, Crosspagepostback, Wizard Step, Wizard, PageAsyncTask, "Asynchronous Operation", AsyncOperation, ViewState, ASP.NET 2.0, popup
  • How to display data in Uppercase in some Datagrid columns?

    In some of the columns on my datagrid the data are displayed in mixed cases; some data are "all Caps" (all upper case letters), some are in "Title Case" format (Capitalized frist letter followed by lower case letters), while other are in lower case (this is the way they are stored...
    Posted to Web Forms (Forum) by sg2000 on 10-22-2006, 12:00 AM
    Filed under: ASP.NET 1.x, form, c#, Database
  • Passing an integer value to another Web Page

    I need to pass an integer value from a source Web page containing a datagrid to a target Web page, so that the target Web page will know the Primary Key of a record selected by the user from the datagrid of the source Web page. I know there are a number of ways to pass string values between two Web pages;...
    Posted to Web Forms (Forum) by sg2000 on 10-24-2006, 12:00 AM
    Filed under: ASP.NET 1.x, ASP.NET, form, c#, datakeys, redirect, DataKey
  • Going back to the same page and row in a Datagrid after coming back from another Web Form

    Upon clicking the Select button on a row of a multi-page Datagrid, a new Web Form containg the details of the clicked item is displayed. When the user finishes viewing the details, he clicks the OK button to go back to the Datagrid form. The question is: how can we display the original Datagrid page...
    Posted to Web Forms (Forum) by sg2000 on 10-25-2006, 12:00 AM
    Filed under: ASP.NET 1.x, form, c#, Web Controls
  • How to create MULTIPLE ATTACHMENT?

    How to create MULTIPLE ATTACHMENT? Hi everyone in this forum. I was was creating a user control with a attach file button. I need this button to upload file from user computer. After upload 1 file, the file will display and can be delete. User can click on attach file button to add another file. So how...
    Posted to Web Forms (Forum) by Cute_fendy on 11-08-2006, 12:00 AM
    Filed under: ASP.NET 1.x, form, c#
  • Changing a form's layout based on user response

    I am creating a page where the registered users of the site can select different details. Some of the responses they make on the form require different options to become visible. On the form are three labels and one dropdown list. The option selected on the dropdown list affects what's displayed on one...
    Posted to Web Forms (Forum) by dc_gate on 12-19-2006, 12:00 AM
    Filed under: form, c#, asp.NET 2.0 C#, label, forms, PostBack
  • I would like to create the page on which I would have to type login and password to go to another page

    I would like to create the page on which I would have to type login (szmitek) and password (password) to go to another page (admin.aspx). I have created this page but I cannot login. Why? I use MS Visual Web Developer 2005 XE and MS Expression Web. <% @ Page Language ="c#" %> < SCRIPT runat...
    Posted to Security (Forum) by szmitek on 03-03-2007, 12:00 AM
    Filed under: event validation, ASP.NET, form, c#, submit, create web form, ASP.NET 2.0, asp.NET 2.0 C#, String, ascx asp.net c#, Datalist, event, Failed, validation, asp.NET 2.0 C# postdata web user control, accessible content, validate, Authentication, ASP.NET 2.0 bug, aspx, .net, adding controls, adding dynamic controls, Asp .net, access Web Form from User Control, accessing controls, username, OnAuthenticate, AuthenticateEventArgs
  • How to read cell of dynamically created table?

    HELP! I'm working on an application that allows users to input baseball box scores. I create the table for the scores dynamically based on the innings that are in a text box. The code I use to create the table is: 1 Table tblBoxScore = (Table)score.FindControl( "boxscore" ); 2 TableRow...
    Posted to Web Forms (Forum) by lonestarGEEK on 06-01-2007, 12:00 AM
    Filed under: Table object, TableCell object, TableRow object, form, asp .net 2.0, dynamic controls, Table, c#
  • [Inserting data from form]How to change value of TextBox before inserting it into database by FormParameter?

    How to change value of TextBox before inserting it into database by FormParameter? Here is test script. I would like to create script which add "ok" to value of TextBox with ID="name_pl" and then insert it to database using FromParameter. For example, when I write "let"...
    Posted to Access Databases and AccessDataSource Control (Forum) by szmitek on 07-03-2007, 12:00 AM
    Filed under: database, Odbc, c#, mdb, AccessDataSource INSERT problem, date, Access Database, stored procedure, data access, textbox, form, values, formparameter
Page 1 of 2 (11 items) 1 2 Next >