Search

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

Matching Posts

  • Re: DOCTYPE , toolkit controls & asp.net tree control problem

    Sorry , forgot to mention... i'm using IE7
    Posted to ASP.NET AJAX Control Toolkit (Forum) by DanNsk on 3/28/2007
  • DOCTYPE , toolkit controls & asp.net tree control problem

    I have <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"> declaration line which makes all Toolkit controls operational ... but asp.net tree control looses all the vertical lines. I've set <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> all the lines in a tree appeared again... but this makes toolkit controls non operational. So how can i force both toolkit and asp.net tree to work together ?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by DanNsk on 3/28/2007
  • Re: Slider extender, client events

    I forgot to tell that i'm trying to add this script dynamically, in a Page_Load event handler of a page so the only working solution i've found - string script = "Sys.Application.add_init(function() {\n" + " var slider1 = $find('" + SliderExtender1.BehaviorID + "');\n" + " if (slider1) slider1.add_valueChanged(function() { alert('value changed!'); });\n" + " });\n"; ScriptManager.RegisterStartupScript(Page, GetType(), "StartupValuesFunction", script, true);
    Posted to ASP.NET AJAX Control Toolkit (Forum) by DanNsk on 11/30/2006
  • Slider extender, client events

    I have slider extender on a page , which is bound to a hidden field, and has some textbox as an target control. Slider extender has valueChanged event, is there any way to attach my handler to it ? My idea was $find('controlId').add_valueChanged( function() {} ); , but doesn't work.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by DanNsk on 11/29/2006
  • Re: Encrypt my own config section

    no, i didn't found any in case it was installed in the GAC, i've got: Encrypting configuration section... This configuration section cannot be encrypted. Failed! so it is also not a solution
    Posted to Security (Forum) by DanNsk on 7/10/2006
  • Encrypt my own config section

    I am using my own configuration section in web app, it's located in a different assembly. My config file contain this line in configSections section: &lt;section name="TestSection" type="TestSection+TestSectionHandler, TestConfiguration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6b96744cb3d09aae" allowLocation="false"/&gt; I've used this command to encrypt TestSection aspnet_regiis.exe -pe "TestSection" -app "/TestApp" -prov "DataProtectionConfigurationProvider" 1) In case Assembly
    Posted to Security (Forum) by DanNsk on 6/28/2006
Page 1 of 1 (6 items)