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

yasso_115

@yasso_115
About
Posts
17
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Colored SMS
    Y yasso_115

    No, it is possible, i saw some applications on the web and i download one but unfortunately i can't use it in my country.

    yasso

    Mobile question

  • Colored SMS
    Y yasso_115

    Hello, Plz anyone has the source code of an application where i can send a colored sms? Thanks & Regards

    yasso

    Mobile question

  • Software Needed
    Y yasso_115

    Hello All I need a Software that can display all the combinations for a given number of digits, especially 14 digits and each digit has 10 choices from 0 to 9. Suppose that we have one digit so we will have 10 different combinations "10^1". Now suppose that we have two digits then we will have 100 different combinations "10^2", starting from 00 …. 99. The software that I need is to display all the combinations for a 14 digits number, then we will have 10^14 different combinations starting from 00 00 00 00 00 00 00 to 99 99 99 99 99 99 99. Thanks and Regards

    yasso

    IT & Infrastructure

  • Software Needed
    Y yasso_115

    Hello All I need a Software that can display all the combinations for a given number of digits, especially 14 digits and each digit has 10 choices from 0 to 9. Suppose that we have one digit so we will have 10 different combinations "10^1". Now suppose that we have two digits then we will have 100 different combinations "10^2", starting from 00 …. 99. The software that I need is to display all the combinations for a 14 digits number, then we will have 10^14 different combinations starting from 00 00 00 00 00 00 00 to 99 99 99 99 99 99 99. Thanks and Regards

    yasso

    Visual Basic

  • I just want the time to appear
    Y yasso_115

    Thanks for your help but I didn't understand, what is SP/SQL and where to find it, please give me more details

    yasso

    ASP.NET help csharp asp-net database

  • I just want the time to appear
    Y yasso_115

    Hi all, I am using Sql Server 2005, ASP.Net and VB.net The problem is that, i am using the datetime data type for the CourseTime column in the Course table, but when i want to display the time using a Gridview the date "1/1/1900" appears by default and i don't want any date to appear. How to solve this. Thanks in advance for your help

    yasso

    ASP.NET help csharp asp-net database

  • Help Please
    Y yasso_115

    I am inserting data from one form into two linked tables "Student" and "Grade" linked together by the Grade_ID column which is a primary key in the Grade table and a forgien key in the Student table. After i insert the data i go to the database to see that the primary key in the Grade table is inserted and its ok but the forgien key in the student table is still null. How can i link them together so that the forgien key in the Student table can take the same value as that in the grade table.

    yasso

    ASP.NET database help question

  • Help Please
    Y yasso_115

    i used them but its gave a syntax error. Look this is what am going to do: I am inserting data from one form into two linked tables "Student" and "Grade" linked together by the Grade_ID column which is a primary key in the Grade table and a forgien key in the Student table. After i insert the data i go to the database to see that the primary key in the Grade table is inserted and its ok but the forgien key in the student table is still null. How can i link them together so that the forgien key in the Student table can take the same value as that in the grade table.

    yasso

    Database database help tutorial

  • Help Please
    Y yasso_115

    Hi Arun thnx for being interested. As i told u i want the SQL insert query syntax to insert data into two linked tables. lets say this is the syntax to insert data into one table INSERT INTO TABLE1(column1, column2) VAlUES (x, y) whats is the syntax to insert data into two linked tables or more. thanx for ur help

    yasso

    Database database help tutorial

  • Help Please
    Y yasso_115

    I am inserting Data from one form into two linked tables but i don't know the sql syntax for such a query, plz send me an example.

    yasso

    Database database help tutorial

  • Help Please
    Y yasso_115

    Thanx Naif i downloaded it and i am using it on the pages but i am using the insert query in the sqldatasource to write to database, all the other controls in the page appear in the controlID: except the timepicker, how can i use it to write data to database?? Thanx for ur help

    yasso

    ASP.NET help database sql-server sysadmin

  • Help Please
    Y yasso_115

    Thx for ur help but i didn't know how to solve it :sigh:, i am a new developer and i have a little experience. Lets say i want to use the rowdatabound, but what is that a property of the Gridview?? I am using a GridView to display the data and one of its columns displayes the time "with the date that i don't want it to appear". where should i put the code that u sent???? Thanx for ur help

    yasso

    ASP.NET help database sql-server sysadmin

  • Help Please
    Y yasso_115

    I am using a textbox to insert time into a databse table "SQL Server", The column data type in the table is datetime. When i insert it an run the page i see the date 1/1/1900 in the GridView but i don't want it to appear. What should i do to solve this problem. Thanx in advance for ur help.

    yasso

    ASP.NET help database sql-server sysadmin

  • Help Please
    Y yasso_115

    I am using a GridView and i connected it to an SqlDataSource to display data, but the data i want to display is from multiple tables and the GridView lets u select data just from one table, How can i solve this porblem. Thanx in advance for ur help

    yasso

    ASP.NET help question

  • Help Please
    Y yasso_115

    I am inserting data into the database using SqlDataSource Control, but i can't choose more than one table "when clicking on the Query Builder". What should i do to insert data into more than one table. Thanks for ur help. Please I am a new developer with a little experience so if u have the solution send it to me with little details

    yasso

    ASP.NET database help

  • Help Please
    Y yasso_115

    and how can i add it in every postback, by the way i have 5 menus and each one loads a different webusercontrol. Thanks for ur help

    yasso

    ASP.NET csharp help visual-studio tutorial

  • Help Please
    Y yasso_115

    I am using Visual Studio 2005 and programming with VB.Net The problem is that, I am using a menu in the main page and when i click on this menu it loads a websuercontrol. In this websuercontrol there is a dropdownList "i checked its autopostback property" but when i choose one of the items in this dropdown list the webusercontrol disappears, and i don't want that. Please tell me how to solve this probelm

    yasso

    ASP.NET csharp help visual-studio tutorial
  • Login

  • Don't have an account? Register

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