Use this code
<%@ Page language="c#" SmartNavigation ="True"/>
User Profile
Collapse
-
Try thi code
dropdown1.DataS ource =Dataset(2or tablename);
dropdown1.DataV alueField="Item Value";
dropdown1.DataT extField="Displ ayValue";
dropdown1.DataB ind();
Thanks
SendhilLeave a comment:
-
Hi,
Try this code
Add Smartnavigation ="True" in page directive
<%@ Page language="c#" Smartnavigation ="True" %>
Add Autopostback="t rue" in Your Dropdownlist control
<asp:Dropdownli st id="testing" Autopostback="t rue" runat="server">
listitems.....
</asp:Dropdownlis t>...Leave a comment:
-
'Initialize the Array list
Dim arrSmallArrays As New System.Collecti ons.ArrayList
For iItem = 0 to iMax
'Add your variables(iItem ) through Add property of Arraylist
arrSmallArrays. Add(iItem)
NextLeave a comment:
-
You can use Compare validator control, to check whether the two control having same values.Leave a comment:
-
Dim MyInteger As Integer
Randomize
MyInteger = CInt(Int((9 * Rnd()) + 1))Leave a comment:
No activity results to display
Show More
Leave a comment: