Click here to Skip to main content
15,906,455 members

Comments by sampath1750 (Top 79 by date)

sampath1750 31-Oct-17 8:25am View    
Hi, I have added same code in button click, but Picture box is visible after complete the button click process.

Thanks
sampath1750 25-Aug-17 10:14am View    
We need to display the result set, so we stored this result set in another table and displaying the result set.
sampath1750 22-Jan-17 21:40pm View    
Using foreach (IBug thisBug in bugL), i am able to read all fields, except below value
dynamic this[string FieldName].

How to read dynamic this["Field"] value in foreach loop
sampath1750 5-Jan-17 7:26am View    
in insert case it is working fine, but upadte case need to set previously date this case it is not working means need to set previously selected date to textbox.
sampath1750 5-Jan-17 0:54am View    
I wrote below code in $(document).ready(function () {
$('#txtDate').datepicker({
format: "dd/mm/yyyy",
autoclose: true,
todayHighlight: true
});
});
but in edit case need to set date.