User Profile

Collapse

Profile Sidebar

Collapse
salo
salo
Last Activity: Mar 28 '07, 12:13 PM
Joined: Mar 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • salo
    started a topic plzzzzzzz help me
    in .NET

    plzzzzzzz help me

    can anybody say me how to use tabcontrol in the asp.net....ther e is no tabcontrol item in the toolbox... i think we should write code for that.....plz help me....
    See more | Go to post

  • salo
    replied to plz help me.......
    in .NET
    Hi,

    I am looking for some help in coding an app using ASP.NET 2005,where in a web form I have four tabs which call four different forms in the panel after click event. I don't see any tab control in the toolbox in visual studio so I guess I have to write some code for that. can someone help figure out how ?

    thanks in advance...
    See more | Go to post

    Leave a comment:


  • salo
    started a topic plz help me.......
    in .NET

    plz help me.......

    can anybody say me the coding for displaying the menubar in the aspx page in asp.net
    See more | Go to post

  • i have return java script code for textbox ...this is code...it allows only aphabets...but i wat to allow space and dot....wat will be the code.....


    <script>
    function EnsureNumeric()
    {
    var a = window.event.ke yCode;
    //alert(a);
    if((a >= 97 && a <= 122) || (a >= 65 && a <= 90))
    return true;
    else
    return false;
    //alert(window.ev ent.keyCode);...
    See more | Go to post

    Leave a comment:


  • salo
    started a topic Javascript validation code for textbox on press event
    in .NET

    Javascript validation code for textbox on press event

    Can anybody say me for writing javascript code for textbox key press event such a way that it should allow only alphabets,dot and spaces
    See more | Go to post

  • salo
    replied to can u plz help me ...its urgent
    in .NET
    plz members help me...
    See more | Go to post

    Leave a comment:


  • salo
    replied to can u plz help me ...its urgent
    in .NET
    i tried this but im not getting the output.....and also once the raddiobutton is clicked its not getting deselected...
    See more | Go to post

    Leave a comment:


  • salo
    started a topic can u plz help me ...its urgent
    in .NET

    can u plz help me ...its urgent

    can anyone plzzz help out to write code in c# that i have kept one radio button and one textboxes and one label button .....once the radiobutton is clicked the textbox and label should get displayed....ot herwise it should be in hidden state......
    See more | Go to post

  • salo
    started a topic date calculation
    in .NET

    date calculation

    hi
    Can u plz tell the coding to pick the date from the calendar and to display it in textbox and after that ...from date and to date ...should be get subtracted and no of dates should be calculated in c#
    See more | Go to post

  • salo
    started a topic Getting date value from calender
    in .NET

    Getting date value from calender

    Hi ........Im working with c# and asp.net and i have two calendar control in my form and i want the cliked date value to be get displayed in the textbox.

    i gave the code as

    TextBox1.Text = Calendar1.Selec tedDates.ToStri ng();

    in page load event but while running nothing is displayed.
    and also after getting the date in the textbox ...i have to subtract the from date and to date
    ...
    See more | Go to post

  • salo
    replied to How to display only alphabets?
    in .NET
    it is webform so keypressed option is not coming and is their any other expression for validation expression...
    See more | Go to post

    Leave a comment:


  • salo
    started a topic How to display only alphabets?
    in .NET

    How to display only alphabets?

    hi... can anybody help me for displaying only alphabets in textboxes in visual studio 2005[asp.net]

    i gave[a-zA-Z] in validation expression for regular expression validation..... . but still im not getting ....if i giv only aphabets also it showing error......

    And aslo i want the expression for displaying alphabets and space
    See more | Go to post

  • salo
    replied to list coding in dropdown listbox
    in .NET
    Thanx for ur code .....but i have to write code in c# with sql 2005 plz help me out and also is there anyway to write code without using this oledb connection...
    See more | Go to post

    Leave a comment:


  • salo
    started a topic namespace for datetime
    in .NET

    namespace for datetime

    can anyone tell the namespace for datetime
    See more | Go to post

  • salo
    started a topic list coding in dropdown listbox
    in .NET

    list coding in dropdown listbox

    hi
    im designing a employee project in that empid should be get displayed in dropdown listbox ...it should take values from the database...its C# coding.... and also if a click that empid...all the details related to that employee should get displayed in seperate form.....

    plz help me ....
    See more | Go to post

  • salo
    replied to Subtract two system times
    in .NET
    thanx sir

    but my question is

    i have two textbox

    fromtime
    totime

    in both the textbox system automatic time will be stored and i have to find the difference in their timing and should store that value in another textbox called No Of Hours..... its in c# only...plz send me the exact code ...i have mention my three textbox name.

    Regards,
    juli...
    See more | Go to post

    Leave a comment:


  • salo
    started a topic Subtract two system times
    in .NET

    Subtract two system times

    Actually i have two textboxes in which from time and to time will be there...both the timings are system timings....now my question is i have to get this two timing subtracted in a textbox(No Of days)...

    Plz help me out
    thanx in advance.
    See more | Go to post
No activity results to display
Show More
Working...