﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>C-Sharpcorner Forum Latest Questions</title><link>http://www.c-sharpcorner.com/Forums</link><description>Watch question from C# Corner forum</description><copyright>Mindcracker LLC. All Rights Reserved</copyright><item><title>Explain the concept of Bubbling and Tunneling Events?</title><description>Hi developers, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please answer with &lt;span style="font-weight: bold; font-style: italic; text-decoration: underline;"&gt;visual example&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214260/explain-the-concept-of-bubbling-and-tunneling-events.aspx</link><lastupdated>6/19/2013 2:39:26 PM</lastupdated><username>mursaleen fayyaz</username></item><item><title>Explain the concept of coerce value callback?</title><description>Hi developers,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I am looking very smart response. who will answer this question intelligently and easy to understand. I will mark the answer as Accepted.&lt;br /&gt;&lt;br /&gt;Do your best,&lt;br /&gt;Thanks. &lt;br /&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214259/explain-the-concept-of-coerce-value-callback.aspx</link><lastupdated>6/19/2013 1:55:31 PM</lastupdated><username>mursaleen fayyaz</username></item><item><title>Send a request and receive answer</title><description>Sir&amp;nbsp;&lt;div&gt;actuallly iam implementing one webpage in that i have to send request to one person like mail through button(but not using mails using with in website only)...... and if that person see that request by opening another page then he has to accept or reject that request based on user details...using asp.net and c# only i have to implement ....could u please reply me fast.....&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;regards,&lt;/div&gt;&lt;div&gt;Sukanya.k&lt;/div&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214256/send-a-request-and-receive-answer.aspx</link><lastupdated>6/19/2013 11:56:58 AM</lastupdated><username>K Sukanya</username></item><item><title>How to insert Javascript/Jquery to my BHO using C#</title><description>Hy guys &lt;img align="top" src="http://www.codeproject.com/script/Forums/Images/smiley_biggrin.gif" alt="Big Grin | :-D" /&gt; &lt;br /&gt; Î'm, creating my first BHO ( Browser Help Object) and i need help with this . I know that this is one of the best coding forums soo if i can't find here i will not find out . &lt;br /&gt; &amp;nbsp;&lt;br /&gt; The thing is : &lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;pre lang="c#" id="pre0" style="margin-top: 0px;"&gt;  &lt;div style="overflow: auto;"&gt;&lt;pre lang="c#" id="pre0" style="margin-top: 0px;"&gt;  &lt;span class="code-keyword"&gt;public&lt;/span&gt; &lt;span class="code-keyword"&gt;void&lt;/span&gt; OnDocumentComplete(&lt;span class="code-keyword"&gt;object&lt;/span&gt; pDisp, &lt;span class="code-keyword"&gt;ref&lt;/span&gt; &lt;span class="code-keyword"&gt;object&lt;/span&gt; URL)         {             &lt;span class="code-keyword"&gt;if&lt;/span&gt; (URL.ToString().Contains(&lt;span class="code-string"&gt;&amp;quot;www.google.com&amp;quot;&lt;/span&gt;))             {                 HTMLDocument document = (HTMLDocument)webBrowser.Document; &amp;nbsp;                 IHTMLElement body = (IHTMLElement)((IHTMLElementCollection)                                        document.all.tags(&lt;span class="code-string"&gt;&amp;quot;body&amp;quot;&lt;/span&gt;)).item(&lt;span class="code-keyword"&gt;null&lt;/span&gt;, &lt;span class="code-digit"&gt;0&lt;/span&gt;);                 IHTMLScriptElement scriptObject =                 (IHTMLScriptElement)document.createElement(&lt;span class="code-string"&gt;&amp;quot;script&amp;quot;&lt;/span&gt;);                 scriptObject.text = &lt;span class="code-string"&gt;&amp;quot;alert('The script will add to the page  ');&amp;quot;&lt;/span&gt;;                 scriptObject.src = &lt;span class="code-string"&gt;@&amp;quot;\Resource\extension.js&amp;quot;&lt;/span&gt;;                 scriptObject.text =&lt;span class="code-string"&gt;&amp;quot;container.appendChild(input);&amp;quot;&lt;/span&gt;;                  ((HTMLHeadElement)body).appendChild((IHTMLDOMNode)scriptObject);             }         }  &lt;/pre&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; I'm trying with my BHO to manipulate a certain page But isn't working ... Can someone help to figure out how can i putt this extension.js to the page ? the extension.js just have the code to putt one textbox and the respective .css &lt;br /&gt; &amp;nbsp;&lt;br /&gt; Thanks for all </description><link>http://www.c-sharpcorner.com/Forums/Thread/214246/how-to-insert-javascriptjquery-to-my-bho-using-C-Sharp.aspx</link><lastupdated>6/19/2013 10:04:23 AM</lastupdated><username>Lucas  Saraiva </username></item><item><title>Couldn't  get Name of Webcam in Combo Box</title><description>Here i generate a form in asp.net for webcam, and this are all the controls(Picture Box, Combo Box, Buttons) were add in my form, but when i run this form i couldn't get Name of Webcam in Combo Box, help me guys to find out the solution.,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Advance Thanks Guys..,&lt;/div&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214243/couldnt-get-name-of-webcam-in-combo-box.aspx</link><lastupdated>6/19/2013 9:38:19 AM</lastupdated><username>Bala </username></item><item><title>buttons overlap</title><description>I am creating aa application in android. It is working fine. But on the main activity I have created three buttons as links to other activities. When I rotate my application from vertical to horizontal it overlaps these buttons.&lt;div&gt;Kindly help.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214213/buttons-overlap.aspx</link><lastupdated>6/19/2013 7:37:41 AM</lastupdated><username>Sheikh parvaz</username></item><item><title>Taking specific list from database table using mvc4 razor</title><description>I am new with mvc4 razor and I want to take a list names from the table, the code I tried only take one record. It overwrites the other records and take the last record.&lt;br /&gt;here is the code Ive tried.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public DateTime sys { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public int date { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public string cellno { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public string childs { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public string vname { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public string vsname { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public string cname { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public string csname { get; set; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public string voluteer { get; set; }&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void Update()&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Entities db = new Entities();&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var dm = db.DomainAndScores.ToList();&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DomainAndScore ds = new DomainAndScore();&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sys = DateTime.Now;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string dates = Convert.ToString(sys);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string dd = dates.Substring(0, 2);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; foreach (var i in dm)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cellno = i.Child.Volunteer.Volunteer_Cellphone_Number;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; date =ds.Update_Date.Month;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; childs = i.Child_UIN;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cname = i.Child.Child_First_Name;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; csname = i.Child.Child_Last_Name;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vname = i.Child.Volunteer.Volunteer_Firstname;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vsname = i.Child.Volunteer.Volunteer_Surname;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214209/taking-specific-list-from-database-table-using-mvc4-razor.aspx</link><lastupdated>6/19/2013 7:31:47 AM</lastupdated><username>Sthe Dladla</username></item><item><title>Alternate for picturebox of Windows application.</title><description>Hi Guys, help me to solve this.,&lt;br /&gt;&lt;br /&gt;In windows app we may use picturebox to display video using :&lt;br /&gt;&lt;br /&gt;Bitmap video = (Bitmap)eventArgs.Frame.Clone();&lt;br /&gt;picturebox1.image = video;&lt;br /&gt;&lt;br /&gt;So, here what do we do in web application to do the same thing?</description><link>http://www.c-sharpcorner.com/Forums/Thread/214193/alternate-for-picturebox-of-windows-application.aspx</link><lastupdated>6/19/2013 6:12:51 AM</lastupdated><username>Bala </username></item><item><title>Silverlight Pinvoke call</title><description>I am using PInvoke call in silverlight in browser application. It is working locally. It gives error on Server.&lt;br&gt;&lt;br&gt; </description><link>http://www.c-sharpcorner.com/Forums/Thread/214176/silverlight-pinvoke-call.aspx</link><lastupdated>6/19/2013 5:24:33 AM</lastupdated><username>Amit K</username></item><item><title>How to use AForge.Net in Web Application</title><description> &lt;div&gt;Hi Guys,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;How to use AForge.Video and AForge.Video.DirectShow in Web Application. Do you know any Reference/Links kindly send me guys..&lt;/div&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214123/how-to-use-aforge-net-in-web-application.aspx</link><lastupdated>6/19/2013 2:58:24 AM</lastupdated><username>Bala </username></item><item><title>Hero BPO</title><description>&lt;span style='font-size: 11pt; font-family: "calibri","sans-serif";'&gt;Hero BPO is on a lookout for Trailblazer Business Development, Chief Quality Marshal and a Super Intern for the team. To reach closer to your dream, click:&amp;nbsp;&lt;a target="_blank" href="http://goo.gl/N0clg"&gt;&lt;span style="color: windowtext;"&gt;http://goo.gl/N0clg&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214110/hero-bpo.aspx</link><lastupdated>6/19/2013 2:21:26 AM</lastupdated><username>Upasna Behl</username></item><item><title>Make IE go to compatibilitymode from code</title><description>&lt;p&gt; How do I force IE to run in compatibilitymode?&lt;/p&gt;&lt;p&gt;My site does not work in IE10 due to a bug (.NET 4 vs IE10), see link below if you are interested. &lt;br&gt;This can by fixed by a patch on the server, but the webhotel that is hosting my site is in no hurry to do it. &lt;br&gt;And I know the logical step would be to give them the finger and move on, unfortenatly I cannot do that and&lt;br&gt;I am stuck with what I got. &lt;/p&gt;&lt;p&gt;So: it does not run on IE10, but it runs in lower versions, chrome and so on. How/can I force IE into compatibilitymode&lt;br&gt;from the HTML/ASP.NET? I have tried using: &amp;lt;meta http-equiv="x-ua-compatible" content="IE-edge"/&amp;gt; in the headersection, and &lt;br&gt;tried changing the web.config file. Nothing happens.&lt;/p&gt;&lt;p&gt;Has anyone done this, or anything similar and got it working?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspxv"&gt;http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspxv&lt;/a&gt;&lt;/p&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214047/make-ie-go-to-compatibilitymode-from-code.aspx</link><lastupdated>6/18/2013 12:32:38 PM</lastupdated><username>Mats A</username></item><item><title>What is the mechanics of converting XAML to BAML?</title><description>&lt;br /&gt;Hi developers,&lt;br /&gt;&lt;br /&gt;please answer query, I want to polish XAML skills. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/214045/what-is-the-mechanics-of-converting-xaml-to-baml.aspx</link><lastupdated>6/18/2013 11:58:28 AM</lastupdated><username>mursaleen fayyaz</username></item><item><title>how to create new  mail alerts,mail inbox and spam</title><description>hi I want to know how to create mail inbox,outbox,spam and compose mail functionality,how to manage friends by sending,recieving requests,how to post articles,chat function in asp.net with c# with sql?</description><link>http://www.c-sharpcorner.com/Forums/Thread/213975/how-to-create-new-mail-alertsmail-inbox-and-spam.aspx</link><lastupdated>6/18/2013 3:50:57 AM</lastupdated><username>Yash Modi</username></item><item><title>repeating the feilds in crystal report  horizontaly also</title><description>&lt;p&gt; Hi&lt;br&gt;&amp;nbsp; Is there any option&amp;nbsp; to repeat the same field horizontal and&amp;nbsp; vertical direction&amp;nbsp; in&amp;nbsp; crystal&amp;nbsp; report. Because I have to generate and print barcode&amp;nbsp; from database in an A4 sheet such a way that 5 barcodes horizontally and 13 vertically .&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;Thanks&amp;nbsp; &lt;br&gt;Fareeda&lt;/p&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/213933/repeating-the-feilds-in-crystal-report-horizontaly-also.aspx</link><lastupdated>6/17/2013 9:47:08 PM</lastupdated><username>Fareeda Hussain</username></item><item><title>License Plate Extraction &amp; Recognition, AForge.Net, Emgu CV</title><description>Hello buddies&lt;br /&gt;I am working on a project &amp;quot; License Plate Extraction and Recognition&amp;quot;. Please share some experiences or guide line for this topic! Currently, i am investigating projection method to extract license plate with Fourier Transformation. But the rate of success is quite poor. Please..help!</description><link>http://www.c-sharpcorner.com/Forums/Thread/213819/license-plate-extraction-recognition-aforge-net-emgu-cv.aspx</link><lastupdated>6/17/2013 5:18:26 AM</lastupdated><username>Hoang An</username></item><item><title>iphone Screen orientaion</title><description>&lt;p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 14px; vertical-align: baseline; clear: both; word-wrap: break-word; color: #000000; font-family: arial, 'liberation sans', 'dejavu sans', sans-serif; line-height: 18px;"&gt;I have two view controller in my app.&lt;br /&gt;1st view controller is portrait mode and 2nd view controller in landscape mode.&lt;/p&gt;&lt;p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 14px; vertical-align: baseline; clear: both; word-wrap: break-word; color: #000000; font-family: arial, 'liberation sans', 'dejavu sans', sans-serif; line-height: 18px;"&gt;I don't want to change their orientation even when i rotate my iPhone. How can i make?&lt;/p&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/213796/iphone-screen-orientaion.aspx</link><lastupdated>6/17/2013 3:32:15 AM</lastupdated><username>lakshmipathi KV</username></item><item><title>Cwindows phone c# image source</title><description>&lt;font color="#2b91af" face="Consolas" size="2"&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;&lt;p&gt;&amp;nbsp;&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;p&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt; BitmapImage imgSource = &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" face="Consolas" size="2"&gt;&lt;font color="#0000ff" face="Consolas" size="2"&gt;&lt;font color="#0000ff" face="Consolas" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;BitmapImage&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" face="Consolas" size="2"&gt;&lt;font color="#0000ff" face="Consolas" size="2"&gt;&lt;font color="#0000ff" face="Consolas" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;Uri&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" face="Consolas" size="2"&gt;&lt;font color="#a31515" face="Consolas" size="2"&gt;&lt;font color="#a31515" face="Consolas" size="2"&gt;@"C:\riadh\20130524_190307.jpg"&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt;));&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt;
&lt;p&gt;          &lt;/p&gt;
&lt;p&gt;            riadhimage.Source = imgSource;&lt;/p&gt;

&lt;p&gt;            &lt;/p&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;p&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;&lt;font color="#2b91af" face="Consolas" size="2"&gt;MessageBox&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt;.Show(imgSource.ToString() );&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&lt;font face="Consolas" size="2"&gt;&lt;/font&gt;&lt;/font&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/213704/cwindows-phone-C-Sharp-image-source.aspx</link><lastupdated>6/16/2013 8:54:50 AM</lastupdated><username>Riadh Mcharek</username></item><item><title>creating web page for login and edit</title><description>&lt;p style="font-family: Arial, Helvetica, sans-serif; color: rgb(51, 51, 51); margin-top: 0px; margin-bottom: 15px; line-height: 18px; background-color: rgb(245, 245, 245);"&gt;hello team i am new to umbraco and i had seen some video for creating pages.. but &amp;nbsp;most of the videos are saying to create pages with user control. but i want to create pages like custom control and the pages should be get edited.&lt;/p&gt;&lt;p style="font-family: Arial, Helvetica, sans-serif; color: rgb(51, 51, 51); margin-top: 0px; margin-bottom: 15px; line-height: 18px; background-color: rgb(245, 245, 245);"&gt;i am getting pages like in documented view but i want to create 2 textboxes for login.. please help me to implement!!&lt;/p&gt;&lt;p style="font-family: Arial, Helvetica, sans-serif; color: rgb(51, 51, 51); margin-top: 0px; margin-bottom: 15px; line-height: 18px; background-color: rgb(245, 245, 245);"&gt;thanx in advance!!&lt;/p&gt; </description><link>http://www.c-sharpcorner.com/Forums/Thread/213634/creating-web-page-for-login-and-edit.aspx</link><lastupdated>6/14/2013 6:27:12 PM</lastupdated><username>vinoth kumar</username></item><item><title>How to draw with a graphic tablet in VS 2012, .NET 4.5</title><description>Hi, I've got some problems with programming the use of graphic tablet in C#. I've found some articles with Microsoft.Ink namespace, but it's not present in .NET 4.5 How to solve this problem ? Thanks in advance. &lt;br /&gt;&lt;br /&gt;EDIT: I've found a solution that satisfies me. In some simple situations we can traeat the tablet as a mouse and use MouseUp / MouseDown / MouseMove events. Maybe someone will find it useful. &lt;br /&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/213581/how-to-draw-with-a-graphic-tablet-in-vs-2012-net-4-5.aspx</link><lastupdated>6/14/2013 3:23:41 PM</lastupdated><username>Mariusz Dramski</username></item><item><title>Passing Parameter to SubReport using ReportViewer</title><description>Hi,&lt;div&gt;&amp;nbsp; &amp;nbsp;I have the stored procedure here.This returns the number of old patients from tables.Now I have to pass this count as the parameter to subreport using ReportViewer.But i'm confused whether my method is correct.My Dal file,Business file as follows.&lt;/div&gt;&lt;div&gt;&lt;div&gt;public MySqlDataReader GetPatientCounts(ReportEntity objReport)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DBAccess DBA = new DBAccess();&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DBA.AddParameter("@PDID", objReport.pkey);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DBA.AddParameter("@PDATE", objReport.firstVisitDate.ToString("yyyy-MM-dd"));&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DBA.AddParameter("@UTYPE", objReport.IsNew);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return DBA.ExecuteReader("GetPatientsCount");&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;/div&gt;&lt;div&gt;In Business Layer&lt;/div&gt;&lt;div&gt;&lt;div&gt;public MySqlDataReader GetPatientCounts(ReportEntity objRptBLL)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportDAL objRptDAL = new ReportDAL();&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return objRptDAL.GetPatientCounts(objRptBLL);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; catch (Exception EX)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; throw EX;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; finally&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; objRptDAL = null;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;My subreport processing in codebehind&lt;/div&gt;&lt;div&gt;&lt;div&gt;public void SetSubDataSource(object sender, SubreportProcessingEventArgs e)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DataTable dtbl = new DataTable("DataTable1");&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DateTime dt = Convert.ToDateTime(txtFromDate.Text);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DateTime dt1 = Convert.ToDateTime(txtToDate.Text);&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int dID = Convert.ToInt16(ddlDoctor.SelectedValue);&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportBLLogic objRptBLL = new ReportBLLogic();&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //dtbl = objRptBLL.GenerateSubReport("GenerateDoctorSubReport"); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dtbl = objRptBLL.GenerateSubReportDate(dID, dt, dt1, "GetDoctorListByDate");&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e.DataSources.Add(new ReportDataSource("dsReportDate", dtbl));&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;My StoredProcedure Here:&lt;/div&gt;&lt;div&gt;&lt;div&gt;CREATE DEFINER=`root`@`%` PROCEDURE `GetPatientsCount`(IN PDID INT, IN PDATE DATE , IN UTYPE VARCHAR(20))&lt;/div&gt;&lt;div&gt;BEGIN&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; IF PDID &amp;gt; 0&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; THEN&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SELECT&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(DATE_FORMAT(P.firstVisitDate, '%Y-%m-%d') = PDATE,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'New Patient',&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Old Patient')&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AS UserType,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; count(&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if(&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DATE_FORMAT(P.firstVisitDate, '%Y-%m-%d') &amp;nbsp; = PDATE,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'New Patient',&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Old Patient')) as Cnt&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FROM commonpersoninfo AS C,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appointment_has_doctor AS AD,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appointment AS A,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; symptoms AS S,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; personinfo P&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE &amp;nbsp; &amp;nbsp; A.pkey = AD.Appointment_pkey&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND C.PKEY = A.PatientInfo_PKey&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND AD.DoctorsInfo_pkey = PDID&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND S.CommonPersonInfo_pkey = C.pkey&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND DATE_FORMAT(a.STARTDATETIME, '%Y-%m-%d') = PDATE&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND P.CommonPersonInfo_pkey = C.pkey&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AND if(&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DATE_FORMAT(P.firstVisitDate, '%Y-%m-%d') &amp;nbsp; = PDATE,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'New Patient',&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Old Patient') = UTYPE&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GROUP BY UserType;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ELSE&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SELECT if(DATE_FORMAT(P.firstVisitDate, '%Y-%m-%d') = PDATE,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'New Patient',&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Old Patient')&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AS UserType,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; count(&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if(&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DATE_FORMAT(P.firstVisitDate, '%Y-%m-%d') &amp;nbsp; = PDATE,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'New Patient',&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Old Patient')) as Cnt&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FROM commonpersoninfo AS C,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appointment_has_doctor AS AD,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appointment AS A,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; symptoms AS S,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; personinfo P&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE &amp;nbsp; &amp;nbsp; A.pkey = AD.Appointment_pkey&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND C.PKEY = A.PatientInfo_PKey&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND S.CommonPersonInfo_pkey = C.pkey&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND DATE_FORMAT(a.STARTDATETIME, '%Y-%m-%d') = PDATE&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND P.CommonPersonInfo_pkey = C.pkey&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND if(&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DATE_FORMAT(P.firstVisitDate, '%Y-%m-%d') &amp;nbsp; = PDATE,&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'New Patient',&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'Old Patient') = UTYPE&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GROUP BY UserType;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; END IF;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;END&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;But when i debugging,In DAL file the values are not passing from database.Can anyone help me to solve this&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/213507/passing-parameter-to-subreport-using-reportviewer.aspx</link><lastupdated>6/14/2013 1:56:46 AM</lastupdated><username>Kavi suja</username></item><item><title>Iphone not installed ipa </title><description>hi,can anyone know ,my .ipa file installed some device and some not even UDID i have added,getting error ,when downloading ,waiting circle come and after long time app is not installing like that error coming</description><link>http://www.c-sharpcorner.com/Forums/Thread/213503/iphone-not-installed-ipa.aspx</link><lastupdated>6/14/2013 1:48:41 AM</lastupdated><username>Dinkar Chavhan</username></item><item><title>image upload in Windowsform by using 3tier</title><description>Image upload in Windowsform datagridview &amp;nbsp;by using 3tier&amp;nbsp;&lt;br /&gt;Radiobuttons,checkboxes opertions can help me</description><link>http://www.c-sharpcorner.com/Forums/Thread/213493/image-upload-in-windowsform-by-using-3tier.aspx</link><lastupdated>6/14/2013 12:08:17 AM</lastupdated><username>Dandu Kishore</username></item><item><title>Show vb.net control (Button) at title bar of any application</title><description>I am working on my final year project. And in course to complete my project I need to show a check box in any application which is on focus to let the user enable or disable my software. But I am stuck into this part. Can any one help me in this matter...&amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks in Advance!&lt;/div&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/213483/show-VB-Net-control-button-at-title-bar-of-any-application.aspx</link><lastupdated>6/13/2013 11:10:51 PM</lastupdated><username>Suroj Karmacharya</username></item><item><title>What is the problem in this code?[paint project for Collage]</title><description>&lt;span class="detail"&gt;What is the problem in this code?&lt;br /&gt;/*****************************/&lt;br /&gt;I could write a paint program&lt;br /&gt;but&lt;br /&gt;Can not be Saved the shape Are created&amp;nbsp; by Class &lt;br /&gt;And &lt;br /&gt;when I draw a new shape,Previous Shapes are removed?&lt;br /&gt;****************************/&lt;br /&gt;Project file Link For Download:&lt;br /&gt;&lt;br /&gt;http://msiamian.persiangig.com/Project/TestPaint2.rar&lt;br /&gt;&lt;br /&gt;****************************/&lt;br /&gt;please Help Me;&lt;img src="http://www.c-sharpcorner.com/forums/Editor_data/ed_icons/emoticons/tear.gif" /&gt;&lt;/span&gt;</description><link>http://www.c-sharpcorner.com/Forums/Thread/213465/what-is-the-problem-in-this-codepaint-project-for-collage.aspx</link><lastupdated>6/13/2013 2:30:55 PM</lastupdated><username>morteza siami</username></item></channel></rss>