Danke für die nette einführung in Asp.net. Echt klasse Tutorial. Ich Programmiere in Visual Sudio 2010 ind wollte Fragen ob du mir pls einen Downloadlink für Asp.net geben köntest. Danke Schonmal im Voraus
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
What I'd like to know is how you folks can make out enough detail on this video to ask questions. I have even tried to download using one of the third-party applications to improve quality but to no avail.
I would love to be able to follow what's going on but I see this problem with the vast majority of YouTube content.
When trying to show information for just one CustomerID using ?CustomerID=ANTON the page displayed is blank. It works fine when I do not configure the data source. Do you have any suggestions?
I was not able to see anything at first and I have ?CustomerID=ALFKI after Default.aspx; then I went back to GridView1, and edit Column through GridView Task. I added those 4 fields into the Selected Fields, and I finally see them appeared.
This has been flagged as spam show
All I learned from here is quiet precise and perfect. The only thing I want to let you is get going!!! This is really helpful for all developers.
rottedward 4 months ago
Comment removed
rottedward 4 months ago
It's 360p. Can't see shit.
seed419 6 months ago 4
Danke für die nette einführung in Asp.net. Echt klasse Tutorial. Ich Programmiere in Visual Sudio 2010 ind wollte Fragen ob du mir pls einen Downloadlink für Asp.net geben köntest. Danke Schonmal im Voraus
Sebastian26198 7 months ago
Thanks. Video is useful
nndtn01 7 months ago
This has been flagged as spam show
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
aspdotnetexperts1 1 year ago
NIce vedio dud,Subscribed, we're hoping more vedios.Thanks.
Arjun007ize 1 year ago
Sweeeeet!!!
InfoSysSenior 1 year ago
nice..clear and concise. This is how tutorials shd sound..learn vtc and total training(to some extent)
dheer1231 1 year ago
I would say....hows u guyz follow this video where what is typing on the video its so unclear...............
valentino239 1 year ago
What I'd like to know is how you folks can make out enough detail on this video to ask questions. I have even tried to download using one of the third-party applications to improve quality but to no avail.
I would love to be able to follow what's going on but I see this problem with the vast majority of YouTube content.
desmondcolada 2 years ago
@desmondcolada
yea it's an incredibly high quality video, and the only problem is figuring out what's going on on the screen sometimes.
zoom1177, can you maybe upload these videos again in a higher quality? Nowadays Youtube seems to support higher quality videos as well!
grandmasterschmidt 2 years ago
Php = Awesome. Asp = Fail.
jameswx09 2 years ago
Comment removed
Raojins 2 years ago
Its a cool video! Thanks for sharing!
jiksa2000 2 years ago
what did you write @ 8:50 ?
elieonline 2 years ago 2
When trying to show information for just one CustomerID using ?CustomerID=ANTON the page displayed is blank. It works fine when I do not configure the data source. Do you have any suggestions?
namgotme 2 years ago
Try CustomerID=@ANTON
But this will make it STATIC, what you want to do is CustomerID=@CustomerID
The @ sign means the page is expecting a variable/parameter to be passed to it before it's displayed.
Try it and let me know if it worked.
zoom1177 2 years ago
Wait...i am sorry that's not it.
You should put ANTON between quotation marks since it's constant, Try double quotation or single quotation i am not sure "ANTON" OR 'ANTON'
zoom1177 2 years ago
On the other hand if you want to make it dynamic, you should write it like that
?CustomerID={0}
The {0} means that you are sending a replacable paramatere {0} and the 0 will be replaced with the actual CustomerID that the user will click on.
zoom1177 2 years ago
I actually was able to get it to work. I spent about 3+ hours trying to figure it out.
Not sure what I did really though. I just played around with it a lot. I think what did it was editing the columns with the fields window.
Are those templates downloadable? Also, try to make the videos more high quality..Can barely make out some of the code. I had to guess a lot.
namgotme 2 years ago
I was not able to see anything at first and I have ?CustomerID=ALFKI after Default.aspx; then I went back to GridView1, and edit Column through GridView Task. I added those 4 fields into the Selected Fields, and I finally see them appeared.
ugoodluck88 2 years ago