MaSSSoftech

Wednesday, August 3, 2011

10 Old Computer Ads

›
Wednesday, July 27, 2011

Textbox value empty when set to Readonly

›
When you try to set textbox readonly, it loses its value... Reason is readonly controls are not posted back to server. To solve the above...
Monday, July 25, 2011

RadioButton in GridView

›
Design View Code View Ref : here
Monday, July 18, 2011

Hide toolbar of pdf

›
use iframe to show your pdf file. use paramater"#toolbar=0" to hide the toolbar of pdf file after you url ends e.g. src="s...
Thursday, July 14, 2011

Delete Physical file By SQL Script

›
xp_cmdshell 'IF EXIST D:\Delete\Delete.txt. del D:\Delete\Delete.txt.'
Monday, July 11, 2011

Dynamic Menu with recursive function

›
using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using S...
Monday, June 27, 2011

Response.redirect to new window

›
Response.Redirect(path, "_blank", "menubar=0");    And add the below class   public static class ResponseHelper  {  publ...
›
Home
View web version
Powered by Blogger.