All Questions
4 questions
-1
votes
1
answer
35
views
search in list of objects for all attributes
I have a class called Student which has three attributes
Student No
Student Name
Result
I have created a list of objects and bind to the Grid.
I have a textbox to search and the grid should be ...
0
votes
1
answer
70
views
Insert an image and Update it if it exists
I have a part of code which insert an image in DB SQL SERVER , but when I try to re-insert again I have an error that the key is duplicated so I'm looking for a way to insert an image and if its ...
0
votes
1
answer
577
views
linq if statement, or stored procedure if statements
I am looking to run a piece of code in the database. However there is no supported translation to sql (using linq to sql).
How to convert this code logic ro either inline in linq or in a stored ...
0
votes
1
answer
370
views
Linq Query to parse/fetch content from this XML (WSDL)
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:def="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
...