Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 When double click on datagrid row in ASP.NET

Author  Topic 

Mamatha
Posting Yak Master

102 Posts

Posted - 2006-03-02 : 14:33:43
Hi

I am developing a small web application in ASP.NET with C#,In this application i am using a datagrid to display database records.This datagrid was not bult-in control,i downloaded this one as a third party control.when i click one of the datagrid row,i want to display information(any information)regarding that row.How can i do this?
Please give me possible soultion.
Thanks in advance

Mamatha

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2006-03-02 : 14:36:44
You downloaded a third-party web control, and you are asking for help on how to use it here? How do you expect us to help you?
Go to Top of Page

jhermiz

3564 Posts

Posted - 2006-03-02 : 21:41:10
If you're just simulating a click event on a grid, you should of not downloaded a 3rd party. You could of done that in the standard datagrid.


Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]

RS Blog -- [url]http://weblogs.sqlteam.com/jhermiz[/url]
Go to Top of Page

MichaelP
Jedi Yak

2489 Posts

Posted - 2006-03-03 : 12:25:45
Do some searching on Google for
parent child datagrid
and I bet you'll find a way to do it with the native datagrid. It can be done.

Michael

<Yoda>Use the Search page you must. Find the answer you will. Cursors, path to the Dark Side they are. Avoid them, you must. Use Order By NewID() to get a random record you will.</Yoda>
Go to Top of Page
   

- Advertisement -