User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 402,489 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,874 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 19 of 19
Search took 0.01 seconds.
Posts Made By: postmaster
Forum: ASP.NET Apr 1st, 2008
Replies: 2
Views: 1,854
Posted By postmaster
Re: Accessing ItemTemplate server control properties in a gridview

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: 1,481
Posted By postmaster
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
Posted By postmaster
Re: Multiple hyperlinks in a gridview cell

You may want to use Templet item

Postmaster
Forum: ASP.NET Mar 20th, 2008
Replies: 2
Views: 647
Posted By postmaster
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
Posted By postmaster
Re: uploading a picture with details

Try this link:

http://www.programmingknowledge.com/ImageUpload.aspx
Forum: ASP.NET Jan 2nd, 2008
Replies: 2
Views: 341
Posted By postmaster
Re: DataBinding

Try this link:
http://www.programmingknowledge.com/simpleDataGrid.aspx
Forum: ASP.NET Jan 2nd, 2008
Replies: 3
Views: 661
Posted By postmaster
Re: adding data to sql db

check this link if it helps:

http://www.programmingknowledge.com/simpleDataGrid.aspx
Forum: ASP.NET Aug 18th, 2007
Replies: 3
Views: 3,117
Posted By postmaster
Re: Save Image in SQL Database Image field

Did you set File control as 'Run as Server Control'
Forum: ASP.NET Aug 16th, 2007
Replies: 3
Views: 3,117
Posted By postmaster
Re: Save Image in SQL Database Image field

There is an article at http://www.programmingknowledge.com/ImageUpload.aspx
Forum: ASP.NET May 13th, 2007
Replies: 2
Views: 781
Posted By postmaster
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
Posted By postmaster
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
Posted By postmaster
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
Posted By postmaster
Re: uploading Images into Database

There is an example on
http://www.programmingknowledge.com/ImageUpload.aspx
Forum: ASP.NET Sep 23rd, 2006
Replies: 3
Views: 1,582
Posted By postmaster
DataList - How to Hide repeating value in a column.

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: 8,405
Posted By postmaster
Re: SQL Server, Images and DataGrid in ASP.NET

There is an example at
http://www.programmingknowledge.com/ImageUpload.aspx
Forum: ASP.NET Aug 20th, 2006
Replies: 3
Views: 8,405
Posted By postmaster
SQL Server, Images and DataGrid in ASP.NET

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: 8,479
Posted By postmaster
Re: Data Binding to a Drop Down List?

Visit : http://www.programmingknowledge.com/dataControl.aspx
Forum: ASP.NET Aug 6th, 2006
Replies: 2
Views: 14,220
Posted By postmaster
Re: MultiLine TextBoxes in GridView edit mode

add templet column with textbox in it.
set textbox multiline to true.
Forum: Visual Basic 4 / 5 / 6 May 14th, 2006
Replies: 1
Views: 1,903
Posted By postmaster
Re: Copying Table & Data From 1 MS Access Satabase To another

Open Target database in Access.
Click File Menu
Click Get External Data
Click Import...

You will be prompted for Source database.
Follow instructions
...
Showing results 1 to 19 of 19

 
All times are GMT -4. The time now is 5:07 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC