Click here to Skip to main content
16,004,678 members

Comments by karthidew (Top 4 by date)

karthidew 4-Aug-10 4:07am View    
pixel to int ????
karthidew 28-Jul-10 0:51am View    
Check out this code!!!

string str = "aaa";
str += "*";
string[] Ss = str.Split('*');
int a = Ss.Length;
Response.Write(a);
if(Ss[1] == string.Empty)
Response.Write("Empty string is there....");
karthidew 28-Jul-10 0:50am View    
Check out this code!!!

string str = "aaa";
str += "*";
string[] Ss = str.Split('*');
int a = Ss.Length;
Response.Write(a);
if(Ss[1] == string.Empty)
Response.Write("Empty string is there....");
karthidew 24-Jul-10 2:43am View    
Better code on Image Editing.