Forum: ASP.NET Apr 1st, 2008 |
| Replies: 2 Views: 5,599 Another thought:
Do you allow NULL value in your database for LastName field?
If yes then you need to handle tat NULL in your code.
Postmaster
<snipped> |
Forum: ASP.NET Apr 1st, 2008 |
| Replies: 10 Views: 4,076 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: 1,190 You may want to use Templet item
Postmaster |
Forum: ASP.NET Mar 20th, 2008 |
| Replies: 2 Views: 1,976 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: 785 Try this link:
http://www.programmingknowledge.com/ImageUpload.aspx |
Forum: ASP.NET Jan 2nd, 2008 |
| Replies: 3 Views: 788 Try this link:
http://www.programmingknowledge.com/simpleDataGrid.aspx |
Forum: ASP.NET Jan 2nd, 2008 |
| Replies: 3 Views: 1,479 check this link if it helps:
http://www.programmingknowledge.com/simpleDataGrid.aspx |
Forum: ASP.NET Aug 18th, 2007 |
| Replies: 4 Views: 6,831 Did you set File control as 'Run as Server Control' |
Forum: ASP.NET Aug 16th, 2007 |
| Replies: 4 Views: 6,831 There is an article at http://www.programmingknowledge.com/ImageUpload.aspx |
Forum: ASP.NET May 13th, 2007 |
| Replies: 2 Views: 1,113 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: 8 Views: 7,327 Following is a part of code to search a record and diaplay that record.
http://www.programmingknowledge.com/simpleDataGrid.aspx
=================================
Private Sub LoadPage() ... |
Forum: ASP.NET Oct 12th, 2006 |
| Replies: 3 Views: 1,566 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: 4,484 There is an example on
http://www.programmingknowledge.com/ImageUpload.aspx |
Forum: ASP.NET Sep 23rd, 2006 |
| Replies: 3 Views: 2,426 For an example, please visit http://www.programmingknowledge.com/DataList.aspx (http://www.programmingknowledge.com/DataList.aspx)[^ (http://www.programmingknowledge.com/DataList.aspx)] |
Forum: ASP.NET Sep 14th, 2006 |
| Replies: 3 Views: 11,348 There is an example at
http://www.programmingknowledge.com/ImageUpload.aspx |
Forum: ASP.NET Aug 20th, 2006 |
| Replies: 3 Views: 11,348 How to upload Images to SQL Server database using ASP.NET tools.
Also how to retrieve those saved images from SQL Server and display them onto DataGrid.
Visit:... |
Forum: ASP.NET Aug 15th, 2006 |
| Replies: 1 Views: 15,335 Visit : http://www.programmingknowledge.com/dataControl.aspx |
Forum: ASP.NET Aug 6th, 2006 |
| Replies: 2 Views: 23,647 add templet column with textbox in it.
set textbox multiline to true. |
Forum: Visual Basic 4 / 5 / 6 May 14th, 2006 |
| Replies: 1 Views: 2,628 Open Target database in Access.
Click File Menu
Click Get External Data
Click Import...
You will be prompted for Source database.
Follow instructions
http://www.programmingknowledge.com/... |