Hello and Happy New Year 2010 . Best wishes to all visitors of this most famous blog :) (Let's start New Year with joking ) ...
Home
Archive for
2009
C# Using Linq to save image to SQL DB
In this post I will show you "How to save Image to a sql db" 1. You need to create a database and table with column of image...
VS 2008 SP1 Toolbox doubling items problem ??
Today I had some weird problem with my magnificent companion mighty Visual Studio 2008 SP1. I run the VS and try to deploy o...
Get image from http URI to panel.Background
C# : // Create the requests. WebRequest requestPic = WebRequest .Create(picUri); WebResponse respo...
Open new IE page from code behind VB.NET , C#
With those line you can manage to show new Internet explorer window page from code behind in vb.net or C# . There are some javascript argu...
Specified argument was out of the range of valid values. Parameter name: index
Let's prevent this error message " Specified argument was out of the range of valid values. Parameter name: index " ...
C# get serial number of your PC motherboard
In this post i will show how you can get your PC motherboard serial number. Btw. this sort of information can be very useful w...
VB.NET Hide Column DevExpress Code Behind
We can hide a gridview column in Vb.net code behind at gridview_RowCreated event: This is sample where we can hide a fixed ...
Generate random number VB.NET function
Simple function to generate an random number: Private Function RandomNumber(min As Integer , max As Integer ) As Integer ...
Show picture in PictureBox dynamically / programatically
With those two lines you can dinamically / programmatically show an image in PictureBox We need form with PictureBox control on ...
Table to XML file C# MSSQL
In this post I will show you pretty simple sample about how you can done fast mssql table export to xml file in c#: You need simple event...
ASP.NET Increasing a upload file size lenght for FileUpload Control
If you ever need to do uploading a file with asp.net FileUpload control, file that had size over 4 mb , you will get some errors ...
VB.NET Check if Session is not empty
This is most useful line of code when we need to do simple check if Session content is not empty: VB.NET IF (Session( &quo...
JavaScript check if ComboBox.Text is not equals NULL
With this JavaScript code we do check if ComboBox.Text property is not equals NULL We write this code in Client Side of Control. ...
Read PDF dokument from database
Part of code that I use for reading a PDF document from database into Internet explorer. We first need one asp.net page with l...
Searching string in all Store procedures in database
I'll show you how to do search trough all SP in one database to find a sting , text . It's very useful part of MS SQL ...
Asp.Net prevent Button Click until long time Insert Query done ! .
In this post you will see how to do some simple prevention on Asp.net page button click until long time inserting query done. ...
MSSQL : Update a column in one table with values from some other table
In this post I will show you one useful MS T-SQL Query. It's about updating a one column from one tables with values fr...
Fast export of AspxGridView data to Excel ,PDF ,CSV ,RTF file type C#,VB.NET
Hi to all of you who came in this place searching some info about programming . In this blog post I will show ...
....napokon u svijetu bloga
Nakon dužeg razmišljanja i nagađanja , evo i Ja se odlučih na korak čarobnog postanja u virtualnom svijetu . Moje postanje će prvens...
Subscribe to:
Posts
(
Atom
)