Click here to Skip to main content
15,914,013 members

Comments by Fayaz7Wonders (Top 9 by date)

Fayaz7Wonders 24-May-13 3:14am View    
Hi,
Thanks a lot for ur solution.Its working but only when I am logged in to the Server.When I logged out same error when exporting Excel.Do u have any permanent solution for it.
Fayaz7Wonders 24-May-13 3:06am View    
Hi,
Thanks a lot for ur solution.Its working but only when I am logged in to the Server.When I logged out same error when exporting Excel.Do u have any permanent solution for it.
Fayaz7Wonders 14-May-13 4:04am View    
Can u plz send it in C# .My Question is I have a TextBox I want to show my custome message once it is exceeding 5000 length in javascript
Fayaz7Wonders 25-Apr-13 3:22am View    
Ok I understand, But I am not using Service at all . Any other way
Fayaz7Wonders 25-Apr-13 1:57am View    
Hi Trushna,
I did that but still its reloading the page means postback happening.Below is the Code

if (ddlRole.SelectedItem.Text == "GSPO")
{
// This is to update the UpdatePanel
UpdatePanel2.Update();
rcbSecondaryUserRole.DataSource = ViewState["listClarifyRegions"];
rcbSecondaryUserRole.DataTextField = "CodeValue";
rcbSecondaryUserRole.DataValueField = "CodeID";
rcbSecondaryUserRole.DataBind();
rcbSecondaryUserRole.Visible = true;
}