Forum: ASP.NET Apr 1st, 2008 |
| Replies: 2 Views: 1,854 |
Forum: ASP.NET Apr 1st, 2008 |
| Replies: 10 Views: 1,481 Re: Upload image without using fileupload You may use: File Field (Html control) - to locate image file from your system and upload to your database. I found an example at http://www.programmingknowledge.com/ImageUpload.aspx |
Forum: ASP.NET Mar 24th, 2008 |
| Replies: 1 Views: 431 |
Forum: ASP.NET Mar 20th, 2008 |
| Replies: 2 Views: 647 Re: delete command does not work your SELECT as well as other statement should be like :
SelectCommand="SELECT UID, a, b, c FROM [table] WHERE [UID] = " & @UID
NOT SelectCommand="SELECT UID, a, b, c FROM [table] WHERE... |
Forum: ASP.NET Jan 2nd, 2008 |
| Replies: 2 Views: 362 |
Forum: ASP.NET Jan 2nd, 2008 |
| Replies: 2 Views: 341 Re: DataBinding Try this link:
http://www.programmingknowledge.com/simpleDataGrid.aspx |
Forum: ASP.NET Jan 2nd, 2008 |
| Replies: 3 Views: 661 |
Forum: ASP.NET Aug 18th, 2007 |
| Replies: 3 Views: 3,117 |
Forum: ASP.NET Aug 16th, 2007 |
| Replies: 3 Views: 3,117 |
Forum: ASP.NET May 13th, 2007 |
| Replies: 2 Views: 781 Re: Connection to database Here is an example:
Add, Edit & Delete with DataGrid ASP.NET (http://www.programmingknowledge.com/simpleDataGrid.aspx)
Good Luck |
Forum: ASP.NET Dec 9th, 2006 |
| Replies: 6 Views: 3,459 Re: Search records in a database Following is a part of code to search a record and diaplay that record.
http://www.programmingknowledge.com/simpleDataGrid.aspx
=================================
Private Sub LoadPage()
Dim... |
Forum: ASP.NET Oct 12th, 2006 |
| Replies: 3 Views: 1,241 Re: display info from database There are two examples at :
http://www.programmingknowledge.com/dataControl.aspx
http://www.programmingknowledge.com/simpleDataGrid.aspx |
Forum: ASP.NET Oct 6th, 2006 |
| Replies: 3 Views: 3,370 |
Forum: ASP.NET Sep 23rd, 2006 |
| Replies: 3 Views: 1,582 |
Forum: ASP.NET Sep 14th, 2006 |
| Replies: 3 Views: 8,405 |
Forum: ASP.NET Aug 20th, 2006 |
| Replies: 3 Views: 8,405 |
Forum: ASP.NET Aug 15th, 2006 |
| Replies: 1 Views: 8,479 |
Forum: ASP.NET Aug 6th, 2006 |
| Replies: 2 Views: 14,220 |
Forum: Visual Basic 4 / 5 / 6 May 14th, 2006 |
| Replies: 1 Views: 1,903 |