- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
> i have to get employee id automatically when employee login with his username and password and that id should get store in session is any one can send me sample code how to do this
> How to format date when date control is used any idea........... it should display like 01/01/2012, zero should be append before day and month while its displaying not like 1/1/2012..... i have tried myDate=Format(myDate, "#0") And myDate= Format(myDate, "dd/mm/yyyy")
> **I want to store session of employee that is employee id when employee login with username and password store employee id as session using vb.net** > **i have a form where employee enter his username and password after entering he must select new form from control panel when he …
strSql = "insert into new_leaveapplication values('" & Me.ddlLeaveType.SelectedValue.ToString & "'," & Me.txtLeaveRemainig.Text.Trim & ",'" & Me.txtEmpId.Text.Trim & "','" & Me.txtLeaveRequestOn.Text.Trim & "','" & Me.txtLeaveFrom.Text.Trim & "','" & Me.txtLeaveTo.Text.Trim & "','" & Me.txtTotalDays.Text.Trim & "','" & Me.txtLeaveReason.Text.Trim & "'," & Me.txtLeaveStatus.Text.Trim & ")" ddlleaveType is a dropdown please help me out …
The End.