skip to main
|
skip to sidebar
Sanjeewa'S Tech Page
Thursday, October 9, 2008
Go thoroug list box and get the values whic checked
foreach (ListItem item in lbVendors.Items)
{
if (item.Selected)
{
sbVender.AppendFormat("
", item.Value.ToString());
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2010
(9)
►
October
(1)
►
May
(2)
►
April
(3)
►
February
(2)
►
January
(1)
►
2009
(29)
►
December
(2)
►
October
(2)
►
August
(3)
►
July
(3)
►
June
(3)
►
May
(3)
►
April
(5)
►
January
(8)
▼
2008
(46)
►
November
(1)
▼
October
(14)
using range validater its easy to validate the Onl...
Navigate throught List box using C#
Register Ajecx pro with webconfgig C#
validate restict future days/back dates
validate the onlynumber for text box like money (1...
using lnk button and Navigate to another URL
validation Using regular expression validation
rawdatabound handlingand disabling link in datagr...
histry object in java script history.forward
java script validation for easy numeric only text ...
valuble validation expresion for format $XXXX.XX
Advance search using xml (SQL Query)
Usefull String for mattings in C#
Go thoroug list box and get the values whic checked
►
August
(11)
►
May
(7)
►
April
(1)
►
March
(2)
►
February
(10)
►
2007
(33)
►
December
(1)
►
November
(7)
►
October
(11)
►
September
(12)
►
July
(2)
No comments:
Post a Comment