Forum: ASP.NET Dec 17th, 2008 |
| Replies: 5 Views: 814 hi,
i gave Update Sql Command, but its not working.
this is the code i have given.....
uptext = "update cooldrinks set drinkname = @drinkname ,color = @color, price = @price where price = " ... |
Forum: ASP.NET Dec 17th, 2008 |
| Replies: 5 Views: 814 hi,
i gave Update Sql Command, but its not working.
this is the code i have given.....
uptext = "update cooldrinks set drinkname = @drinkname ,color = @color, price = @price where price =... |
Forum: ASP.NET Dec 16th, 2008 |
| Replies: 1 Views: 2,601 Can anyone tell me how to Insert,Delete,edit,update records in a DataGrid in ASP.NET? if u give the coding in VB , i can understand properly. |
Forum: ASP.NET Dec 16th, 2008 |
| Replies: 5 Views: 814 Hi Everyone,
Im using ASP.NET and SQL Server. I have Insert , delete data working well. but if i update a particular record it just all the records are updated with the same... |
Forum: ASP.NET Nov 16th, 2008 |
| Replies: 3 Views: 1,223 Hi,
Im using ASP.NET and SQL Server. While inserting the data at run time. the same data , what ever is already in database is being stored again. Say for example, i have empname and empno,... |
Forum: ASP.NET Oct 29th, 2008 |
| Replies: 3 Views: 2,040 How to create DLL in ASP.NET? |
Forum: ASP.NET Oct 22nd, 2008 |
| Replies: 1 Views: 532 Iam using "Visual Studio 2005." |
Forum: ASP.NET Oct 22nd, 2008 |
| Replies: 1 Views: 532 Hello ,
Im having the doubt in dataset. When i click in the dataset and drag it and place it in the webform. one dialog box will be opened. and it asks for "typed" or " Untyped" Dataset?.... |
Forum: ASP.NET Oct 16th, 2008 |
| Replies: 2 Views: 651 Im using , Visual studio 2005. |
Forum: ASP.NET Oct 14th, 2008 |
| Replies: 2 Views: 651 Hi,
Im having some problem with the dataset. Normally i drag the dataset from the toolbar and srop in the webform. and if i try to load its properties with the database. it does'nt work out.... |
Forum: ASP.NET Sep 28th, 2008 |
| Replies: 0 Views: 951 Hello,
Im using ASP.NET as front end and SQL Server as back-end. and i couldnt navigate the records. im not getting correct way. more over im having some doubts in the dataset also.... |
Forum: ASP.NET Sep 22nd, 2008 |
| Replies: 2 Views: 1,230 hi ,
I tried that. but still im getting error. actually im organizing the dataset from AddNewItem. so the dataset came like Dataset1. if i Add another dataset, then it will come like Dataset2.... |
Forum: ASP.NET Sep 15th, 2008 |
| Replies: 2 Views: 1,230 Hi,
Im using ASP.NET as front end and SQL SERVER as backend. i navigate the records in this using session variables. but its not working.
Imports System
Imports System.Data ... |
Forum: ASP.NET Jul 20th, 2008 |
| Replies: 0 Views: 561 Hi ,
In the Insert button i have used the follwing coding,
cmd = New OleDb.OleDbCommand("insert into emp values( ' " & TextBox1.Text & " ' , " & TextBox2.Text & "
Textbox 1 has... |
Forum: ASP.NET Jul 8th, 2008 |
| Replies: 4 Views: 2,340 Hei,
Im using ASP.NET as Front end and SQL Server as Backend. the codings are..
imports system
imports system.data
imports system.data.sqlclient
After inherits...... some... |
Forum: ASP.NET Jun 25th, 2008 |
| Replies: 1 Views: 462 Hi
Can anyone get me the codings for navigating the records in ASP.NET? ( VB Coding)
Using SQl Server as back end. |
Forum: ASP.NET Jun 25th, 2008 |
| Replies: 1 Views: 1,133 Hi,
Im using ASP.NET with back end as SQL Server. Im using VB language coding. here if in insert button im writing coding like this...
[ com = new SqlCommand("insert into emp values("... |