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!

.Net Examples

Status
Not open for further replies.

minckle

Programmer
Mar 17, 2004
142
GB
Hi, Where is the best place to go for web based .net examples???? mainly database ones. Ive had a look on microsoft but theres only a couple of web based examples.

Is there a way to have what i would call a continous form (Im coming from MS Access). i.e you are displaying updatable records from a db in a list on the web page???


thanks

 
If you want to read up on ASP.NET, the best sites are probably:


If you want to display data and let the user update it, you'll want to use a DataGrid. Have a look at the following article for an example:



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
For the continuous form theory...

Look at the DataGrid - make the page size one so that each record is on a separate page. The Page options can include page number or First Previous Next and Last.

Hope this points you in the right direction.

4guysfromrolla have great information on the datagrid.

Hope everyone is having a great day!

Thanks - Jennifer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top