Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for 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 declared. [dim Row_count as Integer = Data.Tables(0).Rows.Count - 1] [ If Rec_count <> Row_count Then] [ Rec_count = …

Member Avatar for 123dev
0
2K
Member Avatar for 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 unhandled by the user" and error in SQL query. the codings are....follows.. [code] imports system imports …

Member Avatar for olobo
0
7K
Member Avatar for gabanxx

i created a form with 4 textbox tht user can insert their data and stored it in sql server 2000 databse..than i manage to display the data when user starting the program... i also create an update button for user to update their data... the problem is when i want …

Member Avatar for obicerno
0
502
Member Avatar for preethi_ga

Hei, Im using ASP.NET as Front end and SQL Server as Backend. the codings are.. [code=asp.net]imports system imports system.data imports system.data.sqlclient [/code] After inherits...... some connectin codingd are there [code=asp.net]dim con as SqlConnection dim adp as SqlDataAdapter dim com as SqlCommand dim data as Dataset[/code] after the connection codings in …

Member Avatar for srikanthkadem
0
715
Member Avatar for 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 value. for example if i have 3 records with 3 different values, if i display the second …

Member Avatar for binoj_daniel
0
141
Member Avatar for 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.

Member Avatar for binoj_daniel
0
145
Member Avatar for preethi_ga

Hi , [ICODE]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 appears. like if i was studying anything without doing any action in my laptop, …

Member Avatar for mechbas
0
99
Member Avatar for 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 network professionals to see what is the problem. but they said , laptop has some problem and …

Member Avatar for preethi_ga
0
138
Member Avatar for 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, "Mala" and 123 already stored in database, if i give new data "Bala" and …

Member Avatar for priyankaa
0
113
Member Avatar for preethi_ga
Member Avatar for 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?. if i click in typed dataset, "Edit in Data Designer" is disabled. …

Member Avatar for preethi_ga
0
97
Member Avatar for 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. like if i right click and click in its properties. i cant set the …

Member Avatar for preethi_ga
0
97
Member Avatar for 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. normally im designing the dataset by picking the dataset from "Add New Items" only. because, if i …

0
99
Member Avatar for 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. [code=asp.net]Imports System Imports System.Data Imports System.Data.SqlClient [/code] After Inherits im writing [code=asp.net] Dim con as SqlConnection Dim com as SqlCommand Dim adp as SqlDataAdapter Dim …

Member Avatar for preethi_ga
0
131
Member Avatar for 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 this code.... [ dim i ] [ for i = 0 to Combo1.ListCount …

Member Avatar for tchawurura
0
184
Member Avatar for 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?

Member Avatar for VIeditorlover
0
190
Member Avatar for preethi_ga

Hi , In the Insert button i have used the follwing coding, [code=asp.net] cmd = New OleDb.OleDbCommand("insert into emp values( ' " & TextBox1.Text & " ' , " & TextBox2.Text & " [/code] Textbox 1 has String and Textbox 2 has Numeric data. [code=asp.net] con.Open() cmd.ExecuteNonQuery [/code] Connection string …

0
85
Member Avatar for 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 start C#.NET ??? can anyone please enlighten me?

Member Avatar for camilojvarona
0
168
Member Avatar for preethi_ga

Hello friends, Im new to ASP, so can any one tell me where to write and run ASP codings??

Member Avatar for tomer1
0
141
Member Avatar for preethi_ga

Hi, Can any one tell me what is oracle forms and reports? where we will run oracle forms?

Member Avatar for debasisdas
0
113
Member Avatar for preethi_ga

Hi Can anyone get me the codings for navigating the records in ASP.NET? ( VB Coding) Using SQl Server as back end.

Member Avatar for bala24
0
62
Member Avatar for 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(" & Textbox1.Text & ", ' " & Textbox2.Text & " ', " & Textbox3.Text & " ", …

Member Avatar for bala24
0
70
Member Avatar for 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 anyone tell me about FlexGrid in detail with some coding?

Member Avatar for eanastacio20
0
117
Member Avatar for 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 ] [ imports System.Collections ] [ Namespace Myapp ] [ Module Mymod ] [ Sub …

Member Avatar for tuse
0
200
Member Avatar for 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?

Member Avatar for preethi_ga
0
120
Member Avatar for preethi_ga