Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

ruifernandes24

@ruifernandes24
About
Posts
8
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Disabling parent page
    R ruifernandes24

    Hi I have a button that open a child webform. Is it possible to disable the parent page while the child webform is open Thanks

    ASP.NET

  • Lines of Invoice
    R ruifernandes24

    Hi I have two Classes: Invoice and LineOfInvoice. In class LineOfInvoice I have a field named "line_number". My question is: in a datagrid the user removes line 3 of the invoice. What is the best way to update the line number field of invoice after third line (witch was removed). Line 4 becomes line 3, line 5 becomes line 4, ... Remove all lines and insert all lines again with the right numbering from datagrid? update only de rows after the line removed? Thanks!

    Database question announcement

  • Splitting datagrid in two
    R ruifernandes24

    Hi! Is anyone know how to split a datagrid in two (C#)? I have a single datagrid and when user clicks on one row hyperlink column('see details'), I would like to have some textboxes (containing the details) between the row that was clicked and the row above. Thanks

    ASP.NET csharp tutorial question

  • DropDownList width
    R ruifernandes24

    Hi! I have a DropDownList in my page and I have to keep it with a small width. But when I click on the dropdown button I would like to see the entire text. Any help would be appreciated Thanks

    ASP.NET help

  • SQL statement help
    R ruifernandes24

    Hi I need help on a SQL statement (I'm on first steps in the world of SQL) I have 3 tables LG (id_lg, name) LineLG (id_linelg, id_lg, job, type_of_hour, monday, tuesday, ..., sunday) Type_of_hour(type_of_hour) I need to build an sql statement that retrives: the id_lg, name, normal, Outdoor, after_hours where normal, Outdoor, after_hours are the type of hours and I need for each LG the total of normal, outdoor and after_hours hours wich is listed in Table lineLG Thanks

    Database database help career

  • Datagrid paging
    R ruifernandes24

    Hi! I have a datagrid with paging that works fine. The problem is that I'm using filters (DataViews) and when the data is filtered, the page numbering is not refresh. Is there anyway to work this around? Thanks.

    ASP.NET help question

  • LinkButton
    R ruifernandes24

    Hi I have a website with 3 frameset. I need to know how do I code the linkbutton_click event to open another page but in another frameset. I already try Response.Redirect("another.aspx"); but it opens the page in the same frameset where the linkbutton is. I know how to set the target in a hyperlink, but not in a linkbutton Any help would be appreciated Thanks

    C# help tutorial question

  • Excel Autofilter in datagrid
    R ruifernandes24

    Hello! Does anyone know the code to get an autofilter in a datagrid? This feature exists in Excel and it allows successives filters to data using combobox in column header. If is not possible to code this, is there anyway to call this feature directly from Excel I'm building a standalone app in c#. I appreciate your help Thanks Rui Fernandes

    C# csharp help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups