|
|
-
Vamshi Commented 2 Years ago through Blogs
Simple and clear explanation easy to understand ...
|
-
Vamshi Commented 2 Years ago through Blogs
Simple and clear explanation easy to understand ...
|
-
Vamshi Answered 2 Years ago through Quizzes
@doker , I have not received any email regarding that like - to answer the question before it closes like normally we get .
Hence It is assumed that its not closed yet....
|
-
Vamshi Answered 2 Years ago through Quizzes
Bonnie Thanks for the good question. Pradeep got it correct.
Yeap. Here internally The RowState remains unchanged, even though the data in DataTable will change. Hence the changes to child table not being sent to the database when the Update command ...
|
-
Vamshi Answered 2 Years ago through Quizzes
When dealing with a constructor compiler adds statements for all variable initializers and calls the base class constructor. When we write your own common initializing method, the compiler could not find out the redundant code.. To avoid this we need ...
|
-
Vamshi Commented 2 Years ago through Ask
https://www.packtpub.com/microsoft-silverlight-4-data-and-services-cookbook/book...
|
-
Vamshi Answered 2 Years ago through Quizzes
This is similer to the other question captured corners Q3 . Query is not executed when it is defined . **This is called deferred query execution**.
All the queries are stored in variables but not executed. The execution logically done out of scope.
...
|
-
Vamshi Answered 2 Years ago through Quizzes
Dynamic controls are not persistant under post backs. they gets recreated on each button click or postback.
To make persist the values in the textboxes, to create them in LoadViewState event of the page We need to make the textboxes available to...
|
-
Vamshi Answered 2 Years ago through Quizzes
Dynamic controls are not persistant under post backs. they gets recreated on each button click or postback.
To make persist the values in the textboxes, to create them in LoadViewState event of the page We need to make the textboxes available to...
|
-
Vamshi Answered 2 Years ago through Quizzes
Create a page called viewmodel.cs in WPF / Silverlight project.
You need to implement ICommand Interface and implement the command members and event handlers.
ViewModel class can be inherited from DependencyObject class, properties, methods are d...
|