2 words - .net & reflector. The source was already out. But we're happy that it's legal.... That makes me happy.
cablesforless
Posts
-
.NET Framework Source Code to be released [modified] -
C# Limitation, what the crap? I can't find my dang TableRow!!!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# Limitation, what the crap? I can't find my dang TableRow!!!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# Limitation, what the crap? I can't find my dang TableRow!!!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: