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
M

Marcie Jones

@Marcie Jones
About
Posts
298
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error in objConexao = New SqlConnection(connString); ??
    M Marcie Jones

    Hi Vilmar, "New" on that line should be lower-case: "new". C# is case-sensitive. The error message is not particularly helpful in this case. Hope that helps! Marcie CP Blog[^]

    ASP.NET question csharp database sysadmin debugging

  • "The Infinite Cat Project"
    M Marcie Jones

    http://www.privatehand.com/infinite/cat-html/15.html[^] Marcie CP Blog[^]

    The Lounge html com tools question

  • ASP.NET 2.0 Gimmie! Gimmie! Gimmie!
    M Marcie Jones

    2.0 is set to RTM in the first half of 2005. "Community Tech Previews" are being handed out at all the conferences, and is available for MSDN subscribers to download. Marcie CP Blog[^]

    The Lounge csharp asp-net com help

  • sophistication of the team
    M Marcie Jones

    Mike, there is a great book that addresses these issues: Software For Your Head Marcie

    The Lounge testing business sales collaboration beta-testing

  • C#/ASP Updating ASP:Label Problem
    M Marcie Jones

    Ah, I just noticed that that code is not inside an event. Put it into page_load and you should be set. Inline code (not inside an event) still works in ASP.NET, but it's not a good idea. Marcie CP Blog[^]

    ASP.NET csharp html database help tutorial

  • C#/ASP Updating ASP:Label Problem
    M Marcie Jones

    Weird. Can you paste in the current ASPX portion of your code again? Marcie CP Blog[^]

    ASP.NET csharp html database help tutorial

  • Looking for the appropriate control
    M Marcie Jones

    A Literal might be better than a Label, since I believe Label's put everything inside of a [span]. Marcie CP Blog[^]

    ASP.NET question csharp html com

  • C#/ASP Updating ASP:Label Problem
    M Marcie Jones

    Don't specify a Text property in the [asp:TextBox] declaration since I think that overrides whatever happens in code. Otherwise, this should work: Message.Text = (string) Request.QueryString["ID"].ToString(); Marcie CP Blog[^]

    ASP.NET csharp html database help tutorial

  • page index changed accessing dataadapter
    M Marcie Jones

    Even better, encapsulate all the logic that creates the Connection and the DataAdapter into one method, and call that method from both places. Marcie CP Blog[^]

    ASP.NET database tutorial question

  • C#/ASP Updating ASP:Label Problem
    M Marcie Jones

    You need to check it for nulls, and cast/convert it to a string (or an int). Marcie CP Blog[^]

    ASP.NET csharp html database help tutorial

  • page index changed accessing dataadapter
    M Marcie Jones

    If you didn't make it public in that other procedure, or save it off somewhere, then you'll need to recreate the DataAdapter/DataSet in the PageIndexChanged event. Marcie CP Blog[^]

    ASP.NET database tutorial question

  • Footer Dataformat
    M Marcie Jones

    Depending on what you're looking for, you may want to use a different format, see this post for some good examples: String Formatting Marcie P.S. It wasn't a silly question :) CP Blog[^]

    ASP.NET question css help

  • datagrid will not populate
    M Marcie Jones

    Can you elaborate on "kaput"? :) Marcie CP Blog[^]

    ASP.NET database question

  • Data Grid Columns
    M Marcie Jones

    Hi Chintan, If you're specifying each column individually in the [Columns] section of your [asp:Datagrid], then you can hide them with this: DataGrid1.Columns(2).Visible = False For AutoGeneratedColumns, it's a bit more complicated, but I have a sample available here. Hope that helps, Marcie CP Blog[^]

    ASP.NET css question

  • Comment of the day
    M Marcie Jones

    Eric Lippert posted about another story like this the other day, referring to "comment rot" :) http://blogs.msdn.com/ericlippert/archive/2004/05/04/125893.aspx Marcie CP Blog[^]

    The Lounge csharp

  • Footer Dataformat
    M Marcie Jones

    Great minds think alike :) ! Marcie CP Blog[^]

    ASP.NET question css help

  • Footer Dataformat
    M Marcie Jones

    Try: gridShoppingCart.Columns[3].FooterText = String.Format("{0:c}", dtCart.Compute("Sum(TotalValue)", "")); Marcie CP Blog[^]

    ASP.NET question css help

  • Footer Dataformat
    M Marcie Jones

    Where/how are you populating the Footer cell? Marcie CP Blog[^]

    ASP.NET question css help

  • Difference between VS
    M Marcie Jones

    Hi Thomas, As I far as I know, the user interface is exactly the same, but certain features are missing from the Standard version. This page seems to have some more info: http://msdn.microsoft.com/vstudio/howtobuy/choosing.aspx Marcie CP Blog[^]

    Visual Studio csharp visual-studio c++ design question

  • Paging in Datagrid and deletion of records
    M Marcie Jones

    Hi Satyajit, The ItemCommand event fires pretty much whenever anything happens inside a Datagrid, so you'll want to trap for CommandName. Only process your Delete logic when the CommandName is "Delete". Is the PageIndexChanged event not also being fired? Marcie CP Blog[^]

    Web Development css
  • Login

  • Don't have an account? Register

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