User Profile

Collapse

Profile Sidebar

Collapse
karthik25
karthik25
Last Activity: Sep 17 '08, 07:33 PM
Joined: Jul 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • karthik25
    started a topic Problem w/ The Display of Table

    Problem w/ The Display of Table

    Hi Friends,

    I have problems with the way tables are rendered. I am using "gridview" server control (aspx) and it is rendered differently in Internet Explorer and Firefox. Can any of you look into this and help me identify the issue?

    For the gridviews, i assign a CssClass called "grids" and the code for that is

    Code:
        <style type="text/css">
        .grids table
    ...
    See more | Go to post

  • Thanks a lot for your replies Eric. I was able to solve the problem! Thanks again!
    See more | Go to post

    Leave a comment:


  • I found out the solution, thank god!

    Ans:

    Code:
    lblMessage[i - 48].Text = "Clicked";
    I didn't try this at all!
    See more | Go to post

    Leave a comment:


  • [C# WEB] Accessing a dynamically created label in a label array

    Hi,

    The following code creates a tab container, 5 tab panels, buttons, labels. I was able to add event handlers to the button. But how am i supposed to access the dynamically created labels? For example how do i get the text of the label changed when the corresponding button is clicked? I have given the complete code below. Please help me with this.

    Code:
    using System;
    using System.Collections;
    using System.Configuration;
    ...
    See more | Go to post

  • Hi Eric,

    Thank you for your reply. What you've said is for VB. Net. I looked and found out that "handles" keyword and its functionality isn't available in C#. And I also found out that "AutoEventWireu p" should be set to true in C# as "handles" cannot be used in C#.

    I have set auto event wireup to true in my page, Still it doesn't work. Please note that the label is created dynamically and...
    See more | Go to post

    Leave a comment:


  • karthik25
    started a topic [C#-WEB] Trouble finding controls in Update panel
    in .NET

    [C#-WEB] Trouble finding controls in Update panel

    Hi All,

    I have a problem in finding control in a dynamically created updated panel. I have given the code below. Following is just a starting effort in a completely dynamic user control. I am experimenting before getting to the actual part. This is what I am trying to do:

    * Create a tab container dynamically

    * Create 5 tabs dynamically

    * Add an update panel to each of the tabs
    ...
    See more | Go to post
    Last edited by karthik25; Jul 31 '08, 05:57 PM. Reason: More descriptive title change
No activity results to display
Show More
Working...