
Particular(Control ID) Pass Parameter to .rdlc Report
How To Pass Parameters To .rdlc Reports Using Asp.Net C# . Sql Query Using (Where Condition) Partiular Field Select.
DEMO
HTML CODING
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:TextBox ID="TextBox1" runat="server">3</asp:TextBox>
...