Search

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

Matching Posts

  • Using Common Functions

    Hello All, I would like to know how to implement the same type of functionality in ASP.NET with C# that we had with regular ASP. In regular ASP you can use include files to reuse common functionality across multiple pages and websites. Pseudo code: <!--#include file="commonfunctions.asp"--> This commonfunctions.asp page would have functions that were global to the website and allow for reuse. How can I get that same functionality in ASP.Net using C# currently I am copying each function to each
    Posted to Web Forms (Forum) by TonyR on 1/22/2007
  • Menu Control

    I am having a problem figuring out how to handle the OnMenuItemClick event. I understand that it only fires if the navigationurl is not set, so I removed the links for that property so now my dynamic menu items, when clicked, fire the event but how do I now direct the website to the url that I'll like it to navigate to? I can not use the Response.Redirect because I am working within frames so I need to set the frame source property to the correct url. please assist. thanks Tony Redmond
  • How to Handle the OnMenuItemClick event

    Hello - I have a DotNET 2.0 menu control that I am populating dyanmically from a couple of database tables, in which I am also setting the navigation url for either the parent or the child item. When the navigationurl is set I do not recieve the OnMenuItemClick event which makes it difficult to know where I have come from and where I am going. When I remove the navigationurl I get the OnMenuItemClick event to fire but then I am stuck because I don't know how to get the page to then navigate to the
Page 1 of 1 (3 items)