Create custom reusable dropdown usercontrol for databind in formview in asp.net
Recently in one of my ASP.NET application I had to create a massive form with lot of drop-down lists and check-box list. Some of the dropdown lists have the same…
My little world of sharing
In one of my recent project I had the situation where I wanted to update multiple Oracle database tables with one button click event. I do not want to update…
Recently I have come across with an issue when updating Oracle database from SQL data-reader. It does not update the table because of conversion failure and I was getting error…
Sometimes you might want to create a dynamic drop-down list to bind data from database table instead of hard coding. In my recent application development I wanted to create a…
Recently in one of my ASP.NET application I had to create a massive form with lot of drop-down lists and check-box list. Some of the dropdown lists have the same…
Checkbox list does not support multiple databind. To be a bit clearer, it does not support databind for multi select in checkbox list. It only stores one entry from the…