Hi... Pls help me to retrieve Image from a DataBase(SQL 2005).
Najmal
Posts
-
Retrieve Images from Databse -
need query to calculate amountHI Haritha......... SELECT SUM(amount) FROM customer WHERE ReciptNo IN (SELECT DISTINCT ReceiptNo,amount FROM customer WHERE CustomerId='C96') :rose:najmalccl@gmail.com
-
Flash in Windows FormsHi.. How can import a flash vedio to a Windows Form??
-
[Solved]Show two decimal places in DataGridViewTextBoxCell [modified]k.... Do this.... DataGridView:>>Properties:>>Edit Columns::>Appearence::>DefualtCellStyle::>Format::>FormatType::>Numeric::>Decimal Places::>2
-
printout contents from listview and from textboxesk... thanks.. I will try this method...
-
printout contents from listview and from textboxesHow can take printout contents from listview and from textboxes ? Is it Possible??
-
[Solved]Show two decimal places in DataGridViewTextBoxCell [modified]hi.... Just Click to know more... Cell Parsing.....
-
disable task manager when called....you are right Max..... Sometimes taskmanager must be disabled for security purpose...
-
[Message Deleted]hi.... U can set picture to PictureBox By Setting Its properties... set Image Propery BackgroundImageLayout to strech. If u want to know more just click below Link About PictureBox Control About PictureBox Control
-
How to use ConfigurationManager to modifying "applicationSettings" section of App.config using .NET (C#) Visual Studio2005Hi....... U can use ConfigurationManager to modifying "applicationSettings" and also can do the same by concidering it as a XML file... Just follow below Link to know more... About ConfigurationManager
-
Register a ocx in systemits a nice idea.... thnks...
-
a ? b : c?hi... If "a" is true then return value is "b" else return value is "c" EXAMPLE:: int nLargeNo=0, nFirstNo=100,nSecondNo=200; nLargeNo = (nFirstNo>nSecondNo)?nFirstNo:nSecondNo; Answer: value of nLargeNo is 200
-
2 dimensional array of objectshi.. follow this link... About Dictionary
-
complicated stringhi... I know u r a bignner in c#.... So follow up this link... About String Handling
-
getting the tip message for method during design timeIts a nice feature of .NET... thnks sir.....
-
Print the columns of a DataGrid in individual blockshi....... u can use Crystal Report Item Here....
-
Avoiding memory leakshi.......... Donn't worry abt memory leaks.. U know one of the important featuere of c#.NET is Its Effective Garbage Collection feature..... If u want to know more , just click below link.... About Garbage Collection
-
problem with threadshi... U must terminate child thread when an exception occured..... for more information click below link... About Threading in c#
-
xml file encryption and decryptionhi......... just follow below link... About xml file encryption and decryption do it.....
-
tokenzing stringshi.... it bcz the first spliting occured by #.. here left string to # is NULL...