hi this is srikanth i created one dynamic form in c#.net of windows application and also i put the some controlls on that upto now no problem but no one event fireing occurs for that what should i do

the follwing line code was i written ::

private void btnSignIn_Click (object sender, EventArgs e)
{
try
{
if (txtUserName.Te xt == "sri")...