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
C

cablesforless

@cablesforless
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • .NET Framework Source Code to be released [modified]
    C cablesforless

    2 words - .net & reflector. The source was already out. But we're happy that it's legal.... That makes me happy.

    The Lounge csharp workspace asp-net dotnet visual-studio

  • C# Limitation, what the crap? I can't find my dang TableRow!!!
    C cablesforless

    Well, you have to start somewhere... I can only try. Most people learn by example and don't take every Microsoft Class before trying a little but of trial and error. The world is filled with people who try:). Also, I'm fully aware of what your little snippet does. I guess my question is how to use it. The TableRow doesen't have an OnTextChange event. How do I make create that function?

    C# help csharp question asp-net design

  • C# Limitation, what the crap? I can't find my dang TableRow!!!
    C cablesforless

    I'm sorry, I just so new to this stuff guys :) be easy on me. I'm accessing it from the OnRowDataBound Event from a Datalist, and throwing the values over to the table. How would I go about usuing your method if I'm already stuck in an event? Very puzzling to me. X|

    C# help csharp question asp-net design

  • C# Limitation, what the crap? I can't find my dang TableRow!!!
    C cablesforless

    I'm tyring to access a tablerow's text in C# to change it. I know I can do it by simply typing table_row_name.Text; BUT, I have so many different table rows that it would be easyer to use a loop and adentify them with a string rather than directly. HOW CAN I DO THIS? I've tried using ((TableRow).FindControl("FCFC1").Text) = e.Row.Cells[1].Text; as a test.... but I get this error: "CS0118: 'System.Web.UI.WebControls.TableRow' is a 'type' but is used like a 'variable'" HELP ME OUT PLEASE Stuck in a trans from asp to asp.net:wtf:

    C# help csharp question asp-net design
  • Login

  • Don't have an account? Register

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