Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: preethi_ga
Forum: ASP.NET Dec 17th, 2008
Replies: 5
Views: 774
Posted By preethi_ga
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: 774
Posted By preethi_ga
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,338
Posted By preethi_ga
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: 774
Posted By preethi_ga
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: Monitors, Displays and Video Cards Dec 4th, 2008
Replies: 1
Views: 406
Posted By preethi_ga
Hi ,
Im having a laptpo. i have Windows XP PRofessional in it. And i have internet connection also. my problem is, when is start working in comp...., after 2 or 3 minutes a blank screen...
Forum: Windows NT / 2000 / XP Dec 4th, 2008
Replies: 3
Views: 898
Posted By preethi_ga
Hi,

Im having a laptop in home. Its not company network. mine is connected thru LAN. No wireless connection.
I did search in My Computer. But no exclamation mark was there.
Before that i...
Forum: Windows NT / 2000 / XP Nov 30th, 2008
Replies: 3
Views: 898
Posted By preethi_ga
Hi,
Im having windows XP Professional in my laptop. 2 weeks before i got internet connection. everything was working properly. but for the past 4 days net is not working. i call the...
Forum: ASP.NET Nov 16th, 2008
Replies: 3
Views: 1,126
Posted By preethi_ga
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: 1,694
Posted By preethi_ga
How to create DLL in ASP.NET?
Forum: ASP.NET Oct 22nd, 2008
Replies: 1
Views: 514
Posted By preethi_ga
Iam using "Visual Studio 2005."
Forum: ASP.NET Oct 22nd, 2008
Replies: 1
Views: 514
Posted By preethi_ga
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: 602
Posted By preethi_ga
Im using , Visual studio 2005.
Forum: ASP.NET Oct 14th, 2008
Replies: 2
Views: 602
Posted By preethi_ga
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: 890
Posted By preethi_ga
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,155
Posted By preethi_ga
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,155
Posted By preethi_ga
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: 553
Posted By preethi_ga
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: C# Jul 16th, 2008
Replies: 18
Views: 1,066
Posted By preethi_ga
Hi,
Im new to this C#. So I have learned VB.NET and also ASP.NET, So now im also thinking to learn C#.NET. but i donno C#. So im confused that whether i have to learn first C#. and then...
Forum: ASP Jul 8th, 2008
Replies: 8
Views: 1,265
Posted By preethi_ga
So whithout IIS , We cannot run ASP?
Forum: ASP Jul 8th, 2008
Replies: 8
Views: 1,265
Posted By preethi_ga
Hello friends,
Im new to ASP, so can any one tell me where to write and run ASP codings??
Forum: ASP.NET Jul 8th, 2008
Replies: 4
Views: 2,178
Posted By preethi_ga
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: Oracle Jul 5th, 2008
Replies: 1
Views: 2,666
Posted By preethi_ga
Hi,
Can any one tell me what is oracle forms and reports? where we will run oracle forms?
Forum: ASP.NET Jun 25th, 2008
Replies: 1
Views: 450
Posted By preethi_ga
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,059
Posted By preethi_ga
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("...
Forum: VB.NET Jun 23rd, 2008
Replies: 7
Views: 6,280
Posted By preethi_ga
Hi, In the TRY .....CATCH block,
u have written some thing like...
[ litMsg.text ] what is this ? is it textbox or anything??
Forum: VB.NET Jun 14th, 2008
Replies: 7
Views: 6,280
Posted By preethi_ga
Hi,
First of all thanks. the Insert command is working. but if i want to insert at run time, how can i give the coding?

But the delete command is not working.

[ Dim sSql as String...
Forum: VB.NET Jun 14th, 2008
Replies: 2
Views: 3,957
Posted By preethi_ga
Hi,
In .NET i used the follwing codings for the Next and Previous buttons for Navigating the records. but it showed error. In NextButton_Click...

[dim Rec_count = 0] -> this is globally...
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2008
Replies: 2
Views: 1,859
Posted By preethi_ga
Hi,
Can anyone tell me hoe to work in MSFlexGrid controll. Bcoz i tried to bind the records into that FlexGrid. But when i click in that data property, it shows some intrinsic error.
So can...
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2008
Replies: 4
Views: 1,723
Posted By preethi_ga
Hi Veena,
I tried that VB code. but it is showing error. Actually i write a private function for loading records into textbox. like .

[Private Sub loadcontrols() ]
[Combo1.Clear]...
Forum: Visual Basic 4 / 5 / 6 Jun 11th, 2008
Replies: 2
Views: 5,234
Posted By preethi_ga
Hi,
Actually i try to use FlexGrid in VB. But i donno how to use that. Can anyone help me how to bind the database in MSFlexGrid?
Forum: VB.NET Jun 11th, 2008
Replies: 2
Views: 1,184
Posted By preethi_ga
hi,
Actually i'am new to VB.NET. i started learning. but when i run a small application in console. i cant see the result. the screen just blinks and vanishes. my code is

[ imports System...
Forum: Visual Basic 4 / 5 / 6 Jun 11th, 2008
Replies: 4
Views: 1,723
Posted By preethi_ga
Hi,
i have a form in VB. iam using SQL Server as Back-end. And connection string and all works properly. the only one thing is i want to retrieve data from database into a combobox. i'am using...
Forum: VB.NET Jun 11th, 2008
Replies: 17
Views: 3,570
Posted By preethi_ga
hi,
I cannot understand.
you are declaring a global variable Row_count and given its value as 0. see i have 4 buttons namely FIRST,NEXT,PREVIOUS and LAST.
in the first button, we are...
Forum: Visual Basic 4 / 5 / 6 Jun 11th, 2008
Replies: 5
Views: 694
Posted By preethi_ga
hi,
I think your tips will be help full to me. thanks for your responces. I will try it out and then i will get you back if again any problem occurs.
bye.
Forum: VB.NET Jun 9th, 2008
Replies: 7
Views: 6,280
Posted By preethi_ga
Hello,
In .NET im using the backend as SQL Server. but when i write codings for all insert,update and delete in .NET and run the form, the error it shows like
"Oledb exception was...
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2008
Replies: 5
Views: 694
Posted By preethi_ga
hi ,
I am using VB and SQL Server as backend. and my coding is .... follows..
[ dim con as connection ]
[dim rst as recordset ]
In page load,
[ set con = new connection ]
[ set...
Forum: Visual Basic 4 / 5 / 6 Jun 7th, 2008
Replies: 5
Views: 694
Posted By preethi_ga
hi, when i update records in VB, only 0's are stored in database, can anyone halp me to solve this? send me appropriate code for this?
Forum: VB.NET Jun 7th, 2008
Replies: 1
Views: 1,455
Posted By preethi_ga
Hi any one get me the coding of Record navigation in VB.NET?
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC