Browse by Tags

Related Posts

  • Dynamic rendering forms

    Hi. Is there any ready solution to represent my defined class not only in database (this is done by ORM-solutions), but also to create automatically webform for editing (or inserting) object of this class? Also I'm interested about some html-table, that allows me to manage objects of this class,...
    Posted to Web Forms (Forum) by ip.Nightly on 09-26-2008, 12:00 AM
    Filed under: render, ASP.NET, c#, dynamic, form, MSSQL
  • [DetailsView, deleting rows]No value given for one or more required parameters

    How to delete a row in a simple auto-generated DetailsView showing content of a table? I created auto-generated DetailsView in this way: < asp : DetailsView ID ="news_table" runat ="server" BackColor ="#DEBA84" BorderColor ="#DEBA84" BorderStyle ="None"...
    Posted to Data Presentation Controls (Forum) by szmitek on 07-10-2007, 12:00 AM
    Filed under: sql, SQL Datasets, web controls, access database, access database dataview asp.net, access single database field record, ASP.NET, Binding, bindings, BoundField, c#, c# code, Delete, delete command, DetailsView, DetailsViews, DetailView, DetailsView DetailsViewRow, web user control, FORM, asp.net 2.0, DetailView formView required fields
  • [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: Odbc, stored procedure, textbox, values, AccessDataSource INSERT problem, c#, data access, database, date, formparameter, mdb, Access Database, form
  • 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, Table object, TableCell object, TableRow object, asp .net 2.0, c#, dynamic controls, form
  • 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: OnAuthenticate, String, submit, username, validate, .net, access Web Form from User Control, accessible content, accessing controls, adding controls, adding dynamic controls, Asp .net, ASP.NET, ASP.NET 2.0, ASP.NET 2.0 bug, asp.NET 2.0 C#, asp.NET 2.0 C# postdata web user control, aspx, c#, Datalist, event, event validation, Failed, validation, form, create web form, AuthenticateEventArgs, Authentication, ascx asp.net 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: PostBack, asp.NET 2.0 C#, c#, forms, form, label
  • 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: c#, form, ASP.NET 1.x
  • 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: Web Controls, c#, form, ASP.NET 1.x
  • 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: redirect, ASP.NET, c#, DataKey, datakeys, form, ASP.NET 1.x
  • 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: c#, form, ASP.NET 1.x, Database
Page 1 of 2 (12 items) 1 2 Next >