data

  1. H

    Question How to protect a database

    I am about to start developing a program that downloads a database, and accesses the data within it. I need to somehow protect the data within the database so it cannot be copied, or misused by other companies who can get the information within the database. So i need a way that the database...
  2. Xster

    How to modify dragged data during drag?

    Hi, I'm currently having the problem that dropping an image file into an AxWebBrowser causes it to navigate to the file location instead of pasting the image in the document while in EditMode. So my thoughts are to swap the dragged data object when it DragEnters the form, before reaching the...
  3. D

    Question I need help Validating my textboxes

    Hi, i'm a beginner programmer and I have designed a form with textboxes for numerical entry. I need to validate each textbox so the number entered is an integer, and is between 0-1000. I am struggling to find how to validate the data entry. Thanks :)
  4. L

    Question Display database results as hyperlink in gridview

    hi friends! am doing a website for a company. the problem is i have gridview with sqlserver db connection. when i show the results , it should be a hyperlink. when user clicks the particular row in the grid it should open a new popup with those details...
  5. icemanind

    FYI Layergen

    Hey guys, I've been working on a program for some time (and I know this isn't the first one of its kind, but I like it..lol) that will automatically generate a Data Layer and Business Layer from a database in SQL Server. It will create both VB.NET and C# code. I thought you guys might find it...
Back
Top