| |
|
|
Clark Wheeler
: On
March 05, 2008 9:51 PM
said:
|
Great Video....learned a lot.
|
|
|
|
|
|
Nurfeta
: On
March 25, 2008 4:49 AM
said:
|
hello ASP.NET is good and funny application i love it much.
|
|
|
|
dotnet75
: On
April 09, 2008 7:32 AM
said:
|
Great Learning exp. thanks to Chris.
|
|
|
|
lamont152
: On
April 12, 2008 12:37 AM
said:
|
Thanks for this great video
|
|
|
|
arnolf
: On
May 28, 2008 3:42 AM
said:
|
Great Tutorial. I think everybody knows how effective and fast this system works, but you don't have to prove it in a tutorial. As a convencional programmer, it's no easy to follow mouse click and I know, you can always go back on the vid, but this Presenter is particulary faster than other turorials.
|
|
|
|
shweko
: On
June 20, 2008 3:57 PM
said:
|
I cannot do the same work using Sybase through ODBC. Parameter passing in Query Designer does not work. I used @parameterName to pass parameter to SQL. But did not work. Any suggestion please. thanks shwe
|
|
|
|
manar
: On
June 23, 2008 5:49 AM
said:
|
|
|
|
|
|
dotdty
: On
July 15, 2008 7:35 AM
said:
|
|
|
|
|
|
bvcoskun
: On
July 22, 2008 4:19 AM
said:
|
Good job. Thanks. Burak Volkan Coşkun
|
|
|
|
muhammed
: On
July 22, 2008 10:45 AM
said:
|
|
|
|
|
|
TNTitan
: On
July 23, 2008 1:52 PM
said:
|
I have encoountered a problem with assigning the parameter source for the GridView. When I am configuring the data source and come to the Define Parameters screen, it looks exactly as it does at position 9:15 in the tutorial video. However, then I try to choose Control as the Parameter source value, the dropdown will not change from the default None value. I am using VWD 2008. Any ideas what is going on?
|
|
|
|
chukwa
: On
August 03, 2008 9:17 AM
said:
|
i get duplicates in my drop down list following the same method, any ideas?
|
|
|
|
Ahmed A
: On
August 03, 2008 3:00 PM
said:
|
When I tried to attach the Authors Database in the SQL, I couldn't find the database. I tried servral times by saving it in deferent places, but it was still the same problem. Any suggestions please? Thanx
|
|
|
|
chukwa
: On
August 04, 2008 10:32 AM
said:
|
I have the same problem at TNTitan, any one able to help me
|
|
|
|
chukwa
: On
August 05, 2008 10:07 AM
said:
|
i need serious help ......this is hard
|
|
|
|
chukwa
: On
August 05, 2008 10:34 AM
said:
|
i am quite noob, but found i have had to insert this into the select string in the object source <asp:ControlParameter ControlID="DropDownList1" Name="State" PropertyName="SelectedValue" Type="String" /> to get the above tutorial working......if any pros could confirm this! i dont think define parameters works as easily as the tutorial states...if u dont insert this string, define paramters shows up as none :(
|
|
|
|
|
|
Tedb80
: On
August 11, 2008 9:09 AM
said:
|
That is great. Thanks for sharing.
|
|
|
|
richy1
: On
August 11, 2008 11:45 AM
said:
|
excellent tutorial! Anyone tried adding the system into a search engine feature also?
|
|
|
|
marsly
: On
August 15, 2008 7:54 PM
said:
|
Great Video! I followed duplicated every step, and it worked just fine on my computer. I would like to get it to work on my web page.
|
|
|
|
Phillip J
: On
August 31, 2008 6:01 PM
said:
|
I followed your video with great ambittion and came across an issue I hope you can solve.. After creating everything as in the video when I got to the DataView portion it did NOT generate the Update, Insert, or Delete SQL statements? Where did I go wrong? I am connecting to a SQL 2005 DB with three tables each has a primery key and a field in the MASTER table to join on (i.e ID_FileName_FK, ID_Category_FK, ID_Keywords_FK) Could it be to complex since I am joining table and not using a singel table? Do I have to create my own Update, Insert, & Delete queries first?
|
|
|
|
kalidas2
: On
September 15, 2008 11:25 AM
said:
|
Can anybody tell me , How to use Checkbox in Gridview? Also When user click on checkbox in gridview I would like to check the value, do some calculation and display value in another column which is textbox.
|
|
|
|
naumangee121
: On
September 16, 2008 7:55 AM
said:
|
Hi, I have created the dataset and business object. The dataset appears in the App_Code folder and works fine. Having created these business object i want to use them for drop down menu on new page, but after selecting the objectsource i do not see the option to select the business objects just created. can someone please tellme what could be the problem. Any help is appreciated Many Thanks Nauman
|
|
|
|
mexi-can
: On
September 26, 2008 10:46 AM
said:
|
Great video! Nauman, I had the same problem and after a few tries I found out the problem: I had a column named "SYSTEM" in one of my queries. I just changed the name of that column and I was back in business.
|
|
|
|
Achuthan
: On
October 05, 2008 7:48 PM
said:
|
Thanks a lot. Now i got good idea about the Data Access.
|
|
|
|
puneetr
: On
October 10, 2008 11:07 AM
said:
|
|
|
|
|
|
puneetr
: On
October 10, 2008 11:08 AM
said:
|
|
|
|
|
|
khmohsin
: On
October 26, 2008 12:14 PM
said:
|
Nice video,helped a lot in establishing basic concepts
|
|
|
|
|
|
SEESITE2003
: On
November 16, 2008 12:19 PM
said:
|
Much appericiate man, You done great job thats what i was looking for ...thanks from heart....cheers
|
|
|
|
hngyitx
: On
November 24, 2008 1:23 AM
said:
|
|
|
|
|
|
centa
: On
November 30, 2008 2:23 PM
said:
|
Great Video. but how do you do a search with a text box and a button. VB Code.. please help.
|
|
|
|
lukes123
: On
December 09, 2008 7:15 PM
said:
|
Thank you. I am new to ASP.NET and have been searching and searching on how to do the *.aspx?id= thing for ages. Panic over!!
|
|
|
|
marce_a_tron
: On
December 15, 2008 5:15 PM
said:
|
Fantastic tutorial! Quick question: How do you format data within your table? For example, if you wanted to bold specific words and make a list within a cell, how would you do that?
|
|
|
|
marce_a_tron
: On
December 15, 2008 7:00 PM
said:
|
Actually, I got that part to work. I guess my question is: is there a way to format this table so that you do not have to write html every time you post a new entry?
|
|
|
|
|
|
Danny117
: On
December 21, 2008 10:49 AM
said:
|
I'm just hooked on this stuff
|
|
|
|
ciwan353
: On
January 04, 2009 3:56 PM
said:
|
Absolutely great tutorial. But its too fast, if you can please go a bit slower :) Although impressive. Thanks man#!
|
|
|
|
amin_pucit
: On
January 27, 2009 8:33 AM
said:
|
nice video gr8 work.please keep it up
|
|
|
|
tindatrue
: On
January 27, 2009 10:58 AM
said:
|
when creating new table as your video tutorial usinf visual studio 2008, I have error message ** Failed to generate a user instance of SQL Server Due to failure in starting process for user instance.The connection will be closed** how to solve this problem ? note i am using Microsoft worst ever operating system windows vista SP1. regards
|
|
|
|
dHuang
: On
January 29, 2009 8:25 PM
said:
|
How do you change the column width for the GridView and DetailView controls?
|
|
|
|
mdmk
: On
January 30, 2009 3:13 AM
said:
|
Nice video,helped a lot in establishing basic concepts
|
|
|
|
mohammedsyam
: On
January 31, 2009 5:02 AM
said:
|
hi thank you for this video i wanna to ask you if you can provide us the same project but with images stored in the table and display it in the a grid ... thank you again.
|
|
|
|
Broady
: On
February 11, 2009 5:30 PM
said:
|
Great video, very easy to follow and understand...
|
|
|
|
bohunt
: On
February 13, 2009 12:37 PM
said:
|
|
|
|
|
|
|
|
ayse_ozturk01@yahoo.com
: On
March 03, 2009 8:15 PM
said:
|
Please Help Me!İs there any choice to download these videos with csharp instead of vb.return mail also :ayse_ozturk01@yahoo.com
|
|
|
|
Ronin_mx
: On
March 14, 2009 4:36 PM
said:
|
Hi, excelent tutorial, thanks a lot. But I have problems to download Microsoft SQL Server Management Studio Express: "erro code 29506" My OS: Vista x64 ¿maybe exist a Studio Express for Vista x64?
|
|
|
|
johnbangla
: On
March 27, 2009 7:21 PM
said:
|
Anyone Have Idea Why i'm Getting This Error Please Tell me What Can i do?When i click Edit Button or Add New Button But query Works fine Server Error in '/DataBinding' Application. -------------------------------------------------------------------------------- ObjectDataSource 'ObjectDataSource1' could not find a non-generic method 'Update' that has parameters: FirstName, LastName, City, State, Zip, Phone, original_AuthorId. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: ObjectDataSource 'ObjectDataSource1' could not find a non-generic method 'Update' that has parameters: FirstName, LastName, City, State, Zip, Phone, original_AuthorId. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [InvalidOperationException: ObjectDataSource 'ObjectDataSource1' could not find a non-generic method 'Update' that has parameters: FirstName, LastName, City, State, Zip, Phone, original_AuthorId.] System.Web.UI.WebControls.ObjectDataSourceView.GetResolvedMethodData(Type type, String methodName, IDictionary allParameters, DataSourceOperation operation) +1135 System.Web.UI.WebControls.ObjectDataSourceView.ExecuteUpdate(IDictionary keys, IDictionary values, IDictionary oldValues) +2254 System.Web.UI.DataSourceView.Update(IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback) +78 System.Web.UI.WebControls.DetailsView.HandleUpdate(String commandArg, Boolean causesValidation) +1153 System.Web.UI.WebControls.DetailsView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +450 System.Web.UI.WebControls.DetailsView.OnBubbleEvent(Object source, EventArgs e) +87 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35 System.Web.UI.WebControls.DetailsViewRow.OnBubbleEvent(Object source, EventArgs e) +109 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35 System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +86 System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +153 System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +172 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4919 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
|
|
|
|
johnbangla
: On
March 27, 2009 7:23 PM
said:
|
I cannot Edit/Add Any records Please SOmeone Give me Some Solution
|
|
|
|
anonomouse
: On
April 12, 2009 4:22 AM
said:
|
This guy sucks. He can't teach. He moves so fats it's like he thinks we already know what he knows. IF WE ALREADY KNEW WHAT HE KNOWS, WE WOULD NOT NEED A TUTORIAL....!!!!! HELLO!!!! Ass hole. I am a college graduate with a degree in IT. I can't follow this asshole. He moves like Spiderman. Find a new teacher. You suck. Yoda says Know this: Programmer you may be, teacher you are not.
|
|
|
|
aeg@online.no
: On
April 16, 2009 10:31 PM
said:
|
I cannot 'configure data source' parameter is missing in define data methodes. There is no parameter in the 'choose a method:' GetData()returns.... I have followed the video. Tryed to change dataset and configured the sql. I have changed ObjectDataSource and GridView. I'am using vs2008 Is there someone who can answer this.
|
|
|
|
aeg@online.no
: On
April 16, 2009 10:51 PM
said:
|
I found it out, forgot to save AppCode/..
|
|
|
|
handy.com.ua
: On
June 02, 2009 2:08 PM
said:
|
Good job, was very interesting to see.
|
|
|
|
jyotinarula
: On
July 03, 2009 10:11 PM
said:
|
features in VWD are not so user friendly. Anyway, here the tutor seems like talking to himself only. Also too quick....
|
|
|
|
jyotinarula
: On
July 05, 2009 6:17 PM
said:
|
I tried dragging tables on form in my actual hosting account, where I've been trying to develop my website, it says, "VWD express does not support this feature". Can anyone help me? My email is j.narula@yahoo.com Also this tutorials show how to create the entire thing in file system, how to create this application in actual hosting and create sql database is entirely different i think. you have to create databases separately and then....???
|
|
|
|
gillett_raymond
: On
July 10, 2009 5:09 PM
said:
|
Totally awesome tutorial, thanks!!!
|
|
|
|
|
|
sbendigo
: On
August 17, 2009 12:48 PM
said:
|
This tutorial is exactly what I have been looking for! easy to understand. well explained. THANKS!
|
|
|
|
Dora743
: On
August 25, 2009 9:17 AM
said:
|
Can any one post me the query used to insert data..
|
|
|
|
diwrac
: On
August 25, 2009 8:35 PM
said:
|
Can any one post me the query used to insert data..
|
|
|
|
diwrac
: On
August 25, 2009 8:37 PM
said:
|
Can any one post me the query used to insert data..
|
|
|
|
|
|
|
|
deadea
: On
September 11, 2009 1:53 AM
said:
|
|
|
|
|
|
aldobagrande
: On
September 11, 2009 4:09 PM
said:
|
the video is brilliant, is right like doing it by same you. Is really inspiring that form with that it is explained
|
|
|
|
ruilang
: On
September 27, 2009 2:21 AM
said:
|
3X a lot! i need this video to help me starting the database programming with asp.net and listen the computer course in English! That's Wonderful!
|
|
|
|
deadea
: On
September 27, 2009 2:54 PM
said:
|
|
|
|
|
|
solobar99
: On
September 28, 2009 1:25 PM
said:
|
very nice video. but where can i get the pubs file? it's not included in the code's file.
|
|
|
|
sbendigo
: On
October 30, 2009 6:58 PM
said:
|
I get all the way to the end and then bomb it. There is no Edit option. Also, when I bind it to the data source I don't get the Update, Insert and Delete statements. I have tried many times to reproduce this. why am i not getting these other statements?
|
|
|
|
atarikg
: On
November 24, 2009 1:44 AM
said:
|
|
|
|