Click here to Skip to main content
15,893,668 members

Comments by Guptha Ch (Top 10 by date)

Guptha Ch 16-Dec-14 9:15am View    
Can you update the code in Webpart user control in the question.. how you are accessing it.
Guptha Ch 4-Dec-14 5:05am View    
Hi, Are you connecting to the SQL view using BCS?
Guptha Ch 23-Sep-13 4:34am View    
Eval("ImgName").ToString().Equals(null)
or
Eval("ImgName").ToString().Equals("")
or
Eval("ImgName").ToString().Equals(string.Empty)
Try these
one should work
Guptha Ch 23-Sep-13 4:26am View    
It worked or not?
Guptha Ch 23-Sep-13 4:18am View    
Try this instead of string.IsNullOrEmpty(Eval("ImgName"))

string.IsNullOrEmpty(Convert.ToString(Eval("ImgName")))