Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create a data entry grid control

Status
Not open for further replies.

desi2002

Programmer
Jan 4, 2002
24
IN
Does anybody knows how to create data entry grid control in c#, control similar to datagrid in asp.net having edit facility? Pl help how to do it
 
Hi desi2002,

Firstly, I think you have your terminology mixed up. So let's clear some things up. The .NET Framework can produce ASP.NET web based applications (Webforms) as well as Windows based standalone applications (Winforms); amongst other things as well but we'll just assume these two for now.

Within the framework, you can use a variety of languages; VB.net (VB v7.0) and C# (Visual C#.NET) being ONLY two of them.

The datagrid control can be used in both Winform and Webform applications, while functioning slightly differently on each "platform". Datagrids functioning in either a Webform or Winform application can be made into a fully editable datagrid.

HTH,
Keith
 
Thanks Keith. Pl let me know how to develope editable datagrid in webform applications.

Regards,
Desi2002
 
As this is a fairly comprehensive subject and not all that suited to a blow by blow description in a forum i'd recommend the wonder that is Google ;-)


Rob

Go placidly amidst the noise and haste, and remember what peace there may be in silence - Erhmann 1927
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top