User Profile

Collapse

Profile Sidebar

Collapse
sridharvenkataramanan
sridharvenkataramanan
Last Activity: Jul 16 '10, 07:21 AM
Joined: May 25 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Tree view like control in data grid/repeater

    Hi,
    I am trying to display a kind of tree like structure with in a data grid. Can any one suggest how to proceed or which control would be apt?

    top nodes
    +Cosmetics
    +Beverages

    Expanding top node cosmetics
    -Cosmetics
    +Perfumes
    -Soap
    the soap contains new, search , delete with different options within that
    --Edit show assign check reorder
    ...
    See more | Go to post

  • sridharvenkataramanan
    started a topic Data grid with checkbox
    in .NET

    Data grid with checkbox

    Hi,

    I have a data grid which displays multiple records with a checkbox against the name of a person, the grid is enabled with paging.

    When i have selected some checkbox in multiple page say in page 1 i have choosen 8,10th check box and in page 3 i have choosen 3rd checkbox. i would like to know how to retain their values [other than using view state].

    regards
    See more | Go to post

  • sridharvenkataramanan
    started a topic Out parameter
    in .NET

    Out parameter

    Hi,
    I am recently using Fxcop , and in my application i used out parameter in a situation as described below. but Fxcop shows the message as
    "Using out parameters might indicate a design flaw."

    I have a method which returns the result set of database query as dictionary. I need to display the headings / [ the field selections used in the query for display purpose from the front end. so i used out put paramter...
    See more | Go to post
    Last edited by Niheel; Jun 3 '10, 10:15 AM. Reason: use code tags to post code please

  • sridharvenkataramanan
    started a topic Data Display
    in .NET

    Data Display

    I have a dictionary which has data from data base, now i would like to print this values as html table[ as i am told its light weight],

    i want to have a generic method which should take the headings for table and should display the data from the data dictionary.

    1. how to find the headings for table from data dictionary?

    2. Whether displaying as html table is better than the controls like listview for...
    See more | Go to post

  • sridharvenkataramanan
    replied to aggregation
    in .NET
    I hope i have solved this in the following way. is it right?

    i have used class details as aggregation with class header and added multiple values to the dictionary object pointing to the details
    like the followings.
    Dictionary<stri ng, Details> objDetails
    See more | Go to post

    Leave a comment:


  • sridharvenkataramanan
    replied to aggregation
    in .NET
    Thanks for the immediate response.

    If you could throw some more lights or a simple example for the same would be very much helpful,.

    :) thanks
    See more | Go to post

    Leave a comment:


  • sridharvenkataramanan
    started a topic aggregation
    in .NET

    aggregation

    i have a class where i am storing the error header information and another class to store the details about the errors like the following
    header
    ---------
    id, name

    details
    ---------
    field id
    changed value
    original value

    now i want to create an instance to header class through which i need to input values to details and well the single header class can have multiple details...
    See more | Go to post
No activity results to display
Show More
Working...