User Profile

Collapse

Profile Sidebar

Collapse
nussu
nussu
Last Activity: Jul 2 '08, 08:16 AM
Joined: Nov 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nussu
    started a topic IP Address (Subnet Mask)
    in .NET

    IP Address (Subnet Mask)

    Hi ,

    I need to find a subnet mask number for a given IP Address number. I have two textbox's once enter the ip address in first textbox i need to get subnet mask number for that ip address in second textbox.

    Please help me by providing links or c#.net code.

    Thanks in Advance.

    Regards,
    Nussu
    See more | Go to post

  • nussu
    started a topic Move or Copy Files
    in .NET

    Move or Copy Files

    Hi,

    I am writing a console application in .net to move or copy files from one server to another server .

    I am not getting any idea right now..Could u plz provide me links or logic.

    Thanks a lot if u help me.

    Regards,
    Nussu
    See more | Go to post

  • nussu
    started a topic Files
    in .NET

    Files

    Hi,

    How to move files from one server to another server using console applicaiton in c#.net. i.e I want to move text files from serverA to a perticular folder in serverB.

    please help me or provide me any links or code.

    Regards,
    Nusrath
    See more | Go to post

  • nussu
    started a topic validate numbers

    validate numbers

    Hi,
    How to check a number which should not start with 80 using javascript.

    Please help me

    Regards,

    Nussu
    See more | Go to post

  • nussu
    started a topic Different headers for different logins

    Different headers for different logins

    Hi,

    I have two pages. First page is login.aspx,seco nd is deatils.aspx.
    When i enter different credentials in loginpage i need to get different headers in details.aspx page.
    For example if i enter login id and password as stud and stud i need to get one header in details.aspx and if i enter as emp and emp i need to get different header in the same page details.aspx.

    Plz suggest me how to achieve this....
    See more | Go to post

  • nussu
    started a topic Different header for different login
    in .NET

    Different header for different login

    Hi,

    I have two pages. First page is login.aspx,seco nd is deatils.aspx.
    When i enter different credentials in loginpage i need to get different headers in details.aspx page.
    For example if i enter login id and password as stud and stud i need to get one header in details.aspx and if i enter as emp and emp i need to get different header in the same page details.aspx.

    Plz suggest me how to achieve this....
    See more | Go to post

  • nussu
    replied to Datagrid to Listbox
    in .NET
    Thanks ,

    I am doing it now.
    See more | Go to post

    Leave a comment:


  • nussu
    started a topic Datagrid to Listbox
    in .NET

    Datagrid to Listbox

    Hi,

    I have a listbox in firstpage and datagrid in another page..
    When i select values from datagrid (single/multiple values) , the selected values must be displayed in listbox of the first page.

    Regards,
    Nussu
    See more | Go to post

  • nussu
    replied to Textbox calculation
    Javascript

    Hi,

    I have time format in HH:MM:SS in a textbox , I need to get first two digits from this time format .

    Plz help using javascript.

    Regards,

    Nussu
    See more | Go to post

    Leave a comment:


  • nussu
    started a topic Datagridview
    in .NET

    Datagridview

    Hi,

    I want to bind columns of a particular table vertically in the Gridview.
    By default when i bind data to datagrid(gridvi ew) i am getting columns of the table on the top of the datagrid. Now i want the columns to be displayed vertically as 1st column of the datagrid.

    Plz help me..
    See more | Go to post

  • nussu
    replied to How to hide/show a row ina table
    Mishra ,

    Its working fine now .Thanks a lot.

    Regards,
    Nussu
    See more | Go to post

    Leave a comment:


  • nussu
    replied to How to hide/show a row ina table
    Hi mishra,

    Thanks a lot , but the row need to be hide once it get loaded.I mean once the page loaded the row in a table need not be displayed
    See more | Go to post

    Leave a comment:


  • nussu
    started a topic How to hide/show a row ina table

    How to hide/show a row ina table

    Hi,

    I have 5 rows in a html table.I want to hide the 4th one.How to achieve this.?

    Please help me.

    Regards,
    Nussu
    See more | Go to post

  • javascript

    Hi,

    I need a javascript for a textbox to accpet only decimal values( i.e as 0.005) and
    if it is < 0.005 i need to raise an alert.

    Help me plz

    Regards,
    Nussu
    See more | Go to post

    Leave a comment:


  • nussu
    replied to Textbox calculation
    Ya i am new to .net and javascript.....
    I m fresher.......
    See more | Go to post

    Leave a comment:


  • nussu
    replied to Textbox calculation
    Time format Calculation .........

    Hi ,

    I need a javascript..... .. or........... code.

    i have 4 textbox's vertically , in that in first 3 textbox's i am entering values in time formati.e in HH:MM:SS .There is no am/pm after time format.

    for ex : a textbox has to accept only time format as 23:00:00 .

    Now in textbox4 i need to calculate average of the above 3 textbox's i.e average...
    See more | Go to post

    Leave a comment:


  • Javascript for numeric values in a textbox .

    Hi,

    A textbox has to accept only numeric values using javascript in .net 2.0

    Once i comeout of textbox and if it is not numeric value i have to get alert.

    Plz provide me complete code ..

    code in textbox and as well as javascript function.

    I am new to .net plz help me...

    Plz help me ...

    ...
    See more | Go to post

    Leave a comment:


  • nussu
    replied to Textbox calculation
    Textbox calculation !!!

    Hi ,

    i have 4 textbox's vertically , in that in first 3 textbox's i am entering values in time formati.e in HH:MM:SS .There is no am/pm after time format.

    for ex : a textbox has to accept only time format as 23:00:00 .

    Now in textbox4 i need to calculate average of the above 3 textbox's i.e average of 3 textbox's time format whihc is in HH:MM:SS format.
    ...
    See more | Go to post

    Leave a comment:


  • nussu
    replied to Textbox calculation
    in .NET
    Textbox calculation

    Hi ,

    i have 4 textbox's vertically , in that in first 3 textbox's i am entering values in time formati.e in HH:MM:SS .There is no am/pm after time format.

    for ex : a textbox has to accept only time format as 23:00:00 .

    Now in textbox4 i need to calculate average of the above 3 textbox's i.e average of 3 textbox's time format whihc is in HH:MM:SS format.

    ...
    See more | Go to post

    Leave a comment:


  • nussu
    started a topic Textbox calculation
    in .NET

    Textbox calculation

    Hi,

    A textbox has to accept only numeric values by using validation controls in .net 2.0

    Plz help me ...

    Regards,
    Nussu
    See more | Go to post
No activity results to display
Show More
Working...