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

anuj_24mar yahoo com

@anuj_24mar yahoo com
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 404 redirect for dynamically generated page(Data not found in database)
    A anuj_24mar yahoo com

    Hi All, On my page, if data is not found, i want to redirect my page to some customized page ( saying data not found) with a status code 404 so that google dont crawl it. I am using following code - Response.Clear(); Response.Status = "404 not found."; Response.StatusCode = 404; Response.AddHeader( "Location", "error.htm"); Response.RedirectLocation= "/error.htm"; It sets my page status to 404 but doesnt redirect to "error.htm", however this code works for 301 & 302 redirection. If anyone have idea, please help me out.

    anujsharma

    ASP.NET help database

  • PostBackUrl dose not work with masterpage
    A anuj_24mar yahoo com

    My first page use master page when i use PostBackUrl then on target page control are not found and given nullreference error.

    anujsharma

    ASP.NET help

  • Problem in getting The Value of Dynamic created TextBox in asp.net?
    A anuj_24mar yahoo com

    to create dynamic textbox use html input type=text because i think u can't create asp.net control at runtime. i create dynamic textbox but i m not able to retrive the value of that. to create dynamic text box. string strHTML = ""; strHTML += " "; tdimage.InnerHtml = strHTML; for create more text box use loop. in HTML if u r able to retrive the value of these text box on button click then reply me <

    anujsharma

    ASP.NET help csharp asp-net tutorial question

  • Data Adapter
    A anuj_24mar yahoo com

    use System.Data.SqlClient; SqlConnection conn = new SqlConnection("Data Source=....;Initial Catalog="databasename";User Id=sa;password=;"); SqlCommand cmd= new SqlCommand("Select * from customer", conn); SqlDataAdapter adp=new SqlDataAdapter(cmd); DataSet ds=new DataSet(); adp.fill(ds,"TableAliasName"); now ds contain data from table in database. if u want display data in grid then GridView1.DataSource=ds; GridView1.DataBind();

    anujsharma

    ASP.NET csharp database tutorial question

  • how to use css in asp.net
    A anuj_24mar yahoo com

    in html head part use this line of code

    anujsharma

    ASP.NET csharp css asp-net tutorial
  • Login

  • Don't have an account? Register

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