|
| 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?
|
|