Click here to Skip to main content
15,898,939 members

Comments by Honey Jagyasi (Top 11 by date)

Honey Jagyasi 26-Dec-14 4:12am View    
I do have options of Crystal/RDLC but apart from these option, I am looking for some other tools/software for report design & implementation.
Honey Jagyasi 4-Dec-14 3:18am View    
Thanks Raul for your suggestion. I do know this way and can implement but I am looking for some other ways other than DLL,or shared class.
Honey Jagyasi 12-May-14 1:44am View    
Make sure you have added Public keyword in column class file.
Honey Jagyasi 23-Apr-14 6:58am View    
cmd.Parameters.Add(new SqlParameter("@Name", DBNull.Value));
Honey Jagyasi 23-Apr-14 6:35am View    
In query u can handle null with blank. IsNull("ColumnName",'')