<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Latest Forum Question at dotnetspark.com</title><link>http://www.dotnetspark.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DotNetSparkForum" /><description>.NET , C#, SQL Server Code</description><language>en</language><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DotNetSparkForum" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="dotnetsparkforum" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>.NET , C#, SQL Server Code</itunes:subtitle><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">DotNetSparkForum</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FDotNetSparkForum" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FDotNetSparkForum" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FDotNetSparkForum" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.bloglines.com/sub/http://feeds.feedburner.com/DotNetSparkForum" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FDotNetSparkForum" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FDotNetSparkForum" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FDotNetSparkForum" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item><title>Delete Row and Select Next Record in DatagridView</title><link>http://www.dotnetspark.com/Forum/3767-delete-row-and-select-next-record-datagridview.aspx</link><description>Hi All,
   How to Delete a Row and Select Next record in DataGridview in C#.Net?&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=5HHLYpnSyS4:FMEc-YpoYdA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Option Explicit  vs Option Inter in VB.net</title><link>http://www.dotnetspark.com/Forum/3766-option-explicit--vs-option-inter-vb-net.aspx</link><description>Hi All,
   What is the Difference between Option Explicit On|OFF vs Option Inter On|OFF in VB.net?&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=ETHKBVcEly8:avkd_YEQCa8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>how to upload default image into database when no image file is selected from fileupload control in</title><link>http://www.dotnetspark.com/Forum/3764-how-to-upload-default-image-into-database.aspx</link><description>i have to insert default image into databse..when no image is selected from fileupload control..

here is code...not working  for default image...

 if (FileUpload1.HasFile)
            {
           ...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=2Z7yiHLXtv8:BNcgzrLAung:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>ajaxToolkit:DropDownExtender in JAWS</title><link>http://www.dotnetspark.com/Forum/3763-ajaxtoolkitdropdownextender-jaws.aspx</link><description>Hi,

I am using ajaxToolkit:DropDownExtender which has asp:HyperLinks in asp:Panel. This panel is set as DropDownControlID.

JAWS 14.0 is not reading these options. With down arrow key drop down is...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=_clm4OfCj7g:OMJG1-zu1wk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Attributes Basics</title><link>http://www.dotnetspark.com/Forum/3762-attributes-basics.aspx</link><description>Hi

Can any one explain me the following

    - What is attributes?
    - Why should we go for attributes then properties?
    - What is the difference between attributes and properties?
    - What...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=YiiaauBcQu4:9WQehlFrAnw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Split function for String in SQL Server</title><link>http://www.dotnetspark.com/Forum/3761-split-function-for-string-sql-server.aspx</link><description>Hi all,
           This is my query,How to split Numbers from string.I need a function for this task.&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=q4o1lxlS3tE:HXXH0qvVFr4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>How to take backup and restore of local database?</title><link>http://www.dotnetspark.com/Forum/3760-how-to-take-backup-and-restore-local-database.aspx</link><description>I have a local database .sdf file. I want to to take backup of whole database as time to time and restore it time to time.&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=RHdb7oefyr8:KaYrC5ZrWCk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Thumb Impression Machine connectivity</title><link>http://www.dotnetspark.com/Forum/3759-thumb-impression-machine-connectivity.aspx</link><description>I am trying to connect a thumb impression machine with my c#.net software, i had added Interop.zkemkeeper.dll file in my project, when i run my program error occurred on this line "public...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=IBRHV3hCRhs:ZlNMBQcKftk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>code not working</title><link>http://www.dotnetspark.com/Forum/3758-code-not-working.aspx</link><description>here below have a code for restricting booking limit to 10 per day..
but the code not working...


         SqlConnection con = new SqlConnection("Data Source=parthi\\sqlexpress;Integrated...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=lSEDHPqHSMg:0g9wkepvGbo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>How To Find the Combobox in Wpf</title><link>http://www.dotnetspark.com/Forum/3757-how-to-find-combobox-wpf.aspx</link><description>Hello sir.i m having two combobox inside my datagrid .now i have a problem that how to find it.i have done below code to find single one it is working but what about the second one.

   
            ...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=vgShYyAggg0:wRy9KZglf0Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>excel upload problem into datatset</title><link>http://www.dotnetspark.com/Forum/3756-excel-upload-problem-into-datatset.aspx</link><description>Hi

i am working on uploading excel files into database, so i am using asp.net upload control to browse the excel sheet and binding into dataset and then finally inserting into database.

this is...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=JW3DlgD4mb4:DraE39NJiC4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Daily Popup message for Windows Applicaiton in VB.net</title><link>http://www.dotnetspark.com/Forum/3755-daily-popup-message-for-windows-applicaiton.aspx</link><description>Hi All,
   How to display a Pop up message for Windows Application using Vb.Net ?
Condition:
   It displays one time per day. 
   Message comes form Database(SQL).
   POP Message is not an Message...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=hkXmlggrrA4:4oWLdcOkz2o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>Getting Row Value is null in WPF.</title><link>http://www.dotnetspark.com/Forum/3754-getting-row-value-is-null-wpf.aspx</link><description>Hello sir i have one datagrid in that i have bind some textcolumn and one combobox in datatemplate. In combo i have to disply the members names.some members id if exist then tthat perticular member...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=XVnfCte3lKs:H2V6H2tOlVY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><item><title>How to reduce size of PPT file generated form OpenXML</title><link>http://www.dotnetspark.com/Forum/3753-how-to-reduce-size-ppt-file-generated-form.aspx</link><description>We are generating a Powerpoint slide deck consisting of 150 slides, generated PPT size is comming around 13MB, I can not mail this PPT because of 13MB, I want to reduce size of PPT to below 5 MB,...&lt;br/&gt;
&lt;br/&gt;
Latest Forum Question at dotnetspark.com&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/DotNetSparkForum?a=g4efGkDsdAI:rl6QSSBcSQ4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/DotNetSparkForum?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description></item><media:rating>nonadult</media:rating></channel></rss>
