Click here to Skip to main content
15,919,028 members

Comments by vijaygsmart (Top 2 by date)

vijaygsmart 8-Mar-13 6:29am View    
i call userprofilename in ispostback . but after load page dropdownlist show repeated value that's my problem buddy..

private void UserprofileName()
{
// dd1_user.Items.Insert(0, "New User...");
dd1_user.DataSource = BindprofileName();
dd1_user.AppendDataBoundItems = true;
dd1_user.DataTextField = "usrnm";
dd1_user.DataValueField = "usrnm";
dd1_user.DataBind();


}
vijaygsmart 8-Mar-13 2:14am View    
my problem. 1st page i get 1st row record from grid and send the row record to next page and it show . then i cant update it . i found update - textbox.text not editable