blah blah blah is here! blah blah » Close

0
votes
2 answers

Why out of range exception comes?

sanjib
226

Here is my code: When the Update button is clicked, a RowUpdating event is raised. Generate its event handler : [code]// Update row protected void grid_RowUpdating(object sender, GridViewUpdateEventArgs e) { // Retrieve updated d ...

0
votes
2 answers

Storing a string containing special characters in to database..

Hi all, I am working on a project on Cryptography and need to store the ciphertexts in the database. I am facing two main issues here.. First, the ciphertext gets way too long and I get the error: The identifier that starts with ... ...

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

C#: Update Access Database using DataGridView

Hi, I have a datagridview and I need it to be editable such that when the user edits its cells, it will update the database it is binded to. I have been searching about this for hours but couldn't find the answer. Below is a video that s ...

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
1 answers

sp.net c# search function? add friend function? help!

I need to create something which is like an Add friend function in my website which works like this: 1) User types in name of the person he wants to search in the search field and clicks enter 2) on the same page, the search result will c ...

0
votes
1 answers

Database question

I'm planning how to organize my tables for my first database project using MySQL and C#. One problem came up immediately that wasn't covered in my introductory book. For example, say I have a customers table and want to assign two sale ...

0
votes
2 answers

Adding Image to sqldatabase

Hey guys need to know how i can add an image from my image control that I have on my website to my sql database, so far I have no problems with textbox's dropdownlists etc but trying to save an image to my database is really hard? below is ...

Feedback