blah blah blah is here! blah blah » Close

0
votes
0 answers

LINQ: Show parent table value in child table Gridview while using Databinding Source

hello, i have two tables containing a picture gallery 1. Album (parent) 2. Photo (child) i want to show 'photo table' into gridview using a binding source. but 'photo table' show last column (which is the foreign key) as ...

1
votes
1 answers

DatagridView multiline Cell?

Hi I have an app that has a treeview, when i select a node on the trieview i clear down the datadrid and reload the columns and row with the data stored in a couple of dictionaries that matches the treenode index. However one of the c ...

0
votes
2 answers

Gridview

btab
30

Hi I'm using visual web developer 2008 (C#) and I want to be able to select a row in my gridview and that would redirect me to a new page. It's not important for me how to do this, it could be by clicking on the row directly or by clic ...

0
votes
0 answers

Re: Copy from excel --> clipborad --> datagridview

Hello, i am working with vs2008 (web application) and I want to copy some content from an excel sheet and and using the clipboard i want to copy the contents in a gridview I have tried using Clipboard.GetDataObject() but no matter what ...

2
votes
2 answers

ASP.NET control to allow user to enter data

foamy
2499

Hi all, I'm knee-deep in a project involving ASP.NET which I'm not that good at :) I have a collection of "working areas" gathered from a database. I need the user to enter "number of employees" and "total wor ...

0
votes
0 answers

grid view

m usin sql server 2005 n vs 2008 cn any one tell me... i want to display images in grid view depending upon the column(I_D) which is in another table...

0
votes
2 answers

how to hide the autogenerateselectbutton from gridview C#

Hi all, I am using VS2008 developing web form interacting with an SQLSever. I have made a gridview to show data upon query, and used autogenerateselectbutton to select rows, so it could be update and delete using another two buttons. No ...

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

Gridview question

Hi I have a gridview in my asp.net webapplication (I'm using VS2008) and from my sql server database it populates that gridview. I'm doing a time registration application and my columns are "date" "time beginning" &qu ...

1
votes
1 answers

search datagridview

Is it possible to search a datagridview column to match entries against another gridview? Example i have 2 datagridviews, in the first gridview column [1] i have an ID number on the second datagrid column [1] there's also an ID number in ...

0
votes
1 answers

Date and time in gridview

Hi I don't know if this is a big issue, but I don't seem to find a solution when I google around. I have a gridview and I want the users to fill in what date they worked and also what time they start working and end working. I've used dat ...

0
votes
1 answers

Gridview/Objectdatasource Debugging - C#

I created this delete method in visual studio. I've tested in on my database - it works properly from Console. However, when Objectdatasource calls the method from a gridview control, my entry is not getting deleted from the database. ...

0
votes
1 answers

GridView won't delete rows in MySQL database

I get the GridView to load properly but cannot figure out how to make it delete values. How do I make the deletion propogate to the database? I think one of the problems is that I'm using the SelectedIndex property in the code behind ...

0
votes
2 answers

GridView in ASP.NET/C#

I wrote a very simple application in ASP.NET/C#. When I load my Authors page, I get this error: The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found. Description: An unhandled exception ...

2
votes
0 answers

error when inserting data into SqlDatasource

I am getting an error, this should work all I want do is insert textbox items into my database and have it show in my grid view which is set to my sqldatasource1. Object reference not set to an instance of an object. Am I missing som ...

Feedback