- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
26 Posted Topics
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 = … | |
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 … | |
Re: 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 writing like.... [textbox1.text = data.Tables(0).Rows(Row_count).item(0)] . . . like wise the in the Next button, [textbox1.text = data.Tables(0).Rows(Row_count … | |
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 … | |
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 … | |
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. | |
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, … | |
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 … | |
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 … | |
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. … | |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
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 … | |
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? | |
Hello friends, Im new to ASP, so can any one tell me where to write and run ASP codings?? | |
Hi, Can any one tell me what is oracle forms and reports? where we will run oracle forms? | |
Hi Can anyone get me the codings for navigating the records in ASP.NET? ( VB Coding) Using SQl Server as back end. | |
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 & " ", … | |
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? | |
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 … | |
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? | |
Hi any one get me the coding of Record navigation in VB.NET? |
The End.