<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community - ASP.NET</title>
		<link>http://www.daniweb.com/forums</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Thu, 15 May 2008 19:59:33 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/forums/myimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community - ASP.NET</title>
			<link>http://www.daniweb.com/forums</link>
		</image>
		<item>
			<title>ASPNETBD.mdf deployment problem</title>
			<link>http://www.daniweb.com/forums/thread124424.html</link>
			<pubDate>Thu, 15 May 2008 19:22:10 GMT</pubDate>
			<description>Hey.

Ok, i already asked this question on asp.net and sqlteam forum, but without any luck. Hope it will be diferent here :)

So, here the thing: 

I have created some users to my site using the WAT tool.
Therefore, the users information was automatically stored in ASPNETBD.mdf file.

When running...</description>
			<content:encoded><![CDATA[<div>Hey.<br />
<br />
Ok, i already asked this question on asp.net and sqlteam forum, but without any luck. Hope it will be diferent here :)<br />
<br />
So, here the thing: <br />
<br />
I have created some users to my site using the WAT tool.<br />
Therefore, the users information was automatically stored in ASPNETBD.mdf file.<br />
<br />
When running the site in Visual Studio 2008, it works all just fine, but after deploying, i'm still able to query the database, but the logins no longer work. I always get: “Login attempt unsuccessful, please try again.”<br />
<br />
I found that the problem is exposed on <a rel="nofollow" class="t" href="http://weblogs.asp.net/scottgu/archive/2006/04/22/Always-set-the-_2200_applicationName_2200_-property-when-configuring-ASP.NET-2.0-Membership-and-other-Providers.aspx" target="_blank">http://weblogs.asp.net/scottgu/archi...Providers.aspx</a><br />
<br />
but unlike on this example, i do not have any &lt;Membership&gt; tag on my web.config file, only &lt;roleManager enabled=&quot;true&quot;/&gt;, which following the suggestion on the site above, i replaced with:<br />
<br />
&lt;roleManager enabled=&quot;true&quot; defaultProvider=&quot;AspNetSqlRoleProvider&quot;&gt;<br />
&lt;providers&gt;<br />
&lt;add<br />
applicationName=&quot;/&quot;<br />
name=&quot;AspNetWindowsTokenRoleProvider&quot;<br />
type=&quot;System.Web.Security.WindowsTokenRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; /&gt;<br />
&lt;/providers&gt;<br />
&lt;/roleManager&gt;<br />
<br />
But no good. I'm still getting the same error after deploying. anyone knows how to fix that?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>nmpgaspar</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124424.html</guid>
		</item>
		<item>
			<title>html compliance when using asp.net</title>
			<link>http://www.daniweb.com/forums/thread124350.html</link>
			<pubDate>Thu, 15 May 2008 11:44:40 GMT</pubDate>
			<description><![CDATA[Hi,

I am new to asp.net development, and i'm currrently trying to develop my first web application.  My question relates to making my site compliant with html coding standards. To test the generated html from an asp page I put together simple master and content pages with only some text and a...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am new to asp.net development, and i'm currrently trying to develop my first web application.  My question relates to making my site compliant with html coding standards. To test the generated html from an asp page I put together simple master and content pages with only some text and a button in the content pane. However, in the html this generated the below line in the source  <br />
<br />
&lt;code&gt; <br />
&lt;input type=&quot;hidden&quot; name=&quot;__VIEWSTATE&quot; id=&quot;__VIEWSTATE&quot; value=&quot;/wEPDwUJNjQyNDIwNTI0D2QWAmYPZBYCAgMPZBYCAgEPZBYCAgUPPCs<br />
ADQBkGAEFI2N0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkR3JpZFZpZXcxD2dk9Yu8B<br />
dQuYa4ficS70xgINaIrmYs=&quot; /&gt;<br />
&lt;/code&gt;<br />
<br />
When i then added more to the page, such as gridviews and dynamically built menus etc, this string became enormous making the html very messy. I am basically wondering is there anyway I can hide this code so that it doesnt show in the source?<br />
<br />
Kindest Regards,<br />
<br />
David.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>mcgarry101</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124350.html</guid>
		</item>
		<item>
			<title>Results page not filtering in dreamweaver ASP.NET</title>
			<link>http://www.daniweb.com/forums/thread124342.html</link>
			<pubDate>Thu, 15 May 2008 10:55:13 GMT</pubDate>
			<description>I have created a search/results page in Dreamweaver 8 using ASP.NET that references a SQL database. Searches are done using HTML form.

The dataset that I have created in dreamweaver quite happily filters the results but the page is pulling back all entries in the database. Has anyone seen this...</description>
			<content:encoded><![CDATA[<div>I have created a search/results page in Dreamweaver 8 using ASP.NET that references a SQL database. Searches are done using HTML form.<br />
<br />
The dataset that I have created in dreamweaver quite happily filters the results but the page is pulling back all entries in the database. Has anyone seen this before .. the code is as follows:<br />
<br />
<br />
/* FORM CODE */<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;form</span> <span class="kw3">action</span>=<span class="st0">&quot;course_search_results.aspx&quot;</span> <span class="kw3">method</span>=<span class="st0">&quot;GET&quot;</span> <span class="kw3">id</span>=<span class="st0">&quot;Course Search&quot;</span> <span class="kw3">name</span>=<span class="st0">&quot;searchform&quot;</span><span class="kw2">&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;label&gt;</span></span> Course search<span class="sc2"><span class="kw2">&lt;/label&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;input</span> <span class="kw3">name</span>=<span class="st0">&quot;searchbox&quot;</span> <span class="kw3">type</span>=<span class="st0">&quot;text&quot;</span> <span class="kw3">size</span>=<span class="st0">&quot;10&quot;</span> /<span class="kw2">&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;input</span> <span class="kw3">type</span>=<span class="st0">&quot;submit&quot;</span> <span class="kw3">value</span>=<span class="st0">&quot;go&quot;</span> /<span class="kw2">&gt;</span></span></div></li><li class="li2"><div class="de2"><span class="sc2"><span class="kw2">&lt;/form&gt;</span></span></div></li></ol></pre></code> </div>
<br />
<br />
/* asp.code /*<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1"><span class="kw2">&lt;%</span>@ Page Language=<span class="st0">&quot;VB&quot;</span> <span class="kw3">ContentType</span>=<span class="st0">&quot;text/html&quot;</span> <span class="kw2">%&gt;</span></div></li><li class="li1"><div class="de1"><span class="kw2">&lt;%</span>@ Register TagPrefix=<span class="st0">&quot;MM&quot;</span> Namespace=<span class="st0">&quot;DreamweaverCtrls&quot;</span> Assembly=<span class="st0">&quot;DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral&quot;</span> <span class="kw2">%&gt;</span></div></li><li class="li1"><div class="de1">&lt;MM:DataSet </div></li><li class="li1"><div class="de1">id=<span class="st0">&quot;rsresults&quot;</span></div></li><li class="li2"><div class="de2">runat=<span class="st0">&quot;Server&quot;</span></div></li><li class="li1"><div class="de1">IsStoredProcedure=<span class="st0">&quot;false&quot;</span></div></li><li class="li1"><div class="de1">ConnectionString=<span class="co1">'&lt;%# System.Configuration.ConfigurationSettings.AppSettings(&quot;MM_CONNECTION_STRING_main&quot;) %&gt;'</span></div></li><li class="li1"><div class="de1">DatabaseType=<span class="co1">'&lt;%# System.Configuration.ConfigurationSettings.AppSettings(&quot;MM_CONNECTION_DATABASETYPE_main&quot;) %&gt;'</span></div></li><li class="li1"><div class="de1">CommandText=<span class="co1">'&lt;%# &quot;SELECT * FROM dbo.cur_tblSessions WHERE sesTitle LIKE ?AND sesYear=&quot; + Chr(39) + &quot;08/09&quot; + Chr(39) + &quot; ORDER BY crsCode ASC&quot; %&gt;'</span></div></li><li class="li2"><div class="de2">Debug=<span class="st0">&quot;true&quot;</span></div></li><li class="li1"><div class="de1">&gt;</div></li><li class="li1"><div class="de1">&lt;Parameters&gt;</div></li><li class="li1"><div class="de1">&lt;Parameter Name=<span class="st0">&quot;@sesTitle&quot;</span> Value=<span class="co1">'&lt;%# &quot;%&quot; + (IIf((Request.Form(&quot;searchform&quot;) &lt;&gt; Nothing), Request.Form(&quot;searchform&quot;), &quot;&quot;)) + &quot;%&quot; %&gt;' Type=&quot;WChar&quot; /&gt;&lt;/Parameters&gt;&lt;/MM:DataSet&gt;</span></div></li><li class="li1"><div class="de1">&lt;MM:PageBind runat=<span class="st0">&quot;server&quot;</span> PostBackBind=<span class="st0">&quot;true&quot;</span> /&gt;</div></li></ol></pre></code> </div>
<br />
<br />
/*display code */<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1">&lt;ul&gt;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp;  &lt;li&gt;&lt;a href=<span class="st0">&quot;course_search_results2.aspx?=&lt;%# DataSet1.FieldValue(&quot;</span>crsCode<span class="st0">&quot;, Container) %&gt;&quot;</span> title=<span class="st0">&quot;Information on course: &lt;%# DataSet1.FieldValue(&quot;</span>sesTitle<span class="st0">&quot;, Container) %&gt;&quot;</span>&gt;&lt;%# DataSet1.<span class="me1">FieldValue</span><span class="br0">&#40;</span><span class="st0">&quot;sesTitle&quot;</span>, Container<span class="br0">&#41;</span> %&gt;&lt;/a&gt;&lt;/li&gt;</div></li><li class="li1"><div class="de1">&lt;/ul&gt;</div></li></ol></pre></code> </div></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>nortcoll</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124342.html</guid>
		</item>
		<item>
			<title><![CDATA[Sending & Receiving Values]]></title>
			<link>http://www.daniweb.com/forums/thread124239.html</link>
			<pubDate>Wed, 14 May 2008 19:17:14 GMT</pubDate>
			<description><![CDATA[From form1 I m passing the values of two textboxes & on form 2 I m receiving it---
FORM1 CODE-
protected void Button1_Click(object sender, EventArgs e)
{

Response.Redirect("default4.aspx?roll="+TextBox1.Text);
Response.Redirect("default4.aspx?name="+TextBox2.Text);
}
FORM2 CODE--
protected void...]]></description>
			<content:encoded><![CDATA[<div>From form1 I m passing the values of two textboxes &amp; on form 2 I m receiving it---<br />
FORM1 CODE-<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1">protected void Button1_Click<span class="br0">&#40;</span>object sender, EventArgs e<span class="br0">&#41;</span></div></li><li class="li1"><div class="de1"><span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1"><span class="kw1">Response</span>.<span class="kw3">Redirect</span><span class="br0">&#40;</span><span class="st0">&quot;default4.aspx?roll=&quot;</span>+TextBox1.<span class="me1">Text</span><span class="br0">&#41;</span>;</div></li><li class="li2"><div class="de2"><span class="kw1">Response</span>.<span class="kw3">Redirect</span><span class="br0">&#40;</span><span class="st0">&quot;default4.aspx?name=&quot;</span>+TextBox2.<span class="me1">Text</span><span class="br0">&#41;</span>;</div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li></ol></pre></code> </div>
<br />
FORM2 CODE--<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1">protected void Page_Load<span class="br0">&#40;</span>object sender, EventArgs e<span class="br0">&#41;</span></div></li><li class="li1"><div class="de1"><span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">Label1.<span class="me1">Text</span> = <span class="kw1">Request</span>.<span class="kw3">QueryString</span><span class="br0">&#91;</span><span class="st0">&quot;roll&quot;</span><span class="br0">&#93;</span>.<span class="me1">ToString</span><span class="br0">&#40;</span><span class="br0">&#41;</span>;</div></li><li class="li1"><div class="de1">Label2.<span class="me1">Text</span> = <span class="kw1">Request</span>.<span class="kw3">QueryString</span><span class="br0">&#91;</span><span class="st0">&quot;name&quot;</span><span class="br0">&#93;</span>.<span class="me1">ToString</span><span class="br0">&#40;</span><span class="br0">&#41;</span>;</div></li><li class="li2"><div class="de2"><span class="br0">&#125;</span></div></li></ol></pre></code> </div>
<br />
But the error is coming</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>sonia sardana</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124239.html</guid>
		</item>
		<item>
			<title>Application_Start not firing</title>
			<link>http://www.daniweb.com/forums/thread124196.html</link>
			<pubDate>Wed, 14 May 2008 13:36:13 GMT</pubDate>
			<description>Can anybody tell me why the Application_Start in global.asax in not firing under any conditions.Can any1 still tell me the conditions to fire it</description>
			<content:encoded><![CDATA[<div>Can anybody tell me why the Application_Start in global.asax in not firing under any conditions.Can any1 still tell me the conditions to fire it</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>sebastian3</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124196.html</guid>
		</item>
		<item>
			<title>How to refresh ado rotator?</title>
			<link>http://www.daniweb.com/forums/thread124212.html</link>
			<pubDate>Wed, 14 May 2008 12:39:55 GMT</pubDate>
			<description>hey any one can help me to refresh ado rotqator with out refreshing the web page</description>
			<content:encoded><![CDATA[<div>hey any one can help me to refresh ado rotqator with out refreshing the web page</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>Samjonz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124212.html</guid>
		</item>
		<item>
			<title>Retrieve videos from databse</title>
			<link>http://www.daniweb.com/forums/thread124187.html</link>
			<pubDate>Wed, 14 May 2008 11:39:44 GMT</pubDate>
			<description>Hi,
  I want to store video name in database and videos in one folder.This can be achieved by fileupload.
 How to retrieve videos from database and display on windows media player depending upon the query?</description>
			<content:encoded><![CDATA[<div>Hi,<br />
  I want to store video name in database and videos in one folder.This can be achieved by fileupload.<br />
 How to retrieve videos from database and display on windows media player depending upon the query?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>nandhinijp</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124187.html</guid>
		</item>
		<item>
			<title>HI</title>
			<link>http://www.daniweb.com/forums/thread124167.html</link>
			<pubDate>Wed, 14 May 2008 09:54:49 GMT</pubDate>
			<description>HI Frenz,
             I need to know how to write coding for a button that checks the availability of the user... Can anyone help me with the coding??

Thanks.......

Cheers
Lakshminarasimhan</description>
			<content:encoded><![CDATA[<div>HI Frenz,<br />
             I need to know how to write coding for a button that checks the availability of the user... Can anyone help me with the coding??<br />
<br />
Thanks.......<br />
<br />
Cheers<br />
Lakshminarasimhan</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>Narasimhan</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124167.html</guid>
		</item>
		<item>
			<title>URGENT:::how to compute a string in c#???</title>
			<link>http://www.daniweb.com/forums/thread124156.html</link>
			<pubDate>Wed, 14 May 2008 09:20:10 GMT</pubDate>
			<description><![CDATA[string abc="40+40*4.2%+120";
how can i get the result???
means it should be computed as:::
double xyz=40+40*4.2%+120;


how this is possible????]]></description>
			<content:encoded><![CDATA[<div>string abc=&quot;40+40*4.2%+120&quot;;<br />
how can i get the result???<br />
means it should be computed as:::<br />
double xyz=40+40*4.2%+120;<br />
<br />
<br />
how this is possible????</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>u4umang2001</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124156.html</guid>
		</item>
		<item>
			<title>Setup project problem</title>
			<link>http://www.daniweb.com/forums/thread124147.html</link>
			<pubDate>Wed, 14 May 2008 07:20:47 GMT</pubDate>
			<description><![CDATA[I've developed a setup project for my web project,but when trying to browse it
from IIS the following error comes up:
No connection could be made because the target machine actively refused it 127.0.0.1:1954 

Line 582:        public JudgmentsIndexes[] getParentIndexes() {
Line 583:           ...]]></description>
			<content:encoded><![CDATA[<div>I've developed a setup project for my web project,but when trying to browse it<br />
from IIS the following error comes up:<br />
<span style="color:Red">No connection could be made because the target machine actively refused it 127.0.0.1:1954</span> <br />
<br />
Line 582:        public JudgmentsIndexes[] getParentIndexes() {<br />
Line 583:            <span style="color:Red">object[] results = this.Invoke(&quot;getParentIndexes&quot;, new object[0]);</span><br />
Line 584:            return ((JudgmentsIndexes[])(results[0]));<br />
Line 585:        }<br />
<br />
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\prjksppdeployment\cd7b83d0\e38b5d2a\App_WebReferences.hqeuoszi.0.cs <br />
<br />
If any one know about this exception,plz help me.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>brightline</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124147.html</guid>
		</item>
		<item>
			<title>Silent Download from server to client</title>
			<link>http://www.daniweb.com/forums/thread124137.html</link>
			<pubDate>Wed, 14 May 2008 05:54:57 GMT</pubDate>
			<description>Hi all,

I would like to Silent Download a file from Server Machine to Client Machine....in Asp.net 2005,

Can any one solve this Issue???

Kindly revert back to me if you have any concerns....

Thanks and Regards,
kumar.</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I would like to Silent Download a file from Server Machine to Client Machine....in Asp.net 2005,<br />
<br />
Can any one solve this Issue???<br />
<br />
Kindly revert back to me if you have any concerns....<br />
<br />
Thanks and Regards,<br />
kumar.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>apkumar</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124137.html</guid>
		</item>
		<item>
			<title>Reading Document file</title>
			<link>http://www.daniweb.com/forums/thread124134.html</link>
			<pubDate>Wed, 14 May 2008 05:40:29 GMT</pubDate>
			<description><![CDATA[hi..

to read a document file in Asp.Net and Vb.net as a Code behind , Use following Code

 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help...]]></description>
			<content:encoded><![CDATA[<div>hi..<br />
<br />
to read a document file in Asp.Net and Vb.net as a Code behind , Use following Code<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; Sub Read(ByVal RPath As String)<br />
&nbsp; &nbsp; &nbsp; &nbsp; If RPath &lt;&gt; &quot;&quot; Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim WordApp As New Word.ApplicationClass<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim filepath = Server.MapPath(&quot;images\Resume\&quot;) &amp; RPath<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim File As Object = filepath<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim nullobj As Object = System.Reflection.Missing.Value<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim doc As Word.Document = WordApp.Documents.Open(File, nullobj, nullobj, nullobj, nullobj, nullobj, nullobj, nullobj, nullobj, nullobj, nullobj, nullobj)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim doc1 As Word.Document = WordApp.ActiveDocument<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim m_Content As String = doc1.Content.Text<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; txtResume.Text = m_Content<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; doc.Close(nullobj, nullobj, nullobj)<br />
&nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; End Sub</code> </div>
<br />
here in ResumePath send the file name to read.<br />
<br />
Best Luck</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>sbv</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124134.html</guid>
		</item>
		<item>
			<title>convert private assembly convert to shared Assembly</title>
			<link>http://www.daniweb.com/forums/thread124133.html</link>
			<pubDate>Wed, 14 May 2008 05:38:47 GMT</pubDate>
			<description>Hi,

I m new to this site .

Im new asp.net. I want to know how to convert private assembly convert to shared assembly. Can u tell me anybody with good practical example. 

Advance thanks to every replier.

Regards
Mani</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I m new to this site .<br />
<br />
Im new asp.net. I want to know how to convert private assembly convert to shared assembly. Can u tell me anybody with good practical example. <br />
<br />
Advance thanks to every replier.<br />
<br />
Regards<br />
Mani</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>manikandanpk</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124133.html</guid>
		</item>
		<item>
			<title>Scrolling Image vertically in a page</title>
			<link>http://www.daniweb.com/forums/thread123993.html</link>
			<pubDate>Tue, 13 May 2008 11:00:12 GMT</pubDate>
			<description>Hi
  I have one .aspx page and image.when i scroll down the page the image should come vertically down as page scrolls.</description>
			<content:encoded><![CDATA[<div>Hi<br />
  I have one .aspx page and image.when i scroll down the page the image should come vertically down as page scrolls.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>sudhakary_rao</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123993.html</guid>
		</item>
		<item>
			<title>checking the availability of the user</title>
			<link>http://www.daniweb.com/forums/thread123952.html</link>
			<pubDate>Tue, 13 May 2008 06:38:03 GMT</pubDate>
			<description>Hi

         While i am adding an new uer to my application it need to check with the database for the availability of that user name can anyone help me with the coding</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
         While i am adding an new uer to my application it need to check with the database for the availability of that user name can anyone help me with the coding</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>mythi</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123952.html</guid>
		</item>
	</channel>
</rss>
