Search

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

Matching Posts

  • Custom Configuration section using .NET 2.0 Configuration API

    Hello all, I'm currently creating custom configuration sections in my web.config file and I'm using the new .NET 2.0 configuration API. I've been reading Scott Mitchell's post at 4guys and everything works great! http://aspnet.4guysfromrolla.com/articles/032807-1.aspx The question/problem I have is the following: In my web.config, everything works great as long as I follow this pattern: < configSections > < section name = " MyCustomSectionDemo " type = " MyCustomSection
    Posted to Getting Started (Forum) by Vlince on 11/20/2008
  • Re: How to set GridView SelectedIndex after a "save". (with paging as well)

    Ok so I got it working, you're a genius! Unfortunately, my method does not return a DataRowCollection so I had to make some tweaks. The trick was to get the " int index". Many thanks Grabriel Sincerely Vince
    Posted to Data Presentation Controls (Forum) by Vlince on 5/1/2008
  • Re: How to set GridView SelectedIndex after a "save". (with paging as well)

    I'll let you know how it works and keep you posted on this :-) Many many thanks gbodea Stay tune...for the answer
    Posted to Data Presentation Controls (Forum) by Vlince on 5/1/2008
  • Re: How to set GridView SelectedIndex after a "save". (with paging as well)

    Thanks gbogea for the quick response :-) I'm not using the ObjectDataSource to fill my GridView. In fact, I'm manually binding my GridView using my LoadGrid() method: private void LoadGrid() { GridView1.DataSource = _manager.GetById(MyId); GridView1.DataBind(); } Which is called in the Page_Load event ** and ** is called inside the "Save" event handler (in order to reLoad the GridView) As for the the ** Selected ** event, I'm not sure I'm following you. You see, I already
    Posted to Data Presentation Controls (Forum) by Vlince on 5/1/2008
  • How to set GridView SelectedIndex after a "save". (with paging as well)

    Hello all, I have an aspx page that holds a GridView (GridView1). Underneath the GridView I have an html <table>...</table>. Inside the <table> I have a bunch of controls (TextBox, Dropdown). Underneath the <table> I have an "Add" and "Save" button. The user has the choice to either Add a new item (which makes all the controls in the <table> blank) or simply select an existing item from the GridView which then populates the controls inside the <table>
    Posted to Data Presentation Controls (Forum) by Vlince on 5/1/2008
  • Convert ObjectDataSource to my Entity

    Hello all... I've created a public entity called " User ". Which has 3 properties -ID -FirstName -LastName I've created a public entity called " UserManager ". Which has 4 methodes. - public List < User > GetAllUsers() - public void AddUser( User user) - public void UpdateUser( User user) - public void DeleteUser( int id) Inside my aspx page, I've added a datagrid control that is bound to an ObjectDataSource (ODS) using the DataSourceID attribute. My ODS is configured
    Posted to Data Presentation Controls (Forum) by Vlince on 3/13/2008
  • SolpartMenu not compatible in MAC OS

    I have a [solpartmenu] on my splash screen and inside the skin.xml file I do this: < Objects > < Object > < Token > [SOLPARTMENU] </ Token > < Settings > < Setting > < Name > userootbreadcrumbarrow </ Name > < Value > false </ Value > </ Setting > < Setting > < Name > rootmenuitemactivecssclass </ Name > < Value > MainMenu_RootMenuItemActiveCssClass </ Value > </ Setting > </ Settings > <
    Posted to DotNetNuke (Forum) by Vlince on 9/7/2005
  • Re: URL rewriter question ?

    Perhaps I should've given an example... BTW, The two child portals *do not* have the same name. This is the site in french: http://www.solutionsdaffaires.bell.ca/ and this is the site in english: http://www.businesssolutions.bell.ca/ They bought 16 domain names (8 in french, 8 in english). The way they've set this up in IIS under the Documents(TAB) in the property window, is that when a user types in http://www.businesssolutions.bell.ca/ (the english domain name) the default document is set to: default
    Posted to DotNetNuke (Forum) by Vlince on 8/30/2005
  • URL rewriter question ?

    Hello all! I'm using DNN 3.0.13 and have a *master* portal followed by two *child* portals (one in english and one in french) I also have Friendly URL turned OFF. Now the customer wants to be able to type in something like: www.myenglishwebsite.com/agenda (English web site) or www.myfrenchwebsite.com/agenda (French web site) Notice the */agenda* ...since the word *agenda* is written the same in english and in french I can't seem to write a URL Rewriter rule that works... Also, since they've bought
    Posted to DotNetNuke (Forum) by Vlince on 8/29/2005
  • ADMIN-->Log Viewer Error!!!

    Hello all! I'm getting an invalid character in the given encoding error when trying to open the Log Viewer. I'm logged in as Host and click ADMIN-->Log Viewer and get this result: Error: Log Viewer is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: There is an error in XML document (1, 1458). ---> System.InvalidOperationException: There is an error in XML document (1, 1458). ---> System.Xml.XmlException: There is an invalid character in the given encoding. Line
    Posted to DotNetNuke (Forum) by Vlince on 7/22/2005
Page 1 of 11 (106 items) 1 2 3 4 5 Next > ... Last »