Click here to Skip to main content
15,894,405 members

Comments by sekar305 (Top 40 by date)

sekar305 20-Mar-18 9:26am View    
YES BUT the mail will be send based on timer job (particular time we will set the time) in SharePoint
sekar305 19-Feb-18 10:51am View    
yes i have using for loop,but i value execute sometime wrongly
ex:
0
1
2
3

means

1 st value will be executed before 0 th value

sekar305 12-May-17 12:35pm View    
but NO,and code(column) is datatype is varchar , qty only numeric
sekar305 12-May-17 10:57am View    
1.in table 1 having No(1st column) and second table 2 having No,code, qty
when i was inner join means it showing duplication look like the above table,




(ex:

+-------+------+------+
|No |code | qty |
+-------+------+------+
|1055 |956 | 10 |
+-------+------+------+
|1055 |957 | 9 |
+-------+------+------+
|1055 |958 | 5 |
+-------+------+------+
|1055 |959 | 4 |
+-------+------+------+
|1055 |963 | 3 |
+-------+------+------+
|1056 |958 | 5 |
+-------+------+------+
|1056 |959 | 4 |

2. in my code all rows value showing in single column
+------+----------------+--------------+
|No |code | qty |
+------+----------------+---------------+
|1055 |956,957,958,959 | 10,9,5,4,5,4 |
+------+------+---------+--------------+
sekar305 27-Jan-16 8:29am View    
checking but its showing that button only