Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-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 ...
Hasan's user avatar
  • 1
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 ...
mitsu's user avatar
  • 430
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 ...
Marwan Roushdy's user avatar
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" ...
Abhi's user avatar
  • 5,553