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
A

ahsan sarfraz

@ahsan sarfraz
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • row number or index
    A ahsan sarfraz

    SELECT ROW_NUMBER() OVER (ORDER BY team_name ASC) AS ROWID, * from teams
    where team_name like '%man utd%'

    ROWID will give u the row number chilll ;) remember me in your prayers take care FEEAMANALLAH

    AHSAN SARFRAZ UNIVERSITY OF ENGINEERING AND TECHNOLOGY TAXILA PAKISTAN COMPUTER SYSTEM ENGINEERING DEPARTEMENT

    Database question database com collaboration help

  • Help me with the query strings.
    A ahsan sarfraz

    well u can use a session variable instead of request.city ... make a session variable and store the value of ur drop down in it on page load retrieve the value n then query the Database... Example make a session variable in global.asax Session["City"]=""; then store the value of dropdown in session i.e session["City=dropdownlist1.selectedvalue"]; then redirect to other url on page load string query="SELECT * FROM [ARS_Schedules] WHERE ([Origin_Place] = "+session["City"].ToString()+""; hope this will work for u... :) take care remember me in ur prayers FEEAMANALLAH

    AHSAN SARFRAZ UNIVERSITY OF ENGINEERING AND TECHNOLOGY TAXILA PAKISTAN COMPUTER SYSTEM ENGINEERING DEPARTEMENT

    Database database security help 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