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
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
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
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
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.
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