User Profile

Collapse

Profile Sidebar

Collapse
nirmala26
nirmala26
Last Activity: Jan 8 '09, 01:24 AM
Joined: Nov 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Can you give me an example to shw how it can be done ? Let me explain to u what i am trying to achieve - for each cell, there could be a specific color background - either single color or combination of 2 colors. If its just one color, i want it to be constant (no blinking) and i am able to do this by setting the BackColor property of the cell (both table & gridview) to the specific color value and it works fine..But when its 2 colors, then i...
    See more | Go to post

    Leave a comment:


  • Gridview / Table - Cell Backcolor Blinking feature

    Hi All,

    I am using C#.net to develop a web application. I have a gridview and a table displaying two different lists of data. I want to have the backcolor of the cell (of both gridview and table) to blink between two colors, say for example the cell background color must blink (two colors using yellow, green).

    Is this possible ? I am able to only set the backcolor property with just one value.

    Can anyone help...
    See more | Go to post
    Last edited by Frinavale; Jan 9 '09, 02:48 PM. Reason: Moved to ASP.NET from .NET

  • Gridview / Table - Cell Backcolor Blinking feature

    Hi All,

    I am using C#.net to develop a web application. I have a gridview and a table displaying two different lists of data. I want to have the backcolor of the cell (of both gridview and table) to blink between two colors, say for example the cell background color must blink (two colors using yellow, green).

    Is this possible ? I am able to only set the backcolor property with just one value.

    Can anyone...
    See more | Go to post

  • nirmala26
    replied to IE7 - datagrid does not display in full
    in .NET
    I got this to work... the issue was with the Height set under PANEL...once i deleted the hard coded value and set the height to auto, the webpage works fine on all the browsers (IE 7.0, Firefox).
    The deletion of the Height value in the Panel where the buttons were embedded, also helped to align the buttons correctly without overlapping.
    Thanks to everyone who gave me suggestions and helped me narrow down the cause of concern.
    ...
    See more | Go to post

    Leave a comment:


  • nirmala26
    started a topic Display webpages in sequence automatically
    in .NET

    Display webpages in sequence automatically

    Hi All,

    Language Used - C#.net
    I have a web application containing 6 aspx pages and their code files. Now I want to design a automatic display of these webpages in sequence. In detail, once i open the weblink - it should show the Main webpage (Main.aspx) for 2 mins, then automatically redirect to the second webpage (Second.aspx), display this for 2 mins and then redirect to the third and so on... Once the 6th webpage (Six.aspx)...
    See more | Go to post

  • nirmala26
    replied to IE7 - datagrid does not display in full
    in .NET
    Thank you Dr B for your reply. I have just started coding in visual studio .net and am stuck with this... In IE 7, only partial data is shown on the grid, the remaining is cut off at the bottom.. please find below the code for the ASPX page -

    Code:
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WipCommit.aspx.cs" Inherits="WipCommit" %>
    
    <%@ Register Assembly="dotnetCHARTING"
    ...
    See more | Go to post
    Last edited by Plater; Nov 12 '08, 08:11 PM. Reason: ugh whitespace

    Leave a comment:


  • nirmala26
    started a topic IE7 - datagrid does not display in full
    in .NET

    IE7 - datagrid does not display in full

    I have a webpage that displays the results of a search query on a Datagrid. The datagrid is shown completely fine on IE 6.0 but when i access the webpage from IE 7.0, the datagrid is shown only partially. Also in some pages, the buttons overlap when it comes to IE 7.0
    Can anyone please help with what I need to check to get this resolved ?
    Thanks.
    See more | Go to post
No activity results to display
Show More
Working...