How to search special character ' (single quote) in Sql server 2005? For eg. select Cust_Name from tbl where CustName like '%'%' Thanks in advance.
modified on Wednesday, April 21, 2010 4:37 AM
How to search special character ' (single quote) in Sql server 2005? For eg. select Cust_Name from tbl where CustName like '%'%' Thanks in advance.
modified on Wednesday, April 21, 2010 4:37 AM
What is Shortest way to move cursor to next column in DataGridView on ENTER press in C#.Net?
MSI setup
I want to add SP2 of Window-XP as prerequisite in my Window application Setup. How can I do this? Thanks in advance.
What is Generic Collection? Why we use Generic Collection?
After how much time later the garbage collector is called automatically to recycle the objects?How the garbage collector Knows to which object has to be recycled in the memory? And where we have to Call the garbage collector? Example: If i have write a code of 500 lines and define a object in the starting and use the object in second last line of the code. Is the garbage collector recycle the object before its use or not.