System.IndexOutOfRangeException on SQLDataReader Value Using C#
I have a SQLDataReader that returns three integers. However, there are occasions when two of the integers will return null values.
I have a SQLDataReader that returns three integers. However, there are occasions when two of the integers will return null values.
How can I retrieve a Button custom attribute after the attribute value has been changed using javascript?
I want to convert an image to base64 and back to image again.
Here is the code which i tried so far and the error also. Any suggestions please?
I transferred my project into another computer from Win XP to Win 7. After installation, I realized that something in my App_code folder, called like mydata.web.utils namespace, has a class called like WebConstants (which is public class and public functions).
I have a requirement where in need to display the Pdf / Word doc(any version) or excel in the browser. Something similar to the GMAIL feature. How can I achieve this?
I am using Asp.net with code behind as C#. Application is in 2008
I am using oracle 11g. My stored procedure is returning varchar2 but its value is being truncated by oracle client.
Below is my code :
I’m trying to create a string from the DateTime object which yields the format mm:dd:yyyy.
So I just learnt about the Triplet class. I have no experience with ASP.NET, only the core .NET Framework.
I have seen how to convert a ConcurrentDictionary to a Dictionary, but I have a dictionary and would like to convert to a ConcurrentDictionary. How do I do that?… better yet, can i set the link statement to be a ConcurrentDictionary?
I haven’t used repeaters for much more than showing data from a datatable.