Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Y

y_mmohd

@y_mmohd
About
Posts
51
Topics
36
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • qldatasource to link data from sql to gridview
    Y y_mmohd

    Dear, Thanks you for answering. I had read many articles about this topic, my problem is that i can't retrieve the image that i saved in sql server as binary to grid view. I make DataImageUrlField for the ImageField is itemImage, but instead of the image a white box with red cross appear. What is the problem? Thanks in advance....

    ASP.NET database sql-server sysadmin

  • qldatasource to link data from sql to gridview
    Y y_mmohd

    I’m using sqldatasource to link data from sql to gridview. Using the following SELECT itemName, itemEmail, itemPhone, itemImage, itemDate, itemPrice, itemDescription FROM Item All the data appear in the gridview except the itemimage. Itemimage should show an image from sql. I try to use imagefield in the gridview, but instead of the image a small white box with a red cross. What option should I use in the imagefield to link data from sql server.

    ASP.NET database sql-server sysadmin

  • retrieve an image from sql
    Y y_mmohd

    Thanks you for being Helpful, I need your advice I want to create a web site for shopping online. The customers can upload their images to the web. What is the best solution for this: 1- To store the image inside the table in the sql server. 2- Or to store the images inside a folder in the web.

    ASP.NET database question css help

  • retrieve an image from sql
    Y y_mmohd

    Thanks you a lot...

    ASP.NET database question css help

  • retrieve an image from sql
    Y y_mmohd

    When I retrieve an image from sql database in the grid view I had the following (System.Byte[]) instead the image. What is the problem? Thank you

    ASP.NET database question css help

  • sqldatasource
    Y y_mmohd

    It is working, Thanks for help Bob Regards,

    ASP.NET help

  • sqldatasource
    Y y_mmohd

    i'm using sqldatasource in order to search a table item with the column name. I want to search Name column for any word containing any letter found in the text box control. I tried to write the following: SELECT Name, Email FROM Item WHERE CONTAINS (Name , @Name) The following error appears: Cannot use a CONTAINS or FREETEXT predicate on table or indexed view 'Item' because it is not full-text indexed. could you please help me. thanks

    ASP.NET help

  • Search Sql table for a word contains some letters
    Y y_mmohd

    Thanks for this help.I'm trying apply it on the asp.net web page there was an error occur. cannot use a contains or free text predicate on table or indexed view "item" because it is not full-text indexed What should i do thanks

    Database csharp asp-net database sql-server sysadmin

  • Search Sql table for a word contains some letters
    Y y_mmohd

    I wan to search sql server table to find any word contains some all the letter what should i do. I'm using Asp.net vb to create web page. I create a text box I want to search for special letters. I'm using sqldatasource to connect to sql server with the following procedure: SELECT Name, Emai FROM Item WHERE (itemName = @itemName) What should i do instead of (itemName = @itemName) Thanks

    Database csharp asp-net database sql-server sysadmin

  • upload image to sql server
    Y y_mmohd

    Could you explaine more what you mean. Im using the following code to upload the file is there any mistake. Dim imageBytes(FileUpload1.PostedFile.InputStream.Length) As Byte FileUpload1.PostedFile.InputStream.Read(imageBytes, 0, imageBytes.Length) myCommand.Parameters.AddWithValue("@ImageData", imageBytes) thanks

    ASP.NET database sql-server sysadmin help question

  • upload image to sql server
    Y y_mmohd

    I want to upload an image to sqlserver, i use fileupload control and upload the image. But when I retrieve it to gideview it appears as a text: System.Byte[] How can i solve this problem.. thanks

    ASP.NET database sql-server sysadmin help question

  • how to send mail
    Y y_mmohd

    nice to see this answer, this will help me. Look at the System.Net.Mail.MailMessage class.

    ASP.NET tutorial question

  • best location for code
    Y y_mmohd

    im using vb.net 2008. where is the best location to place the code.for example the code for sql (data reader, ds,queery). Is it better to place code at the header of the page or in the pagename.vb file or in a class I need hints Thanks

    ASP.NET csharp database tutorial

  • how to send mail
    Y y_mmohd

    how can i send an email, when a user click a button. thanks

    ASP.NET tutorial question

  • aspnetdb
    Y y_mmohd

    thanks for help, the code in the web.config is providerName="System.Data.SqlClient" /> i need to host this site.so i need to change aspnetdb.mdf to other name. what is the best solution for this problem

    ASP.NET database

  • aspnetdb
    Y y_mmohd

    When I change the aspnetdb.mdf to XXXYYY.mdf in the app_data and in the web.config and try to connect using a user name and pass word I can’t access. What should I do to rename the aspnetdb.mdf database and can access secure locations. Thanks thanks

    ASP.NET database

  • aspnetdb
    Y y_mmohd

    I want to build a web with user and control access. i'm using aspnetdb.how could i migrate this file to sql server. Thanks

    ASP.NET database sql-server sysadmin

  • sql string connection
    Y y_mmohd

    I have simple question What is the best location to store sqlstringconnection concerning security purpose. Thanks

    ASP.NET question database security

  • sql express edition
    Y y_mmohd

    Dear, thank you for help, But my question is related to a question before i had ask. I want to build a web site containing a forum and users. my first question, could i use sql express edition for this site my second question, could i deploy and host this site using sql express edition thanks for hlep

    ASP.NET csharp database

  • sql express edition
    Y y_mmohd

    Could I use sql Express edition which is already installed in the vb.net 2008 to build a site.

    ASP.NET csharp database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups