ImageUrl='<%# string.Format("img/{0}",Eval("images"))%>'
It provides the solution of any query about C# windows forms, Asp.net,HTML,CSS,Sql Server
Sunday, December 8, 2013
Tuesday, December 3, 2013
Add first row at combo box
first row of combo box to be "SELECT"
SELECT id, Country FROM Country_MASTER
UNION SELECT -1, ' -SELECT-'
ORDER BY Country
Subscribe to:
Posts (Atom)