Search results for query: *

  • Users: williamLOR
  • Content: Threads
  • Order by date
  1. W

    email

    hello, how to add a url link in email body? example: Dim mail As New MailMessage mail.To = "abc@yahoo.com" mail.From = "xyz@yahoo.com" mail.Subject = "this is a test email." mail.BodyFormat = MailFormat.Html mail.Body = "<b>Employee Details:</b> <p>" & "<br>Employee ID:" &...
  2. W

    Pop up window

    Hey guys, Firstly, abc form is the form where i use to do get employee details.To get employee details, i need to click one button and it will pop up EmployeeDetails window form using javascript.In the pop up window, i do searching and all the value fill in datagrid.Afterthat,I click 'select'...
  3. W

    paging problem

    dear all, somebody please help me solve this problem.I filter my record by dropdownlist and my record shown in data grid. but when i want to do paging. i found out it can't filter although i select the dropdownlist. Example, in pending status. it should display out when status=pending. but in...
  4. W

    filter by dropdownlist

    Dear folks, I'm doing a leave application form.Inside my web form, i need let superior to approve/reject applicant form. So, i use 2 dropdown list to filter out my record. Example, Status dropdownlist and Date dropdownlist. For status, i can filter out by pending/Approved...
  5. W

    datagrid problem

    Dear fren here, I'm doing the search form now.when i want to search user name. it prompt out the error as below: An SqlParameter with ParameterName '@Employee_ID' is not contained by this SqlParameterCollection. i create a dataadapter, dataset, and my data fill in data grid.
  6. W

    web application ..need HELP...urgent

    Hello folks, Now i'm developing a web application for my uncle company. He want me to develop a online leave form.It mean that, when an applicant apply for a leave. When he click submit button.It will send a mail to manager. Second, when manager open mail. Inside the...
Back
Top