I just went through the addition process.
The big diferences would be with the checkbox.
In the first steps adding the column to the database, instead of using nvarchar and string, use bit and boolean.
Other than that it exactly the same as the above mentioned walkthrough.
Oh and also on the postad page your going to want to bind to checked instead of text.
That should do it.
Web:www.Detelli.com Please remember to mark the post as answer that solves your issue.
This will be greatly benificial for other users.
Marked as answer by kemnet on Nov 02, 2008 09:56 AM
kemnet
Member
12 Points
20 Posts
Adding text box & check box to input ad form
Oct 31, 2008 01:32 PM|LINK
Im trying to add a text box and check box to the input ads form, but always get some kind of failure message.
Could someone please guide me to it or give me a explination on how it should be done. Thanks!
Which files I sould be change and how, for expamle how add text box and check box in AppCode/BLL/Ads.cs file, code behind file or stored procedure.
darkknight18...
Contributor
2674 Points
1040 Posts
Re: Adding text box & check box to input ad form
Nov 01, 2008 02:49 AM|LINK
Take a look over here.
http://forums.asp.net/t/1340067.aspx
I just went through the addition process.
The big diferences would be with the checkbox.
In the first steps adding the column to the database, instead of using nvarchar and string, use bit and boolean.
Other than that it exactly the same as the above mentioned walkthrough.
Oh and also on the postad page your going to want to bind to checked instead of text.
That should do it.
Please remember to mark the post as answer that solves your issue.
This will be greatly benificial for other users.