Browse by Tags

Related Posts

  • Textsize DetailsView

    HI, I am using a detailsView in asp 2.0 VS2005 with two columns and 5 rows . One 1 row I want the text in one column to be half the size of the text in all the other columns and rows to fit in. Does anybody know if this is possible to do? Many thanks!
    Posted to Client Side Web Development (Forum) by camper on 02-08-2007, 12:00 AM
    Filed under: asp.net, C#, Detailsview
  • Re: Formview: Displaying inserted data?

    Write a button click event for new link button, which is present in the insert mode of the FormView Control - as below : protected void New_Click( object sender, EventArgs e) { // Save the details and change the mode back to read only. //Call Insert method here FormView1.ChangeMode( FormViewMode .ReadOnly...
    Posted to Data Presentation Controls (Forum) by Savitha Rao on 02-13-2007, 12:00 AM
    Filed under: FormView, DetailsView, problem, asp.net 2.0, insert, c#, databind, insert mode
  • Block of detailsViews

    Hi, I have on an aspx page about 16 detailsView controls. Some are 4 rows deep, some 3 and some 2. The problem I have is that the code is immense because i am setting properties of various rows ie. text size and backcolor depending on the text status of the row. To try and cut down on code I am trying...
    Posted to Data Presentation Controls (Forum) by camper on 02-15-2007, 12:00 AM
    Filed under: asp.net, C#, Classes, Detailsview
  • Re: Block of detailsViews

    So would write: Protected void Test (object sender, EventArgs e) { DetailsView dv = (DetailsView)sender; DetailsView dv.Rows[1].BackColor = color.Red; (but this will not work because of errors?) } then on the databinding event properties select Test from the dropdown list? for each detailsView used....
    Posted to Data Presentation Controls (Forum) by camper on 02-16-2007, 12:00 AM
    Filed under: DetailsView, asp.net 2.0, cell style 2003 datagrid, Binding, DetailView, DetailsViews, databinding, c#, rownumbers, Bind, background color
  • Making false rows to detailsview

    Hi, I have a collection of detailsViews on an asp.net page. The problem is that it looks odd, having lots of detailsviews different sizes.Does anybody know if it is possible to pad out the details so they were all for instance 6 rows deep, with some detailsviews having empty rows. I am working with c#...
    Posted to Data Presentation Controls (Forum) by camper on 02-22-2007, 12:00 AM
    Filed under: asp.net, C#, Detailsview
  • Passing an object as a Update/InsertParameter

    Hi, I'm having a bit of a problem with inserting an Object into my DB from a DetailsView. I've spent quite a bit of time on this and can't get it so I figure I must be doing something stupid. I've got a method called for example Insert(MadeUpObject myObject, bool result) which when the user hits "Insert...
    Posted to Data Access and ObjectDataSource Control (Forum) by ArmedJimmy on 02-26-2007, 12:00 AM
    Filed under: DetailsView, asp.net 2.0, object datasource, c#
  • DetailsView Data Evaluation

    Hi, I have a detailsview with about 30 rows. the view has 2 columns. In the 2nd column is the result yes or no. I just want to show ,i.e make visible the results that are ='Yes' and hode the "No" results. My idea was to loop through the rows and make visible the 'yes' results.I am not having much luck...
    Posted to C# (Forum) by camper on 02-27-2007, 12:00 AM
    Filed under: asp.net, C#, Objects, Detailsview
  • FileUpload in DetailsView fails with UpdatePanel

    Hi I'm developing a project in ASP.NET C#, with SQL Server Express 2005, on Windows Vista. I have a GridView, and a DetailsView on an aspx page. The GridView displays all items in a database that has a certain ProductID (The items is Pictures) The DetailsView displays the selected row of the GridView...
    Posted to ASP.NET AJAX UI (Forum) by martinhn on 04-18-2007, 12:00 AM
    Filed under: DetailsView, BLL, Gridview, C#, Asp.Net 2.0, UpdatePanel
  • [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: DetailsView, Delete, asp.net 2.0, Binding, BoundField, DetailView, DetailsViews, c#, sql, SQL Datasets, access database, FORM, ASP.NET, DetailView formView required fields, DetailsView DetailsViewRow, web controls, c# code, access database dataview asp.net, access single database field record, bindings, web user control, delete command
  • Master/Detail Filtering With Two DropDownLists inside DetailsView Control - ASP.NET

    Hi there, I'm really new here and wasn't sure where to post this. I'm having issues with something which I'm sure other people will probably find simple. I'm trying to use Master/Detail Filtering with two DropDownList's that are sitting inside a DetailsView Control. Select a value...
    Posted to Data Access and ObjectDataSource Control (Forum) by Hornwood509 on 10-07-2007, 12:00 AM
    Filed under: Data Access, DetailsView, C#, Asp.Net 2.0, .net 2.0, ASP .NET 2, DetailsView INSERT, Access DataSource in code-behind, SQL Query, ADO.NET data access
Page 1 of 2 (11 items) 1 2 Next >