Click here to Skip to main content
15,896,557 members

Comments by ahmedfaruk88 (Top 45 by date)

ahmedfaruk88 17-Feb-14 1:30am View    
Great..
ahmedfaruk88 17-Feb-14 1:19am View    
Do you have an access token and please can you post your code...
ahmedfaruk88 16-Feb-14 17:43pm View    
Put a break point directly after the second DropDownList2_SelectedIndexChanged statement before the the if statement and run your application, step through it and see if control flow passes through it...
ahmedfaruk88 16-Feb-14 17:38pm View    
Check to make sure that you have records in your table. Secondly check the id of the WHERE clause and id of the SELECT statement. Thirdly put your code in a try... catch block, then display the exception thrown if any on the screen
ahmedfaruk88 16-Feb-14 17:30pm View    
Do you mean to upload image into database and display it a picture control. First off, are you developing a web or windows application.