Forum: ASP.NET Feb 13th, 2008 |
| Replies: 21 Views: 3,008 hi majestic0110,
There is ASP Login Control exists in VS 2005 OR VS 2008, but you still want to use traditional database technique to design login control. For this, i have one article which help's ... |
Forum: ASP.NET Feb 13th, 2008 |
| Replies: 7 Views: 4,814 hi ansari.wajid,
You can easily remove selected items from DropDownList. On the click of Delete button you first take index of selected item and then pass it to the Remove function of DropDownList... |