blah blah blah is here! blah blah » Close

1
votes
1 answers

Sorting in Gridview

sanjib
226

I wanted to show datas in a GridView in reverse order. Uasually after inserting a data into database, the gridview shows it from the first one and the last one comes at the last. I want to see the latest/last one first, like something happ ...

0
votes
0 answers

Daba Binding Techniques

Hi, I want to know how to 1. disable input in a field text box and automatically increment the same namely a numeric primary key field (viz. StudentID) by 1 at the issuing of a blank/new record. The Database method is DATA BINDING a ...

0
votes
1 answers

help in sql query execution

hi i m trying to add a record in a table an auto serial no is generated for that record i need to add some more records in other table but i need that serial no as reference so after insert i try to read back that value but giving me error ...

0
votes
2 answers

Which Model should I follow?

sanjib
226

In an article by Scott Mitchel I read this line: [b]When working with data one option is to embed the data-specific logic directly into the presentation layer (in a web application, the ASP.NET pages make up the presentation layer). This m ...

0
votes
0 answers

Cache MySQL data (from webserver) in Winforms

My Winforms read some data from MySQL database in Webserver. It is slow to display out the values. If it is a local database, it is not a problem. Even when the Winform is called, and go into the hidden mode and comes out again, that Win ...

0
votes
0 answers

Regarding SOAP Exception

Hi, I have a drawingboard[windows C#] application and a web application. Using web application i can select the drawing board application. I used click once deployment for that. In this case i am using a dataset to get the values from ...

0
votes
1 answers

XML data binding in Windows Form textbox

Hi, I have an XML file that looks like following: <Speed> <maxspeed>50</maxspeed> <highjogspeed>10</highjogspeed> <mediumjogspeed>10</mediumjogspeed> <slowjogspeed>10</slowjogspee ...

0
votes
1 answers

plotting data from database in Visual C#

hi, i'm studying C# and need to plot data from database..can anyone give me any link and references to where i can start my program.. any help is much appreciated..Thanks!!

0
votes
0 answers

Data Binding with Windows Form

Dear All, I have created a dataset and datatables using Visual Studio Designer Tools. The database is from a SQL Server express edition. I have created windows form with combo boxes and text boxes where I would like to display the dat ...

0
votes
2 answers

Data Binding

hello , i'm having a big Problem with this code [code] textBox1.DataBindings.Add(new Binding("Text", lectureBindingSource, "LectureName")); [/code] the code work good in the first time but after that ...

0
votes
1 answers

Data Across Dialogs

Hello. I've got a dialog with a list in it. I then make another dialog that is intended to be the interface for the user to select options that will add a new item to the list. I intend to have that item added to the list and shown ...

0
votes
0 answers

Saving Data on a Form

Hi everyone, I have a minor problem with one of my assignments. I want my child form to show defalut values on open. When i update the data or change the existing data i want it to be saved and then when i reopen the form i want those va ...

0
votes
2 answers

Check and compare text in fields

I'm trying to adapt the code below to check 2 cells and 2 text boxes instead of one. At the moment the below code compares the text in textBox1 to cells in a datagrid, if any text matches in textBox1 in the datagrid it performs a function. ...

Feedback