Click here to Skip to main content
15,902,787 members

Comments by S.Krishnamoorthi (Top 3 by date)

S.Krishnamoorthi 9-May-16 9:12am View    
Yeah,

I have tried that too. It is also not working..

Also, I have tried these below too. ( It is also not working as expected)

Privacy -->
Block cookies:
Never

Limit website access to location services:
Deny without prompting
S.Krishnamoorthi 25-Jul-14 2:51am View    
is there possible to solve the above issues?
S.Krishnamoorthi 24-Jul-14 9:02am View    
I have 4 Checkboxes and 3 Radio button in my screen like below
Checkboxes
R only
I Only
D Only
In only

Radio Buttons
-------------
All
R
S
Based on the selections of the above control i have passed a parameter to Stored Procedure and get the result. After that i have convert the datatable value to Collection. Finally this Collection is assigned to DatagridView control as a datasource.

All this process are done within the Checked Changed event.

Usually while Check or UnChecking the Check boxes in run mode, suddenly it will get reflected in display. (i.e Assume now The Checkbox R is in UnChecked mode, now we are going to make it as Checked.) That time it will not shows in the Display as Checked mode upto the above mentioned GridBinding process get completed. After GridBinding Process completed only it will get displayed like Checked mode.