Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Q

Qaiser Mehmood Mughal

@Qaiser Mehmood Mughal
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hidding Columns Which is Filled through Datatable
    Q Qaiser Mehmood Mughal

    There are four types of columns in datagrid and they all have visible property assign it values as following is given, "BoundColumn Visible=False" or if you want to assign value through design end then right click on datagrid-->select property builder and then select columns tag, under selected colomns list select the desired column to hide and check out its visible property. Qaisar Mehmood Mughal ............................................................................... May Allah gave u success in all fields of life. (Aameen) ............................................................................... Software Engineer ISF - Islamabad Software Factory 3rd Floor, Software Technology Park Constitution Avenue, Islamabad 44000, Pakistan www.isf.com.pk qaisar@isf.com.pk , qmmughal@gmail.com Phone: +92 (51) 2825387 : 0321-5226623 -- modified at 0:50 Wednesday 25th January, 2006

    ASP.NET css tutorial

  • How to get total row count from gridview with ObjectdataSource
    Q Qaiser Mehmood Mughal

    By using DataTable check following code. ----------------------- objDataTable.Rows.Count; This will return you the rows in a DataTable ---------------------------------------------- If you are using DataSet then check following code --------------------------------------------------- objDataSet.Table[0].Rows.Count; --------------------------------------------------- Here DataTable is the object of DataTable and DataSet is object of DataSet Qaisar Mehmood Mughal ............................................................................... May Allah gave u success in all fields of life. (Aameen) ............................................................................... Software Engineer ISF - Islamabad Software Factory 3rd Floor, Software Technology Park Constitution Avenue, Islamabad 44000, Pakistan www.isf.com.pk qaisar@isf.com.pk , qmmughal@gmail.com Phone: +92 (51) 2825387 : 0321-5226623

    ASP.NET help tutorial

  • How to send email on perticular date and time?
    Q Qaiser Mehmood Mughal

    firstly add the time and date from web form to database table for each user. then add only one job that run after each minute in Management-->SQL Jobs. Now what this job will be done ?. It will first check the date and time of users and then it will send mail using following code if the user is reach to its exact time. Code you can view from following link: http://www.vbforums.com/archive/index.php/t-280616.html and read about how to add a new SQL server job in database in detail. Qaisar Mehmood Mughal ............................................................................... May Allah gave u success in all fields of life. (Aameen) ............................................................................... Software Engineer ISF - Islamabad Software Factory 3rd Floor, Software Technology Park Constitution Avenue, Islamabad 44000, Pakistan www.isf.com.pk qaisar@isf.com.pk , qmmughal@gmail.com Phone: +92 (51) 2825387 : 0321-5226623

    Database database sql-server sysadmin tutorial question

  • GetDate() in Stored Procedure
    Q Qaiser Mehmood Mughal

    UpdateDate = GETDATE() please past the error message hint, if UpdateDate is datatime then it will work properly. Qaisar Mehmood Mughal ............................................................................... May Allah gave u success in all fields of life. (Aameen) ............................................................................... Software Engineer ISF - Islamabad Software Factory 3rd Floor, Software Technology Park Constitution Avenue, Islamabad 44000, Pakistan www.isf.com.pk qaisar@isf.com.pk , qmmughal@gmail.com Phone: +92 (51) 2825387 : 0321-5226623

    Database database csharp beta-testing question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups