Search

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

Matching Posts

  • Re: HTML Editor Control and external javascript

    Pending a solution, I added the workaround below : <a href=http://forums.asp.net/AddPost.aspx?ReplyToPostID=3185848&Quote=False#commentaireEchangiste onclick="document.frames['ctl00_C_editor1_ctl02_ctl00'].document.body.innerHTML=document.frames['ctl00_C_editor1_ctl02_ctl00'].document.body.innerHTML + 'lol';">< img src=Images/Smiley/6.gif border=0 /></ a > However, I lost the position of the focus. Really shame. Regards, Michel.
  • HTML Editor Control and external javascript

    Hi all, I use the HTML Editor Control in my application. So I would like to add an button with a javascript action on my HTML Editor Control. I didn't find any further information inside the documentation below : http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HTMLEditor/HTMLEditor.aspx I would like to know if someone can give me some clues ? cheers, Michel.
  • Re: Strange behavior with localization

    In fact I have juste seen that the first call didn't return the good value. Sorry.
    Posted to Getting Started (Forum) by wesleymichel on 2/7/2008
  • Re: Strange behavior with localization

    I tried but it didn't work. I tried also to remove this value from the web.config : globalization -> uiCulture="auto" culture="auto" But it is the same issue
    Posted to Getting Started (Forum) by wesleymichel on 2/7/2008
  • Strange behavior with localization

    Hi all, I got a strange behavior with the localization. I have got a website with 2 domain name. One for Spain one for a English. When member arrive on Spain website, the Theme change but not the language. And if I do just a refresh with F5. I got the good translation. Do you know how I can to do to force the translation in spain without refresh, please ? protected override void InitializeCulture() { if (Session[ "lang" ] == null ) { string lang = string .Empty; lang = ClassTheme.checkCulture
    Posted to Getting Started (Forum) by wesleymichel on 2/7/2008
    Filed under: localization page layout
  • To know your position when you use DragPanelExtender

    Hi, I would like to know the position of my panel when you use DragPanelExtender. And after move my panel on my left column or right column Thank you for your idea. Have a nice week-end
  • Re: The status code returned from the server was: 12031

    You can find the code below : <% @ Page Language ="C#" AutoEventWireup ="true" ValidateRequest ="false" CodeFile ="listeMembreConnecteMessage.aspx.cs" Inherits ="listeMembreConnecteMessage" %> < html xmlns ="http://www.w3.org/1999/xhtml" > < head id ="Head1" runat ="server"></ head > < body > < form id ="form1" runat ="server"> < asp : ScriptManager runat ="server"
  • The status code returned from the server was: 12031

    Hi all, I implemented updatepanel and a timer control in my web page. And now in my web application, this error message occurs with "Sys.WebForms.PageRequestManagerServerErrorException: An unkown error occurred while processing the request on the server. The status code returned from the server was: 12031" Someone has an idea ?
  • Re: Cannot convert type 'myWebService.GetMyMethode' to 'System.Data.DataSet'

    Hi cabhilash , It is very strange because with you code it works but when I call my webservice that I fill from Excell File. I have still the same error messsage. But I found a workaround : In my web application MyWebService new1 = new MyWebService (); XmlNode doc = new1.GetMyMethod(); DataSet ds = new DataSet (); ds.ReadXml( new XmlNodeReader (doc)); GridView1.DataSource = ds; GridView1.DataBind(); In my webservice application [ WebMethod ] public XmlDataDocument GetMyMethod() { XmlDataDocument
    Posted to XML Web Services (Forum) by wesleymichel on 7/2/2007
  • Cannot convert type 'myWebService.GetMyMethode' to 'System.Data.DataSet'

    Hi all, I have a webservice that I call in my other application web. In my webservice, I have a method that return a DataSet. MyWebService new1 = new MyWebService (); GridView1.DataSource = ( DataSet )new1.GetMyMethod(); GridView1.DataBind(); But I had this message : Cannot convert type 'myWebService.GetMyMethode' to 'System.Data.DataSet' I found the KB article number 815131 http://support.microsoft.com/kb/815131/ But this bug to apply only to : • Microsoft Visual C# .NET 2003 Standard
    Posted to XML Web Services (Forum) by wesleymichel on 7/1/2007
Page 1 of 16 (153 items) 1 2 3 4 5 Next > ... Last »