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
selvi subramanian
NA
799
571.9k
from dropdown list to text box using asp.net c#
Apr 16 2012 8:31 AM
from 3 dropdown 1st clientId 2nd jobid 3rd module (if
i chose clientid in that id how many job id must show in list
and module in the jodid should be shown .the person who done the
module should be show in the textbox
) using asp.net c#
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="shwdetl.aspx.cs" Inherits="shwdetl" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<style type="text/css">
.style1
{
width: 100%;
}
.style2
{
width: 407px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<table class="style1">
<tr>
<td class="style2">
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
</td>
<td>
</td>
</tr>
<tr>
<td class="style2">
<asp:DropDownList ID="DropDownList2" runat="server">
</asp:DropDownList>
</td>
<td>
</td>
</tr>
<tr>
<td class="style2">
<asp:DropDownList ID="DropDownList3" runat="server">
</asp:DropDownList>
</td>
<td>
</td>
</tr>
<tr>
<td class="style2">
<asp:Label ID="Label1" runat="server" Text="Name"></asp:Label>
</td>
<td>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style2">
<asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Button" />
</td>
<td>
</td>
</tr>
<tr>
<td class="style2">
</td>
<td>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
Reply
Answers (
2
)
jquery calendar control
SVN Update at Server side using ASP.Net Web Application