|
|
-
DCS interesting 1 Years ago through Just Learned | 1 Point
Goto www.google.com, type 3+4 in the search text box and press enter. You can also do something like 12*(5+5)-12/4......
|
-
DCS interesting 1 Years ago through Just Learned | 1 Point
Goto www.google.com, type 3+4 in the search text box and press enter. You can also do something like 12*(5+5)-12/4......
|
-
DCS Liked 2 Years ago through Just Learned | 1 Point
In Asp.net we used to one submit button per one form. Now suppose you have scenario where you need to add more than one submit button in single form, In MVC its simpler with help of “ActionNameSelectorAttribute“. Here is example.
[code]
@using (Htm...
|
-
DCS Liked 2 Years ago through Just Learned | 1 Point
In Asp.net we used to one submit button per one form. Now suppose you have scenario where you need to add more than one submit button in single form, In MVC its simpler with help of “ActionNameSelectorAttribute“. Here is example.
[code]
@using (Htm...
|
-
DCS Learned 2 Years ago through Just Learned | 1 Point
In Asp.net we used to one submit button per one form. Now suppose you have scenario where you need to add more than one submit button in single form, In MVC its simpler with help of “ActionNameSelectorAttribute“. Here is example.
[code]
@using (Htm...
|
-
DCS Learned 2 Years ago through Just Learned | 1 Point
In Asp.net we used to one submit button per one form. Now suppose you have scenario where you need to add more than one submit button in single form, In MVC its simpler with help of “ActionNameSelectorAttribute“. Here is example.
[code]
@using (Htm...
|
-
DCS knew 2 Years ago through Just Learned | 1 Point
'EXCEPT' will show any distinct value from first query result that is not found in second query result.
Select item_id from itemmaster
except
Select item_id from stock
'INTERSECT' will show any distinct values, which are common in both first & ...
|
-
DCS knew 2 Years ago through Just Learned | 1 Point
'EXCEPT' will show any distinct value from first query result that is not found in second query result.
Select item_id from itemmaster
except
Select item_id from stock
'INTERSECT' will show any distinct values, which are common in both first & ...
|
-
DCS Learned 2 Years ago through Just Learned | 1 Point
Using UpdateBatchSize property of Sqldataadapter we can increase performance by minimize roundtrip of server using batch update. There are following value we can set for this property
0 There is no limit on the batch size (sends the maximum number ...
|
-
DCS Learned 2 Years ago through Just Learned | 1 Point
Using UpdateBatchSize property of Sqldataadapter we can increase performance by minimize roundtrip of server using batch update. There are following value we can set for this property
0 There is no limit on the batch size (sends the maximum number ...
|