Search

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

Matching Posts

  • Re: Any OutputCache on page or control will cause ajaxToolkit:TabContainer bug on client browser

    <% @ Page Language ="VB" AutoEventWireup ="false" CodeFile ="Tabs.aspx.vb" Inherits ="Tabs1_Tabs" %> <% @ OutputCache Duration ="3600" VaryByParam ="none" %> <% @ Register Assembly ="AjaxControlToolkit" Namespace ="AjaxControlToolkit" TagPrefix ="ajaxToolkit" %> I believe you have to do like this. No enters between the lines. I read some that it is not alowed to have enters between directives
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ObieOne on 12/11/2007
  • Setup Newsletter system

    Hello all, I am planning to create a mailing system. User from the website are created using the login controls for asp.net 2.0. An extra comment is added for Subcribe = True (or False). So far so good. But what would be a easye way to send an .HTML page using the membershipprovider and SMTP providers. I am planning to create a newsletter using MS Publisher (or Ms Word) and then save is as .HTML Question is how to send this .HTML page? Any suggestions are welcome and appreciated.
    Posted to Visual Basic .NET (Forum) by ObieOne on 5/3/2007
  • Re: Allow a sitedmin to Reset Password without Security Response Answer, but Require it of users?

    Hey all, Nice trick with the second provider. Works perfectly. But now, How to send an email to the user we just reset the password for? Arno
    Posted to Security (Forum) by ObieOne on 5/3/2007
  • Re: FindControl in DataList EditTemplate

    Got it. Need to check wich ItemIndex we are in first. duuhhhh.... Dim TreeViewMenu As System.Web.UI.WebControls.Literal = DataList1.Items(E.Item.ItemIndex).FindControl( "TreeViewMenu" )
    Posted to Data Presentation Controls (Forum) by ObieOne on 4/25/2007
  • Re: FindControl in DataList EditTemplate

    Thanks for the translation to C#. Unfortunatily that is not what I ment. I need to find the control in the Edit Template of a DataList using vb.net. The code mention in my first post does not work. Probably because the function is fired by the edit command. Sub DataList_EditCommand( ByVal Sender As Object , ByVal E As DataListCommandEventArgs) Dim TreeView As System.Web.UI.WebControls.Literal = DataList1.FindControl( "TreeView" )
    Posted to Data Presentation Controls (Forum) by ObieOne on 4/25/2007
  • FindControl in DataList EditTemplate

    Hello all, I am using a DataList with EditTemplate. Inside this EditTemplate I have a asp:literal which need to be populated in code behind. How do I find the control for this when selecting the EditTemplate? Here part of the code. Sub DataList_EditCommand( ByVal Sender As Object , ByVal E As DataListCommandEventArgs) 'Populate DataList DataList1.EditItemIndex = CInt (E.Item.ItemIndex) CreateView() ..... 'Populate Literal Menu Dim TreeView As System.Web.UI.WebControls.Literal = DataList1.FindControl
    Posted to Data Presentation Controls (Forum) by ObieOne on 4/24/2007
  • Re: MasterPage calling Function in ContentPage

    Oke I just ran the script trough a translator ( http://www.carlosag.net/Tools/CodeTranslator/Default.aspx ) Unfortunatily I do not understand *** about what the script is doing. Any help (or explanation) would be appreciated. Here's the master.vb 1 Imports System 2 Imports System.Data 3 Imports System.Configuration 4 Imports System.Collections 5 Imports System.Web 6 Imports System.Web.Security 7 Imports System.Web.UI 8 Imports System.Web.UI.WebControls 9 Imports System.Web.UI.WebControls.WebParts
  • Re: MasterPage calling Function in ContentPage

    Thanks Adam, That's about what I need. problem is I am using vb.net. It's gonna take some time to transalte, but i'll try. Arno
  • MasterPage calling Function in ContentPage

    Hy All, Does anybody now how to call a function in a content page from a button on a masterpage? I have a masterpage with a button. When this button is clicked it needs to fire a function in the codebehind of my contentpage. I read tons of articles, but it's all the other way around. Arno
  • Re: how to retrieve UserID from ASPNETDB.MDF after login

    Hy all, Seem to have same problem. I am populating an FormView with data from the well known user control database. I added an extra table in my SQL database and inserted some info in it with UserId as unique identifier. Now I am trying to retrieve the right info for the right user. My SqlDataSource : <asp:SqlDataSource ID="SQLDataSource1" runat= "server" ConnectionString="<%$ ConnectionStrings:AZElectronicsConnection %>" SelectCommand= "SELECT UserId, FirstName, LastName FROM aspnet_UserInformation
    Posted to Web Forms (Forum) by ObieOne on 4/10/2007
Page 1 of 2 (14 items) 1 2 Next >