Click here to Skip to main content
16,017,297 members

Comments by praveen kadimi (Top 12 by date)

praveen kadimi 19-Nov-13 6:54am View    
thanks i got it
praveen kadimi 19-Nov-13 6:11am View    
<asp:CheckBox ID="chkpadd" runat="server" Text="Same As Present Address"
AutoPostBack ="true" oncheckedchanged="chkpadd_CheckedChanged1" />


protected void chkpadd_CheckedChanged1(object sender, EventArgs e)
{
{

if (chkpadd.Checked == true)
{
txtadd1.Text = txtpadd1.Text;
}
}
praveen kadimi 19-Nov-13 5:25am View    
I am enter the text into Textbox1 then Check the CheckBox Textbox1 Value is gone (There is no data avaliable in the textBox1 and Textbox2)
praveen kadimi 19-Nov-13 5:00am View    
Thanks
praveen kadimi 26-Feb-13 1:01am View    
I Install VisualStudio2010 SP1 and Silverlight5 install the problem is solve