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
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
Hello, Plz anyone has the source code of an application where i can send a colored sms? Thanks & Regards
yasso
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
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
Thanks for your help but I didn't understand, what is SP/SQL and where to find it, please give me more details
yasso
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
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
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
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
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
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
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
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
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
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
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
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