TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
avijit chatterjee
NA
16
0
how to define two textbox with one label
May 13 2010 4:53 AM
<asp:Label ID="lblEmployeename" runat="server" Style="position: static" Text="Employee Name" Width="118px"></asp:Label></td>
<td style="height: 1px" align="left">
<asp:DropDownList ID="ddrpref" runat="server" Style="position:static"Width="45px"></asp:DropDownList></td>
<td align="left" style="width: 37px; height: 1px">
<asp:TextBox ID="txtEmployeename" runat="server" BorderStyle="Double" >
code-behing page given below:-
string stremployeename = ddrpref.SelectedValue.Trim();
string stremployeename = txtEmployeename.Text.Trim();
how i can declare both....
Reply
Answers (
1
)
coding to set the date after two months in c#
binding blob with picturebox