Grid Example on ASP.NET

R

Rik

Hi,

I am new to ASP.NET, could any body guide me about that?
I have only one Table which contents I want to display on the ASP.NET page,
and upon doble clicking on grid item, I just want to execute some background
code.

My questions are:-

1. What Grid I will be using for that?
2. Is it possible to use Flex grid on ASP.NET?

Any example or help will be appriciated.

TIA

Rik
 
L

Lars Netzel

You message is a bit confusing. First of all, are you developing an ASP.NET
(web application) or a Windows Forms application? There's no double
clicking in the traditional world of Web...

The DataGrid in ASP.NET will give you want you want and as far as Grids
goes... it's definately flexible enough with a little help from Javascript
and HTML to do whatever you need in a web page.

/Lars
 
R

Rik

Thx Lars,

I appriciate your help.
I was also confused at the start. now I got clear vision.
Thx again Bro

Cheers

Rik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top