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

Ather Ali Shaikh

@Ather Ali Shaikh
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • We're 8!
    A Ather Ali Shaikh

    Many Many happy returns of the day. My warm wishes with Code Project to go high and high in the sreading help in technology. Regards, Ather ali:-D:):cool:

    Ather Ali Shaikh Project Manager Micromedia Computer shaikhather@gmail.com

    The Lounge c++ php com sysadmin linux

  • how to display pictures in image tool
    A Ather Ali Shaikh

    This Code is OK. Put this code in a ASCX control and take the ImageID from QueryString. and there should not be any thing in HTML side. Whereever you want to put this image on any page. place a image control on that page and as source refere to this control like I hope it will sove your problem. I have already did it in my one of the application. Regards, Ather Ali

    Ather Ali Shaikh Project Manager Micromedia Computer shaikhather@gmail.com

    ASP.NET database sql-server sysadmin tutorial

  • how to display pictures in image tool
    A Ather Ali Shaikh

    take the binary of the image from database. make a stream. write that stream into a blank Web User Control. as Response.Write and then assign it to your image control as ImageURL="myPic.ascx" I hope you understand what I mean. Regards, Ather Ali

    Ather Ali Shaikh Project Manager Micromedia Computer shaikhather@gmail.com

    ASP.NET database sql-server sysadmin tutorial

  • UserName and Password Validation
    A Ather Ali Shaikh

    You have to define small function or just check your Session("loinValidated") = true or not, if it is false redirect it to login page. use this check to all pages except login page. if Session("loinValidated") = false then response.redirect("Login.aspx") End if if you want prevent caching the pages use this line on top of the every page and then check validation Response.Cache.SetCacheability(HttpCacheability.NoCache) Regards Ather Ali Shaikh Sr. Software Engineer eIntelligence Pvt. Ltd. Karachi, Pakistan.

    ASP.NET question help

  • How add Custom Web Control at run time
    A Ather Ali Shaikh

    I have 3 datagrid custom controls and want to add in my page at run time check that either it should be add or not. And also which one should have priority 1 it should be at first rest of the grids come after that.:(( Ather Ali Shaikh

    Web Development json
  • Login

  • Don't have an account? Register

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