fatdaveh

Stories submitted by fatdaveh

Updating Foreign keys in a GridView(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

A simple description of how to include a suitably populated dropdown in a gridview and have the table behind the scenes updated with the appropriate foreign key. read more...

add a comment |category: |Views: 15

tags: another

Using Strongly Typed DataSets and GridViews(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

A brief overview of using Strongly Typed Datasets with the Gridview object - when using stored procedures these two don't play as well as would be expected read more...

add a comment |category: |Views: 16

tags: another

Some useful SQL for handling hiearchical/recursive queries(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

I used several dodgy ways of handling hierarchical structures in my apps before coming across this handy snippet. read more...

1 comment |category: |Views: 4

tags: another

Return new identity from Strongly Typed Dataset DataTable.Insert metho(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

A handy tip for when using strongly typed datasets in VS2005. read more...

add a comment |category: |Views: 37

tags: another

Missing UPDATE and DELETE statement in DataTableAdapter?(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 9 months ago

This is a handy little tip where the new .Net Strongly Typed Dataset does create stored procedures or sql statements for you... read more...

1 comment |category: |Views: 49

tags: another