Search

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

Matching Posts

  • Re: the redirect doesn't work in the global.asax

    Hi! In my case I was struggling to figure out what was the problem with global.asax! (because it was not redirecting to my error.aspx page). Here my HTML Default.aspx < %@ Page Language= "C#" AutoEventWireup= "true" CodeFile= "Default.aspx.cs" Inherits= "_Default" %> < %@ Register src= "footer.ascx" TagName= "footer" TagPrefix= "uc1" %> < %@ Register Assembly= "AjaxControlToolkit" Namespace= "AjaxControlToolkit"
    Posted to Web Forms (Forum) by wander.mahet on 10/20/2007
    Filed under: redirect, user control, application error, error, global.asax, issue, Application_Error
  • Re: RadioButtonList.SelectedIndexChanged as UpdatePanel Trigger

    Maybe this is also a bug in RadioButtonList I'm using Visual Studio 2005, Ajax (UpdatePanel), a RadioButtonList which updates a DropDownList items. Html code: < form id= "form1" runat= "server" > < asp:ScriptManager ID= "ScriptManager1" runat= "server" ></ asp:ScriptManager > < asp:RadioButtonList ID= "rblType" runat= "server" AutoPostBack= "True" OnSelectedIndexChanged= "rblType_SelectedIndexChanged"
    Posted to ASP.NET AJAX UI (Forum) by wander.mahet on 9/28/2007
    Filed under: onclick, Radio button list, RadioButtonList, updatepanel, AutoPostBack, bug, ajax
  • Re: GridView RowDeleting event fires twice !

    Hi !! does anybody actually know if Visual Studio 2005 SP1 fix this GridView RowDeleting issue? meanwhile, I have a go with this workaround (converting the CommandField column to TemplateField) but I've got a strange error: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments
    Posted to Data Presentation Controls (Forum) by wander.mahet on 8/19/2007
    Filed under: grid view columns itemtemplate rowdeleting deleting deleterow delete service pack visual studio 2005 Invalid postback
  • Re: HTML/RTF Text interpretation

    Dude I asked this question in Microsoft, wandering if there`s a way to render HTML tags in a report, and Teo gave me the answer: "HTML inlining is not supported with SQL Server Reporting Services 2005. It is on the top list for the next release." The answer is on: http://forums.microsoft.com/forums/ShowPost.aspx?PostID=1540154&SiteID=1 Meanwhile I'm waiting for the next version!
    Posted to Reports Starter Kit (Forum) by wander.mahet on 5/4/2007
    Filed under: SQL Server Reporting services HTML interpretation text tag tags Crystal Reports
  • Re: How to show HTML text interpretation in SQL Server Reporting Services

    Hi Cynick Teo from Microsoft told said to me: "HTML inlining is not supported with RS 2005. It is on the top list for the next release.". As you can see we have to wait for the next Reporting Services version! Check out the link: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1540154&SiteID=1 I`m so disappointed but it'll be worth to wait!
    Posted to SQL Server Reporting Services (Forum) by wander.mahet on 5/2/2007
    Filed under: reporting Services sql server 2005 text html interpretation inlining
  • Re: MaskedEditExtender & Dynarch's JavaScript Calendar

    When you're managing date format in your .net application, you should consider to set the current format according to your country. If you don`t need to specify the country, you could use System.Globalization.CultureInfo.InvariantCulture. To set formatted date in textbox who uses a maskedit extender it'd be interesting to specificy the culture. If the wanted format is yyyy-mm-dd, you can format your data using the following culture names: sq-AL ko-KR zh-CN fr-CA pl-PL sv-SE Here`s a list of available
    Posted to ASP.NET AJAX Control Toolkit (Forum) by wander.mahet on 5/2/2007
    Filed under: ajax maskedit cultureinfo date format invariant culture asp.net
  • Re: Sample usage of ClientScriptManager.RegisterFo­rEventValidation

    In my case I'm using AJAX ASP.NET to fill with javascript a DropDownList with several values. I was getting that wierd error everytime my form is submitted / postedback. It seems RegisterForEventValidation doesn't work very well at all. I think it would be better to create a HiddenField - > to use javascript to store the DropDownList value in this hidden field. So we shall not have any problems with post back when a list control value is filled by javascript.
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by wander.mahet on 5/1/2007
    Filed under: dropdownlist javascript ajax asp.net RegisterForEventValidation
  • Re: How to show HTML text interpretation in SQL Server Reporting Services

    I'm going to ask Microsoft SQL Server Reporting Services forum: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=82&SiteID=1 give it a try!
    Posted to SQL Server Reporting Services (Forum) by wander.mahet on 4/30/2007
    Filed under: Microsoft SQL Server Reporting Services forum
  • Re: Unable to set default value in a custom control

    Hi again I coded a sample in order to investigate what's going on with the DefaultValue attribute. It seems not posible to get it working, so I had to hard code some c# statements as follows in HelloExtender.cs: 1 using System; 2 using System.Web.UI.WebControls; 3 using System.Web.UI; 4 using System.ComponentModel; 5 using System.ComponentModel.Design; 6 using AjaxControlToolkit; 7 8 [assembly: System.Web.UI.WebResource( "MyControlToolkit.HelloExtender.HelloBehavior.js" , "text/javascript" )] 9 10
    Posted to Custom Server Controls (Forum) by wander.mahet on 4/30/2007
    Filed under: Custom controls custom control extender DefaultValue ajax asp.net
  • Custom control extender, AssemblyX contains a Web resource with name xxxx but does not contain an embedded resource with name xxxx

    Dude, in my case I was receiving the same error with my custom control extender: "AssemblyX contains a Web resource with name xxxx but does not contain an embedded resource with name xxxx" and the solution was tricky but easy. it's quite simple, in Visual Studio 2005 just right-click the .js file and choose Properties. On property window, locate Build Action attribute and set it to " Embedded Resource ". The problem was happining because it was accidentally to "Compile" (not by me *LOL*). My folders
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by wander.mahet on 4/30/2007
    Filed under: custom control extender not contain an embedded resource asp.net ajax control toollkit
Page 1 of 2 (18 items) 1 2 Next >