User Profile

Collapse

Profile Sidebar

Collapse
SWATHITHIRUNAGARI
SWATHITHIRUNAGARI
Last Activity: Nov 7 '08, 05:31 AM
Joined: Sep 9 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SWATHITHIRUNAGARI
    replied to Window Application:
    in .NET
    windows service

    Create a windows service for creation or update or deleted a file in our system.
    Then u can show those file names in a file. This service is start for every 30mins.
    See more | Go to post

    Leave a comment:


  • SWATHITHIRUNAGARI
    replied to Window Application:
    in .NET
    mail alert

    Window service:
    ----------------------

    Develop a window service that sand’s a alert mail to the person's who have came after 9:30 as per the day. And if the same person arrives 3 times to office after 9:30 in a month, please send a mail to their Team leader and that person.
    See more | Go to post

    Leave a comment:


  • SWATHITHIRUNAGARI
    replied to Window Application:
    in .NET
    Window Application:

    Window Application:
    --------------------------
    1) Develop a Window application (.exe file) that have fields "EmployeeID","P WD", 2 radio buttons (IN, OUT) and submit button.

    Insert the Date, EmployeeID, Pwd, System IP, System User, Login time (use getdate() from Ms-sql) in a data table day wise

    Should be done only one time per a day for particular ...
    See more | Go to post

    Leave a comment:


  • SWATHITHIRUNAGARI
    replied to Window Application:
    in .NET
    update data in formview control

    You can click on any row in grid view then you can update in form view control.
    See more | Go to post

    Leave a comment:


  • SWATHITHIRUNAGARI
    started a topic Window Application:
    in .NET

    Window Application:

    Create a small project that is related to Personal Accountancy.
    In this we can create income heads and expenses head and deposits and insurance of every person.
    In this we can generate Crystal Reports also.
    See more | Go to post

  • SWATHITHIRUNAGARI
    started a topic treeview
    in .NET

    treeview

    1. Take one tree view Web Control and take one text box and dropdown list. Populate the Dropdown list with the following list items like (‘Parent’, ‘Child’) in dropdown list. When I select parent in dropdown and enter some text in text box that item will be added to the tree view control.
    Note: if we select child from the dropdown that item should be added like a child to the selected parent element in the tree view list.
    See more | Go to post

  • added
    Code:
     tags
    
    [code=vbnet]Imports System
    Imports System.Data
    'Imports System.Web.UI.WebControls.TableCell
    Imports System.Data.SqlClient
    Partial Class _Default
        Inherits System.Web.UI.Page
        Dim logintime As String
        Protected Sub GridView1_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView1.RowDataBound
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...