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.
User Profile
Collapse
-
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.Leave a comment:
-
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 ...Leave a comment:
-
update data in formview control
You can click on any row in grid view then you can update in form view control.Leave a comment:
-
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. -
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. -
addedCode: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
Leave a comment:
No activity results to display
Show More
Leave a comment: