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

Comments by Member 8622273 (Top 8 by date)

Member 8622273 15-Dec-14 8:38am View    
thanks.
Member 8622273 4-Mar-14 0:10am View    
in order to delete a column having dependencies, first you have to delete the constraint and then try to delete the column.
Member 8622273 11-Dec-13 3:01am View    
use sqlcecommand
Member 8622273 7-Nov-13 5:59am View    
in login code add this line Session["UserLevel"] = returnedLevel; at the submit page retrieve the value like returnedLevel = Convert.ToInt32(Session["UserLevel"]); now write if condition same as in login code to redirect to appropriate page.
Member 8622273 28-Aug-13 7:11am View    
when u want to clear the dropdown