Search

You searched for the word(s): userid:706686

Matching Posts

  • Re: Language Problem

    Hello hkhaled, thamk you for your answer. I went through both articles but my problem is more about characters. I'm not changing the language neither the culture. All I want to have is a correctly encoded Turkish page. The weird thing is though, with some pages it is ok but with some not
    Posted to Localization (Forum) by Kaan on 4/9/2008
  • Language Problem

    Hi everybody, I'm not sure if this subject belongs to this topic but I guess this is a metter of configuration. I built a Turkish web site. Turkish Framework is installed. I'm using utf-8 for encoding as can be seen below: < globalization requestEncoding = " utf-8 " responseEncoding = " utf-8 " fileEncoding = " utf-8 " culture = " tr-TR " uiCulture = " tr-TR " /> Global configuration is as well set to utf-8 And in the master page I got
    Posted to Localization (Forum) by Kaan on 4/9/2008
  • Language Problem

    Hi everybody, I'm not sure if this subject belongs to this topic but I guess this is a metter of configuration. I built a Turkish web site. Turkish Framework is installed. I'm using utf-8 for encoding as can be seen below: < globalization requestEncoding = " utf-8 " responseEncoding = " utf-8 " fileEncoding = " utf-8 " culture = " tr-TR " uiCulture = " tr-TR " /> Global configuration is as well set to utf-8 And in the master page I got
    Posted to Configuration and Deployment (Forum) by Kaan on 4/8/2008
  • Re: What am I doing wrong with AJAX: Update Panel

    Problem solved, AJAX seems to have no unicode support. When I changed the language configuration in my web.config file from windows-1254 to utf-8 all was working fine. Thank you for your inputs anyways.
    Posted to ASP.NET AJAX UI (Forum) by Kaan on 4/8/2008
  • Re: What am I doing wrong with AJAX: Update Panel

    Any more ideas? this error seems to occur only with dropdownlist control. And it started to occur as well in my production server (which didn't have this problem before) One page of mine produces the error if I select the items with Turkish characters. The other gives this error with any item selected. (Both dropdownlists are exactly the same, getting the exact same data from the DB and triggering the exact same function at code behind) Any ideas would be appreciated. Thanks.
    Posted to ASP.NET AJAX UI (Forum) by Kaan on 4/8/2008
  • Re: What am I doing wrong with AJAX: Update Panel

    Thank you for your reply; However, My AJAX is set correctly, it's working fine in other pages with way more complicated controls. ?
    Posted to ASP.NET AJAX UI (Forum) by Kaan on 4/8/2008
  • Re: What am I doing wrong with AJAX: Update Panel

    Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load Me .Label1.Text = Membership.GetUser.ProviderUserKey.ToString Me .FormView1.DefaultMode = FormViewMode.Edit Me .FormView3.DefaultMode = FormViewMode.Edit Dim updtbtn As Button = Me .FormView1.FindControl( "UpdateButton" ) ScriptManager.GetCurrent( Me .Page).RegisterPostBackControl(updtbtn) End Sub Protected Sub DropDownList7_SelectedIndexChanged( ByVal sender As Object , ByVal e As System.EventArgs
    Posted to ASP.NET AJAX UI (Forum) by Kaan on 4/7/2008
  • Re: What am I doing wrong with AJAX: Update Panel

    < asp : UpdatePanel ID ="UpdatePanel1" runat ="server"> < ContentTemplate > < asp : FormView ID ="FormView1" runat ="server" DataKeyNames ="cvs_ID" DataSourceID ="ObjectDataSource1" Style ="position: relative; left: 200px; font-family: Trebuchet MS; font-size: 9pt;"> < EditItemTemplate > < table style ="font-size: 9pt; width: 100%; border-bottom: white thin solid; font-family: 'Trebuchet MS';height
    Posted to ASP.NET AJAX UI (Forum) by Kaan on 4/7/2008
  • Re: What am I doing wrong with AJAX: Update Panel

    Yes; just to be sure I re-installed it again hoping there were some updates but no luck. Just to give you an idea: there's a textbox, and a dropdownlist control next to where user picks the city and the city gets automatically inside the textbox. Both are in the same update panel, dropdownlist posts back. Thats it. Below is the error: System.ArgumentException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration
    Posted to ASP.NET AJAX UI (Forum) by Kaan on 4/7/2008
  • What am I doing wrong with AJAX: Update Panel

    hi, I built a nice page, with updatepanel inside which contains some dropdownlists. And it works very user friendly on server side. However, these dropdownlists requests page post back are giving the "Invalid postback or callback argument." because of Event Validation. So if I disable event validation the security of the page reduces. If I register the control then the page refreshes all the time. So why AJAX. I'd be preciated if one can tell help me. Thanks
    Posted to ASP.NET AJAX UI (Forum) by Kaan on 4/7/2008
Page 1 of 29 (286 items) 1 2 3 4 5 Next > ... Last »