Click here to Skip to main content
16,019,618 members

Comments by avil py86t78 (Top 2 by date)

avil py86t78 25-Oct-13 13:56pm View    
u want to create a stored procedure and call the values and then u assign the values in to a datatable and doing the above we can easily bind any number of datas in to webpage from database
avil py86t78 24-Oct-13 13:25pm View    
public bindDropdownvalues()
ddlname.datasource="Table value from sql"
ddlname.datatextfield="or from the datatable we can assign and take values"
ddlname.datavaluefield=""
ddlname.databind