Link to home
Start Free TrialLog in
Avatar of marko-mmcc
marko-mmccFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.NET DataGrid Double Click VB code behind please

Hi

I need to allow a user to double click on a row in a data grid and on the event run a sub that contains code I have already written (it sits in a button click event at present) to fire up another browser window with a report in it (the report they selected from the grid).

All the plumbing is working fine I just need the interaction to start with a double click rather than the existing 'click on the select button link in the grid' and then press the run button.

Any help will be much appreciated.

Thanks

Mark
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of marko-mmcc

ASKER

Hi. Thanks for that. I have been looking at that post for sometime but the code is all in C# and I am having trouble understaning it and converting to VB.
That is why I asked for VB code.
Thanks
Mark
Avatar of Jared_S
Jared_S

Hi Jared
The sample you give above is using a datagrid in VB.NET not ASP.NET.

I Am using ASP.NET with VB code behind.
Thanks anyway
Mark
Hi Mark,

There are a lot more examples in c#.  Use the following link to convert C# to VB.
http://www.developerfusion.com/tools/convert/csharp-to-vb/


Note that javascript will still be javascript as it's the client side scripting language.


If you need help with anything specific feel free to ask!