Search

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

Matching Posts

  • How to install ckeditor for vb.net 2.0?

    Can anyone tell me how to do this? Their are examples for other langauges but nothing for asp.net. Could someone please give me a sample? Thanks
    Posted to Client Side Web Development (Forum) by matthisco on 12/18/2009
  • Re: How to connect to sql server and display table contents

    Thanks for all your replies. I've read a few tutorials but I'm still having trouble. I can connect to the database using enterprise manager no problem, but when I use the same credentials in the connection strings I get the error below: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider
    Posted to Getting Started (Forum) by matthisco on 12/11/2009
  • Re: How to connect to sql server and display table contents

    Thanks for your reply. yes Its on a remote machine, I use the ip address to connect to it. I'm with fasthosts. What services need to be running? Do I need to setup the datasource in the control panel on my server? Thanks again
    Posted to Getting Started (Forum) by matthisco on 12/11/2009
  • How to connect to sql server and display table contents

    Hi Folks, I'm very new to vb.net, and I'm really struggling to understand how to connect to a database. I'd like to build a very basic content management system. Can someone please tell me how to programatically connect to a sql server database and display a result set depending upon parameters posted in the url? I dont have visual studio, so can someone please post me some code? Thankyou
    Posted to Getting Started (Forum) by matthisco on 12/10/2009
  • Error with two runat scripts on same page

    Hi Folks, I've got 2 search forms on the same page, however, headermessage.text = "wrong username" never works, it always populates the regex control below. Is there anyway I can populate a different messagebox for each script, I have included the html and script for each below ---------------regex control--------------------------- <asp:RegularExpressionValidator runat="server" id="regex" ControlToValidate="servicelocation" ValidationExpression="
    Posted to Web Forms (Forum) by matthisco on 12/7/2009
  • String error

    I'm trying to use a posted variable and add an attribute to it. Can anyone please tell me how I can do this? My error is below. Thankyou Compiler Error Message: BC30456: 'Attributes' is not a member of 'String'. Source Error: Line 12: Request.QueryString("page").Attributes.Add("class", "foo")
    Posted to State Management (Forum) by matthisco on 11/30/2009
  • Re: String error

    Thanks for your reply. I'm trying to add a class to a series of links depending upon which one is clicked. But rather than use multiple if statements I want to use the querystring variable directly in the code: Something like this: Request.QueryString("page").Attributes.Add("class", "foo") rather then my current code below If (Len(Request.QueryString("page")) <> 0 and Request.QueryString("page") = "home") Then homelink.Attributes
    Posted to State Management (Forum) by matthisco on 11/30/2009
  • Re: String error

    Thankyou for your help. I'll carry on with the method I'm using at present then. Thanks again
    Posted to State Management (Forum) by matthisco on 11/30/2009
  • Re: Forms Authentication login - protect pages?

    Thankyou for your replies. Could you please tell me how I can restrict access to neds.aspx AND upload.aspx? Can i use : <location path= "upload.aspx" > <location path= "neds.aspx" > Thanks again
    Posted to Security (Forum) by matthisco on 11/23/2009
  • Re: Forms Authentication login - protect pages?

    Thankyou that works great
    Posted to Security (Forum) by matthisco on 11/23/2009
Page 1 of 17 (161 items) 1 2 3 4 5 Next > ... Last »