Click here to Skip to main content
15,886,031 members

Comments by Avishek Pat (Top 6 by date)

Avishek Pat 23-Jan-13 3:10am View    
When you're dragging or dropping then is your counter is getting incremented for each iteration ? like for first drop its 1 for second iteration its 2 and so on ? And you are sure the page is not making any postback event ?

Please let me know the same so I can share some more other options.
Avishek Pat 23-Jan-13 3:07am View    
The values ware coming into the respected variable ? And what datatype you have decleared in the database for @Manglik ? Please make sure you are not mistaking in any casting issue

Avishek Pat 23-Jan-13 1:22am View    
Try to get the data from the controls in individual string variable and then pass the variable accordingly with proper casting. And add break point while testing the same.
Avishek Pat 22-Jan-13 23:12pm View    
Are you refreshing your page in each drag and drop? If so then the counter will reset so you cannot take a count the number of iteration values for each movement. I suggest you not to do the refresh operation instead of that you can call an ajax call operation if you require some server side operation after each drop. Else you can put the iteration values in session so the iteration values wont get resetted.

Please let me know if that helps.
Avishek Pat 22-Jan-13 5:00am View    
If you found this answer as useful then please mark is as correct.

:)