Search

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

Matching Posts

  • Re: <asp:Silverlight control not rendering all Xaml

    Tried this method with no luck. Sill searching google ... [quote user="johannes.hiemer"] Hi, did you try this one: http://alpascual.com/blog/al/archive/2008/03/20/adding-a-silverlight-user-control-into-a-asp-net-page.aspx Add the binary on the web.config: < add tagPrefix= "asp" namespace= "System.Web.UI.SilverlightControls" assembly= "System.Web.Silverlight" /> Register the tag: <%@ Register Assembly="System.Web.Silverlight" Namespace="System
    Posted to Free For All (Forum) by datagrid on 4/9/2008
  • Re: <asp:Silverlight control not rendering all Xaml

    [quote user="johannes.hiemer"] Hi, okay that's some kind of different usage. You are trying to insert it via asp:Silverlight control into a normal aspx-page. I embedded it into a complete Xaml page. Example you can see here: http://dotnet.johanneshiemer.de/wp-content/uploads/SilverlightMenu/Default.html So the problem must be connected with the asp:Silverlight-Tag. Actually I never did that so I have to gues: Did you try to insert ScriptType="Classname.Controlname" ? [/quote
    Posted to Free For All (Forum) by datagrid on 4/8/2008
  • Re: <asp:Silverlight control not rendering all Xaml

    [quote user="johannes.hiemer"] Hi, I used your xaml, and inserted into my page.xaml via XAMLbitIcon bitIcon = new XAMLbitIcon(); LayoutRoot.Children.Add(bitIcon); and it works. Could you show how you tried to insert it? [/quote] I was using the <asp:Silverlight> control Created a Xaml file with the coentent that I posted. then in my aspx page, I have the following <asp:Silverlight id="myXaml" runat="Silver" Source="~/Xaml/Button.xaml"> It did not
    Posted to Free For All (Forum) by datagrid on 4/8/2008
  • <asp:Silverlight control not rendering all Xaml

    I created a Xaml file using Expression Blend: Following is the corresponding Xaml. But, I am not able to render the Xaml using the Silverlight control. I also tried the SilverlightPad with no success. Why is the Silverlight control not rendering all Xaml files? <UserControl xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas
    Posted to Free For All (Forum) by datagrid on 4/7/2008
  • Re: ModalPopupExtender - Retrieve the textbox content from the popup - server side

    if (!Page.IsPostBack) was the culprit. It is working now. Never thought I would be caught on the Page.isPostback check .... thanks guys
    Posted to ASP.NET AJAX Control Toolkit (Forum) by datagrid on 3/4/2008
  • ModalPopupExtender - Retrieve the textbox content from the popup - server side

    Here is what I am trying to do 1) user clicks on a hyperlink control (which will show them a modal popup) 2) in the popup, I have a textbox, (EditTextBox) a cancel button and a save button 3) once the user types in new value to the textbox, user tries to save by clicking the save button 4) I am calling a server side event when the save button is clicked 5) My problem is that, in the server side click event for the save button, I am not able to retrieve the new value that is typed in the EditTextBox
    Posted to ASP.NET AJAX Control Toolkit (Forum) by datagrid on 3/3/2008
  • Re: using roles for logging in

    Timothy, Try to print the Role name for the user that you are talking about. You could run the site in debug mode in VS 2008 or use a response.write to print the role. Let us know.
    Posted to Security (Forum) by datagrid on 2/12/2008
  • Re: textbox value not changed on server side with javascript.

    >> The weirdest thing is this all worked fine with visual studio 2003 and doesn't work wtih 2005 It has nothing to do with the VS version; but the framework version. Well, the main difference between the VS 2003 and 2005 is the Framework version. Did you went from ASP .NET 1.1 to 2.0 Framework after the upgrade? Or did you have 2.0 Framework with VS 2003? Try giving an alert statement within the javascript function and see what value is being passed to the function. Let us know
    Posted to Client Side Web Development (Forum) by datagrid on 2/12/2008
  • Re: Could not load type 'MallabandHomes.Global'.

    Try adding the following line src="Global.asax.cs" mce_src="Global.asax.cs" to the Application directive at the top of the page
    Posted to Getting Started (Forum) by datagrid on 2/12/2008
  • Re: Hi all

    Satish, In your next post, please put proper title. This will help us all the purpose of the post. Here is an article which explains how to read a word document using C# http://eggheadcafe.com/tutorials/aspnet/b6f75379-840c-4745-a76c-04d43694333b/read-a-word-document-do.aspx You could use the tool located at http://labs.developerfusion.co.uk/convert/csharp-to-vb.aspx to covert any C# code to VB.net
    Posted to Web Forms (Forum) by datagrid on 2/12/2008
Page 1 of 46 (459 items) 1 2 3 4 5 Next > ... Last »