Search

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

Matching Posts

  • Re: How can i to call a public method of page from user control?

    Hello all. I have a problem when i try to compile i get an error which says that i didn’t t inherits user control . Abstract class i inherits as you wrote with System.Web.UI. Page . Whan i tryed to change to user control i got error here AbstractClass page = ( AbstractClass )Page; int iResult = page.DoSomething(); so how can i inherits user control and page base class to Abstract user control
    Posted to Getting Started (Forum) by DEMO on 6/22/2009
  • Problem after installing DNN

    Hello all I just download dotnetnuke 3.12 After dot net nuke install it self I whonna to enter to main page Instead of it I receive message at my address bar http://localhost/nukes/Default.aspx?error=Object+reference+not+set+to+an+instance+of+an+object.&content=0 I try to fine information about this error but haven t find anything Would someone explain me why this error appears and how to solve it Thank you
    Posted to Getting Started (Forum) by DEMO on 3/13/2005
  • Re: Can‘t go to login page

    To nbc thank you for your answer it was really useful to me. I have another question about login problem. Why when I changed value in tables portal which Is responsible for user login new value doesn’t work. Is there any tricks. Thank you
    Posted to DotNetNuke (Forum) by DEMO on 8/15/2004
  • Can‘t go to login page

    Hello All My partner made changes to portal options. He did that user has to login from home page to home page to be short now I can t go to login page And I don t know how to make this setting as it was in default. My portal on sql data base Thank you
    Posted to DotNetNuke (Forum) by DEMO on 8/15/2004
  • Re: Problem with executing sql scripts

    thanks i solve this problem
    Posted to DotNetNuke (Forum) by DEMO on 8/7/2004
  • Problem with executing sql scripts

    Hello all I have problem setting up sql . I can t execute manually sql scripts. The following error rise up [Microsoft][ODBC SQL Server Driver]Syntax error or access violation [Microsoft][ODBC SQL Server Driver]Syntax error or access violation [Microsoft][ODBC SQL Server Driver]Syntax error or access violation [Microsoft][ODBC SQL Server Driver]Syntax error or access violation [Microsoft][ODBC SQL Server Driver]Syntax error or access violation [Microsoft][ODBC SQL Server Driver]Syntax error or access
    Posted to DotNetNuke (Forum) by DEMO on 8/6/2004
  • Hunter Stone

    Hello to all. Please let me know how to define grid view. When I put following code in to the application file the error “Type 'GridView' is not defined” persists all the time. Please help me 'Deletes selected data and group rows Public Sub DeleteSelectedRows(ByVal view As GridView) 'Create a list containing selected row handles Dim selRowsCount As Integer = view.SelectedRowsCount If selRowsCount = 0 Then Return Dim selRows As ArrayList = New ArrayList(view.GetSelectedRows()) 'Process selected group
    Posted to Data Presentation Controls (Forum) by DEMO on 4/29/2004
  • copy textbox text to a clipboard

    how to copy textbox text to a clipboard. I have tryed to so in winform works more or less ok with paste but as i realize webform doen't have this method.I need to copy selected text to a clipboard.
    Posted to Web Forms (Forum) by DEMO on 3/13/2004
  • Re: Problem Whith event

    What I whonna do it is adding onmouse behavior to my web forum I don t know how to do that
    Posted to Client Side Web Development (Forum) by DEMO on 1/19/2004
  • Re: Problem Whith event

    I cant understand what is wrong whith My VS.Net 2003 or i have to dicalre it Overrides Protected Sub OnMouseMove( ByVal mevent As MouseEventArgs ) End Sub
    Posted to Client Side Web Development (Forum) by DEMO on 1/18/2004
Page 1 of 2 (12 items) 1 2 Next >