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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

musnet2007

@musnet2007
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help
    M musnet2007

    i need a code to i want to validate a textbox, it should take only numeric value before entering to the next filed. mus

    ASP.NET help

  • Sorting
    M musnet2007

    i am using the below sample code for sort in repeater, it is sorting only in asc order, now i want to sort both direction, i am using defaultview.sort, using the same function can anyone help me Thankz connection open() strSql = "select fiel1,fie2 from tablename order by columname or (Request.QueryString("val"))" Dim da As New OleDbDataAdapter(strSql, connection) Dim ds As New DataSet da.Fill(ds) If Request.QueryString("val") = "" Then repeater.DataSource = ds.Tables(0) Else ds.Tables(0).DefaultView.Sort = Request.QueryString("val") repeater.DataSource = ds.Tables(0).DefaultView repeater.DataBind() End If connectionclose()

    ASP.NET algorithms help

  • datagrid
    M musnet2007

    thankz i found out just before after sending message

    ASP.NET question

  • datagrid
    M musnet2007

    How can i change the datagrid row colour alternatively. for ex: 1st row red 2nd row blue 3rd row red 4th row blue like that with any conditions apply

    ASP.NET question
  • Login

  • Don't have an account? Register

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