Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » database
  • Help with "Enter" key

    Hi Guys, I have a textbox (for a search engine) and a linkbutton when entered data in the search box and pressed 'enter' key, I want it to take the input. I tried the following code but I ran into errors saying "namespace/ assembly not recognised" Please help:   private void KeyPress(object sender, ...
    Posted to General Questions (Forum) by hello_guys on May 8, 2007
  • Re: Newbie Question! Image Pop-ups

     The term pop-up is ambiguous with the widespread use of "lightbox" features. Pop-up windows created via window.open() are no different from other web pages (other than their size etc.)   Meaning that the url for this type of pop-up window can have an aspx extension and asp.net codebehind.  So the normal stuff ...
    Posted to General Questions (Forum) by carlcamera on January 12, 2007
  • Re: How do I alter the database create permissions?

    strDataSourceName="Provider=SQLNCLI;Server=(local);Database=dbname;UID=uuu;PWD=zzz;" ...Try that one. 
    Posted to Data Access (Forum) by carlcamera on January 12, 2007
  • string XML and XSL

    Hello, Im new to ASP.NET using C# and I wish to apply an XSLT stylesheet to a string of XHTML im currently holding in memory. I wish to do this because it saves the time of looking up the XML file and then reading in the file. The current code I have is: string output = (@"I:\james.xml"); string xslPath = ...
    Posted to General Questions (Forum) by james on December 30, 2006
  • Re: Newbie Question about ASP.NET/SQL

    The diagram is extremely helpful - thank you. I'd be interested to see the documentation for the POS Base Classes, but the link http://schenzcustomdesigns.com/files/POSBaseClassesv2.doc is coming up as 404 Do you have it posted anywhere else? Thanks again! 
    Posted to General Questions (Forum) by Nostromo77 on December 11, 2006