User Profile

Collapse

Profile Sidebar

Collapse
Sasi Rekha
Sasi Rekha
Last Activity: Jan 9 '08, 06:34 AM
Joined: Aug 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sasi Rekha
    started a topic Javascript for asp.net menu control
    in .NET

    Javascript for asp.net menu control

    Hi I have a menu control in asp.net with 4 child items. I nees to fire some javascript when click on the first child item of the menu.

    Could any one help me out ASAP?

    Thanks.
    See more | Go to post

  • Sasi Rekha
    replied to Decimal to int
    in .NET
    ya i tried it.. but no use :(

    its result is 1.4 ->1 and 1.6 ->1...
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    started a topic Decimal to int
    in .NET

    Decimal to int

    Hi is there any function in c#(other than ceiling and floor functions) which returns output as follows.

    if i provide an input of 1.4 it should return 1
    if i provide an input of 1.6 it should return 2

    Please reply back ASAP.
    Thanks
    Sasi
    See more | Go to post

  • Sasi Rekha
    started a topic Compare text non-case sensitive
    in .NET

    Compare text non-case sensitive

    Hi I have Chennai in a textbox and CHENnai in my drop down. When i try to compare those two they are not matching. Is drop down values case sensitive? If so how can i make the drop down list values as case insensitive?

    Please respond to this query ASAP.

    Thanks.
    See more | Go to post

  • Horizontal dividing line between root nodes in a treeview?

    Hi -

    Anyone know of any way to do this? I just need to add a line to as an extra visual design element to separate sections in my navigation. Is there some way to extend this kind of control?

    I don't want to go through an enormous hassle just to add a line, but there will be some hassle required if I have to talk the designer out of this. :)

    Would be handy to be able to skin and customize these kinds...
    See more | Go to post

  • Sasi Rekha
    replied to New web site
    in .NET
    provide me with the idea. I should first develop it and it should go live first.
    If i start earning then i wll defenitely give you rewards....
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    replied to c# button click event
    in .NET
    hi,
    try this
    for (int i=0;i<gridview1 .rows.count;i++ )
    {
    if(textbox1.tex t==gridview1.ro ws[i]["REGISTRATIONNO "].tostring())
    {
    textbox2.text=g ridview1.rows[i]["SPEED"].tostring();
    textbox3.text=g ridview.rows[i]["the column name for ignition"].tostring();
    }
    }...
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    started a topic shall i use 'enter' as an access key of a button
    in .NET

    shall i use 'enter' as an access key of a button

    Hi all,
    like gmail and yahoo as soon as i enter all the required information and on click of enter button it should go to save button. any suggestions?
    See more | Go to post

  • Sasi Rekha
    replied to New web site
    in .NET
    Thanks for the suggestion but i am expecting the twin benifit of satisfying every one and earning myself. Could you please giv me an idea which fulfills these two requirements?...
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    replied to Menu in .NET 1.1
    in .NET
    your requirement is not clear.....
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    replied to how to make datagrid header static
    in .NET
    you can avoid this by using paging concept....
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    replied to OnMouseOver Event
    in .NET
    No mouseover event for linkbutton...
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    started a topic New web site
    in .NET

    New web site

    Hi all,

    I want to develop a new web site and host it over the internet.
    can any one giv me some suggestions. the web site should be useful to most of the individuals like the online bus reservation, booking movie tickets onlien etc.. please giv me an idea...

    thanks in advance.
    See more | Go to post

  • Sasi Rekha
    replied to adding empty parent nodes to a tree view
    in .NET
    I tried this but didn't work...
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    started a topic adding empty parent nodes to a tree view
    in .NET

    adding empty parent nodes to a tree view

    i have a tree view as follows.

    account information
    account1
    account2
    account information second
    account 1
    account 2

    all are parent nodes, i want to add a empty node between account 2 and account information second. how can i do that?
    See more | Go to post

  • Sasi Rekha
    replied to problem with 2 forms and 1 textbox
    in .NET
    hi,
    assume you have a value in TB1 in form1
    on BT1 click event carry that TB1 value in the session like

    void BT1_click(sende r,e)
    {
    session["TB1value"]=TB1.text;
    }


    in form2 page load event

    pageload
    {
    show("session["TB1value"].Tostring()");
    }
    function for show.
    public static void Show( string...
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    replied to loading dropdown
    in .NET
    thanks for the reply. its working but while adding each item i need to check whether there is any duplicate value in the already existing items. how can i do that?...
    See more | Go to post

    Leave a comment:


  • Sasi Rekha
    started a topic loading dropdown
    in .NET

    loading dropdown

    hi, i have a value like 'AM,AS,Testing' in the database. on the page load i need to load the dropdown with the above values but each as an individual entry, like AM as one entry in the dropdown, AS as 2nd dropdown value, Testing as the last option in the dropdown. can any one helpme out there?
    See more | Go to post
No activity results to display
Show More
Working...