Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
56% Quality Score
Upvotes Received
8
Posts with Upvotes
8
Upvoting Members
8
Downvotes Received
7
Posts with Downvotes
7
Downvoting Members
6
5 Commented Posts
0 Endorsements
Ranked #607
~42.8K People Reached
Member Avatar for hitro456

You may check the posts here and see it is helpful for you: [url]http://www.bigresource.com/Tracker/Track-ms_sql-8xeNr2qA/[/url] Thanks.

Member Avatar for Raj_28
0
4K
Member Avatar for Begginnerdev

Hi, Check out this article: [url]http://www.codeproject.com/KB/list/PrintableListView.aspx[/url] HTH

Member Avatar for Ivan_14
0
6K
Member Avatar for Nada_ward

You can use SqlDataReader. Check the following article for more info: [url]http://www.startvbdotnet.com/ado/sqlserver.aspx[/url] Regards,

Member Avatar for Karthic_1
0
2K
Member Avatar for riteshsingh_22

You can check the following article about this: [url]http://support.microsoft.com/kb/307598[/url] Hope it helps.

Member Avatar for annaharris
0
322
Member Avatar for Behseini

Hi Behseini, See the thread here: [url]http://www.vectorlight.net/forums/liquid_richtext/542-how_to_inserttable_in_richtextbox.aspx[/url] HTH

Member Avatar for rajeev_cv_2012
0
190
Member Avatar for catherine sea

Hi, I got error "No value given for one or more required parameters" error when executing the following code. I checked the value of the query and it seems correct. Does anyone know why? [CODE]string connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\Users\\Catherine\\Documents\\LearningCSharp.accdb"; OleDbConnection myConnection = new OleDbConnection(connectionString); myConnection.Open(); int employeeNumber = int.Parse(textBox1.Text); string name …

Member Avatar for carrzkiss
0
8K
Member Avatar for JOSheaIV

You may install SQL Server Express on your machine for the demo purpose. Check out this article on how to use it in your app: [url]http://msdn.microsoft.com/en-us/library/dd981032(v=SQL.100).aspx[/url] Hope it helps.

Member Avatar for JOSheaIV
0
246
Member Avatar for chaitali238

[QUOTE]Though the file uploaded can be seen through windows explorer, it is not shown in solution explorer.[/QUOTE] Do you mean the file can be seen in the corresponding local path of the solution? If so, try refreshing the solution explorer and see if it appears. Regards,

Member Avatar for desynch
0
123
Member Avatar for Mahesha999
Member Avatar for mani-hellboy
0
225
Member Avatar for danielbala

You can find a simple sample here: [url]http://www.homeandlearn.co.uk/php/php4p10.html[/url]

Member Avatar for diafol
0
123
Member Avatar for virusisfound

Hi Virusisfound, Check out the sample here: [url]http://www.codeproject.com/KB/applications/SimpleChat.aspx[/url] HTH

Member Avatar for virusisfound
0
125
Member Avatar for mirzamujib
Member Avatar for mardTanha
Member Avatar for srm2010
Member Avatar for kshahnazari

Hi kshahnazari, Check out this article and see if it helps. [url]http://blogs.microsoft.co.il/blogs/tamir/archive/2008/02/17/sound-tone-and-dtmf-generation-by-using-managed-directsound-and-c-and-sine-tone-detection-with-pure-managed-goertzel-algorithm-implementation.aspx[/url]

Member Avatar for catherine sea
0
86
Member Avatar for lxXTaCoXxl

Check this step by step guide: [url]http://www.codeproject.com/KB/miscctrl/cutebutton.aspx[/url]

Member Avatar for catherine sea
0
84
Member Avatar for berniefitz

Maybe the external IP server can't parse the GUID query? permission issue?

Member Avatar for catherine sea
0
62
Member Avatar for Alex12345

Try like this: [CODE]$query = mysql_query("SELECT * FROM posts WHERE section='Books'") while ($row = mysqli_fetch_assoc($query)){ printf($row['title']); } [/CODE]

Member Avatar for phorce
0
96
Member Avatar for murithi

Check out this one: [url]http://pinoy-brownbag.blogspot.com/2011/07/jqgrid-in-aspnet-mvc3-code-first.html[/url] HTH

Member Avatar for catherine sea
0
89
Member Avatar for owaisbashir

Check out this one: [url]http://quickstarts.asp.net/QuickStartv20/default.aspx[/url]

Member Avatar for naveedqadri
0
246
Member Avatar for ng5

You may check out the manual below on how to work with arrays in VB.NET [url]http://msdn.microsoft.com/en-us/library/wak0wfyt.aspx[/url]

Member Avatar for codeorder
0
243
Member Avatar for aishapot
Member Avatar for YungSoprano
Member Avatar for mr1991
Member Avatar for aishapot

check out the following thread: [url]http://stackoverflow.com/questions/5033634/vb-net-insert-retreive-picture-from-mysql-database-directly-to-from-a-pictureb[/url]

Member Avatar for aishapot
0
253
Member Avatar for phoenix911

You may check the thread below about the timeout settings on the client and server sides. Hope it helps. [url]http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/84551e45-19a2-4d0d-bcc0-516a4041943d/[/url]

Member Avatar for phoenix911
0
189
Member Avatar for Woodenhousen

If you run the query for "ManufacturerID = " + comb1 in SQL Server Management Studio, can you get the result successfully?

Member Avatar for catherine sea
0
119
Member Avatar for techlawsam
Member Avatar for mehdi.yazdani

The possible cause of the issue should be the size limit on your server side. You can change the value at the following line in the php.ini file and try again. upload_max_filesize = 20M

Member Avatar for mehdi.yazdani
0
101
Member Avatar for mehdi.yazdani
Member Avatar for cereal
0
165