Click here to Skip to main content
15,896,557 members

Comments by Asim Mahmood (Top 56 by date)

Asim Mahmood 11-Mar-13 4:25am View    
you are getting lable value because you are binding lable value from DB but in textbox you putting text at runtime that's why you are getting label value.
at which event you are binding Gridview let show me Page_Load code?
Asim Mahmood 7-Mar-13 2:07am View    
how to display database image
http://www.codedigest.com/Articles/ASPNET/119_New_Image_Generator_control_in_ASPNet_35.aspx
Asim Mahmood 5-Mar-13 9:28am View    
here is one mistake regarding Object but it's working fine here
string str = "abc'def";
string str1 = str.Replace('\'', '"');
string str2 = str.Replace('"', '\'');

and send me your value which you want to replace
Thanks
Asim Mahmood 1-Mar-13 9:09am View    
then you use Rounded Image for that
follow this link http://www.cssjuice.com/rounded-corners-using-css/
Asim Mahmood 1-Mar-13 7:18am View    
are you creating table dynamically if yes then why you are not using jQuery? it's too easy using jQuery.