

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > ASP &amp; ASP.NET Forum</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Sat, 21 Nov 2009 20:55:57 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > ASP &amp; ASP.NET Forum</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>Re: Finding exact location of project files from intranet addres</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=53556#p53556</link>
				<description><![CDATA[Erm, it's is hosted in the company. =)<br />But my friend has found the
solution already. Something to do with web.config I think. I'm not too sure
too. THanks for the help =)<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44831">prince1709</a> &bull; on Fri Sep 04, 2009 7:44 pm &bull; Replies 2 &bull; Views 1068</p><hr />]]></description>
					<content:encoded><![CDATA[Erm, it's is hosted in the company. =)<br />But my friend has found the
solution already. Something to do with web.config I think. I'm not too sure
too. THanks for the help =)]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[44831]]></dc:creator>
			<dc:date>2009-09-09T15:35:14+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=53556#p53556</guid>
		</item>
			<item>
			<title>Re: How to locate Live Server URL</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=53555#p53555</link>
				<description><![CDATA[hmm.. It's company server. (: But thanks thanks anyway, my friend has
solved the problem already. Something to do with web.config I think. =)))))<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44831">prince1709</a> &bull; on Sun Sep 06, 2009 2:24 pm &bull; Replies 2 &bull; Views 167</p><hr />]]></description>
					<content:encoded><![CDATA[hmm.. It's company server. (: But thanks thanks anyway, my friend has
solved the problem already. Something to do with web.config I think. =)))))]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[44831]]></dc:creator>
			<dc:date>2009-09-09T15:34:03+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=53555#p53555</guid>
		</item>
			<item>
			<title>Password Hash and Salt Problem</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=52095#p52095</link>
				<description><![CDATA[Hi everbody,<br /><br />I am using ASP.NET C# with SQL Server 2005, <br />I
have a login page,which a user can register or login, what I am trying to
do is to hash and salt the password before writig to sql server table and
then return and match it when user try to login, I serched through MSDN an
this is the link that I found:<br
/>"http://msdn.microsoft.com/en-us/library/aa302398.aspx"
onclick="this.target='_blank';" rel="nofollow"<br />But the problem is when
you createsalt with integer size 5 and change it to string it gives you 8
chracter long string not 5,what is wrong with this code? can anybody
explain?<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=43929">arny</a> &bull; on Thu Jun 11, 2009 5:18 am &bull; Replies 0 &bull; Views 5188</p><hr />]]></description>
					<content:encoded><![CDATA[Hi everbody,<br /><br />I am using ASP.NET C# with SQL Server 2005, <br />I
have a login page,which a user can register or login, what I am trying to
do is to hash and salt the password before writig to sql server table and
then return and match it when user try to login, I serched through MSDN an
this is the link that I found:<br
/>"http://msdn.microsoft.com/en-us/library/aa302398.aspx"
onclick="this.target='_blank';" rel="nofollow"<br />But the problem is when
you createsalt with integer size 5 and change it to string it gives you 8
chracter long string not 5,what is wrong with this code? can anybody
explain?]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[43929]]></dc:creator>
			<dc:date>2009-06-11T05:18:07+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=52095#p52095</guid>
		</item>
			<item>
			<title>Merge users photo with frame</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=51666#p51666</link>
				<description><![CDATA[hello<br /><br />I want to write a code that in the web page I have some
frame then user can upload his picture on this page And choose frame to see
his photo on these frame(merge her photo with frame) when user like any one
he can save her photo with frame on his computer.<br /><br />Pleaes help me
?<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=19273">sanam</a> &bull; on Sun May 03, 2009 5:05 am &bull; Replies 0 &bull; Views 8091</p><hr />]]></description>
					<content:encoded><![CDATA[hello<br /><br />I want to write a code that in the web page I have some
frame then user can upload his picture on this page And choose frame to see
his photo on these frame(merge her photo with frame) when user like any one
he can save her photo with frame on his computer.<br /><br />Pleaes help me
?]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[19273]]></dc:creator>
			<dc:date>2009-05-03T05:05:30+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=51666#p51666</guid>
		</item>
			<item>
			<title>Re: Binary tree in ASP .net C#</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=50926#p50926</link>
				<description><![CDATA[<img src="http://www.devppl.com/forum/images/smilies//icon_eek.gif"
alt=":shock:" title="Shocked" /> OMG (i say).<br />as well that I love SEO.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=20641">Suffer</a> &bull; on Thu Apr 02, 2009 8:20 am &bull; Replies 1 &bull; Views 2762</p><hr />]]></description>
					<content:encoded><![CDATA[<img src="http://www.devppl.com/forum/images/smilies//icon_eek.gif"
alt=":shock:" title="Shocked" /> OMG (i say).<br />as well that I love SEO.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[20641]]></dc:creator>
			<dc:date>2009-04-08T09:06:50+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=50926#p50926</guid>
		</item>
			<item>
			<title>Can you give me some help to solve this problem</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=50761#p50761</link>
				<description><![CDATA[ I received a project for the video but he has a problem, when wilt thou
that we need to use instaliras Office 2003 that could use this program,
"Video" but I would like to change to do so to improve my mistake that I
did not need a permanent office to would be correct, and now that you asked
on the forum to help in this ... Thanks in advance ...<br
/>--------------------------------------------------------------------------------------<br
/><br />Private Sub Parametri()<br /><br />  Dim ladoRs  As
ADODB.Recordset<br />  Dim lstrSql As String<br />  <br />  Set ladoRs =
New ADODB.Recordset<br />  <br />  lstrSql = "SELECT * from servisi"<br /> 
ladoRs.Open lstrSql, "DSN=" & "Videoteka" & ";" & "UID=" & gstrUID,
adOpenDynamic, adLockOptimistic, adCmdText<br />  If ladoRs.BOF = False And
ladoRs.BOF = False Then<br />    txtGratis.Text = ladoRs!gf<br />   
gintGratis = CInt(ladoRs!gf)<br />    txtVrac.Text = ladoRs!rv<br />   
gintVrac = CInt(ladoRs!rv)<br />  Else<br />    txtGratis.Text = "0&quo...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=33817">zllatar</a> &bull; on Thu Mar 26, 2009 2:35 pm &bull; Replies 0 &bull; Views 128</p><hr />]]></description>
					<content:encoded><![CDATA[ I received a project for the video but he has a problem, when wilt thou
that we need to use instaliras Office 2003 that could use this program,
"Video" but I would like to change to do so to improve my mistake that I
did not need a permanent office to would be correct, and now that you asked
on the forum to help in this ... Thanks in advance ...<br
/>--------------------------------------------------------------------------------------<br
/><br />Private Sub Parametri()<br /><br />  Dim ladoRs  As
ADODB.Recordset<br />  Dim lstrSql As String<br />  <br />  Set ladoRs =
New ADODB.Recordset<br />  <br />  lstrSql = "SELECT * from servisi"<br /> 
ladoRs.Open lstrSql, "DSN=" & "Videoteka" & ";" & "UID=" & gstrUID,
adOpenDynamic, adLockOptimistic, adCmdText<br />  If ladoRs.BOF = False And
ladoRs.BOF = False Then<br />    txtGratis.Text = ladoRs!gf<br />   
gintGratis = CInt(ladoRs!gf)<br />    txtVrac.Text = ladoRs!rv<br />   
gintVrac = CInt(ladoRs!rv)<br />  Else<br />    txtGratis.Text = "0&quo...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[33817]]></dc:creator>
			<dc:date>2009-03-26T13:35:59+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=50761#p50761</guid>
		</item>
			<item>
			<title>VB 6 or .Net?</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=50052#p50052</link>
				<description><![CDATA[WizData Systems, Inc is a Microsoft Partner in New Jersey.  We are asking
VB, .Net and related developers if they are currently using VB 6 and some
similar questions.  <br /><br />Here is the link to the free survey we put
together<br
/>"http://www.surveymonkey.com/s.aspx?sm=4fgTWG0_2f6rjRSjoOndzBYA_3d_3d"
onclick="this.target='_blank';" rel="nofollow"<br /><br />We will post the
results on this forum and related forums once we compile some more data<br
/><br />Thanks everyone<br />-Mike-<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=21212">WizData</a> &bull; on Mon Feb 16, 2009 11:25 pm &bull; Replies 0 &bull; Views 349</p><hr />]]></description>
					<content:encoded><![CDATA[WizData Systems, Inc is a Microsoft Partner in New Jersey.  We are asking
VB, .Net and related developers if they are currently using VB 6 and some
similar questions.  <br /><br />Here is the link to the free survey we put
together<br
/>"http://www.surveymonkey.com/s.aspx?sm=4fgTWG0_2f6rjRSjoOndzBYA_3d_3d"
onclick="this.target='_blank';" rel="nofollow"<br /><br />We will post the
results on this forum and related forums once we compile some more data<br
/><br />Thanks everyone<br />-Mike-]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[21212]]></dc:creator>
			<dc:date>2009-02-16T22:25:49+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=50052#p50052</guid>
		</item>
			<item>
			<title>Re: ASP.NET and Visual Basic resources</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=50033#p50033</link>
				<description><![CDATA[I did go there already, but thanks for giving some feedback! w3schools is
an awesome site.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=20370">igjoe</a> &bull; on Fri Feb 06, 2009 7:16 pm &bull; Replies 2 &bull; Views 229</p><hr />]]></description>
					<content:encoded><![CDATA[I did go there already, but thanks for giving some feedback! w3schools is
an awesome site.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[20370]]></dc:creator>
			<dc:date>2009-02-16T14:14:43+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=50033#p50033</guid>
		</item>
			<item>
			<title>Re: Just need help with the array part of a visual basicquestion</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=49824#p49824</link>
				<description><![CDATA[Its ok I got it to work now<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=21542">Paladin</a> &bull; on Sat Feb 07, 2009 5:23 pm &bull; Replies 1 &bull; Views 256</p><hr />]]></description>
					<content:encoded><![CDATA[Its ok I got it to work now]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[21542]]></dc:creator>
			<dc:date>2009-02-08T12:08:05+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=49824#p49824</guid>
		</item>
			<item>
			<title>GridView FindControl returns null when HeaderText is set</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=49771#p49771</link>
				<description><![CDATA[  I have a GridView... <br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"> <asp:GridView
EnableViewState="true" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; ID="grdResults" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; runat="server" <br />&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; CssClass="resultsGrid" <br />&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
OnRowDataBound="grdResults_OnRowDataBound" <br />&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AutoGenerateColumns="false" <br />&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
HeaderStyle-CssClass="header" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; OnRowCommand="grdResults_OnRowCommand"><br />&nbsp;
&nbsp; <Columns><br />&nbsp; &nbsp; &nbsp; &nbsp;<asp:TemplateField><br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<ItemTemplate><br />&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="lblView" <br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;runat="server" <br />&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;Visible="false" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Text="View"><br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</asp:Label><br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:HyperLink
ID="hypEdit" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;runat="server" <br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Visible="false" <br />&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=21154">fitruss</a> &bull; on Wed Feb 04, 2009 3:45 pm &bull; Replies 0 &bull; Views 669</p><hr />]]></description>
					<content:encoded><![CDATA[  I have a GridView... <br /><br /><div
class="codetitle"><b>Code:</b></div><div class="codecontent"> <asp:GridView
EnableViewState="true" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; ID="grdResults" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; runat="server" <br />&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; CssClass="resultsGrid" <br />&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
OnRowDataBound="grdResults_OnRowDataBound" <br />&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AutoGenerateColumns="false" <br />&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
HeaderStyle-CssClass="header" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; OnRowCommand="grdResults_OnRowCommand"><br />&nbsp;
&nbsp; <Columns><br />&nbsp; &nbsp; &nbsp; &nbsp;<asp:TemplateField><br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<ItemTemplate><br />&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="lblView" <br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;runat="server" <br />&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;Visible="false" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Text="View"><br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</asp:Label><br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:HyperLink
ID="hypEdit" <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;runat="server" <br
/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Visible="false" <br />&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[21154]]></dc:creator>
			<dc:date>2009-02-04T14:45:01+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=49771#p49771</guid>
		</item>
			<item>
			<title>Mail Server exists?</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=47764#p47764</link>
				<description><![CDATA[How do I (In VB) check if the mail server from which an email claims to be
from exists?<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=14870">GoCode</a> &bull; on Thu Nov 06, 2008 12:29 am &bull; Replies 0 &bull; Views 6104</p><hr />]]></description>
					<content:encoded><![CDATA[How do I (In VB) check if the mail server from which an email claims to be
from exists?]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[14870]]></dc:creator>
			<dc:date>2008-11-05T23:29:40+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=47764#p47764</guid>
		</item>
			<item>
			<title>number combination</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=46643#p46643</link>
				<description><![CDATA[hi guys im stuck on part of a program i am working on in vb 2005. i need to
create a button that when you click on it it will generate the full 14
million lottery combinations and made viewable via list box. any help on
this would be much appreciated. thanx Dante2005<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=18787">Dante2005</a> &bull; on Fri Sep 19, 2008 12:58 pm &bull; Replies 0 &bull; Views 333</p><hr />]]></description>
					<content:encoded><![CDATA[hi guys im stuck on part of a program i am working on in vb 2005. i need to
create a button that when you click on it it will generate the full 14
million lottery combinations and made viewable via list box. any help on
this would be much appreciated. thanx Dante2005]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[18787]]></dc:creator>
			<dc:date>2008-09-19T12:58:55+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=46643#p46643</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=46592#p46592</link>
				<description><![CDATA[Hello, 
<br />   I have an account with clickatell, but i don't know how I can put
their C #sample code in my web site that when my users want to register in
my website, they must receive one SMS when they click submit button. Would
u guide me? 
<br />
<br />"http://www.infysolutions.com" onclick="this.target='_blank';"
rel="nofollow"
<br />
<br />Thanks a lot<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=18746">madona123</a> &bull; on Mon Jul 16, 2007 1:25 pm &bull; Replies 1 &bull; Views 1200</p><hr />]]></description>
					<content:encoded><![CDATA[Hello, 
<br />   I have an account with clickatell, but i don't know how I can put
their C #sample code in my web site that when my users want to register in
my website, they must receive one SMS when they click submit button. Would
u guide me? 
<br />
<br />"http://www.infysolutions.com" onclick="this.target='_blank';"
rel="nofollow"
<br />
<br />Thanks a lot]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[18746]]></dc:creator>
			<dc:date>2008-09-17T10:45:41+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=46592#p46592</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=45091#p45091</link>
				<description><![CDATA[open your asp page in dreamweaver and insert the media<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=17963">micheal</a> &bull; on Mon Dec 31, 2007 9:25 am &bull; Replies 1 &bull; Views 758</p><hr />]]></description>
					<content:encoded><![CDATA[open your asp page in dreamweaver and insert the media]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[17963]]></dc:creator>
			<dc:date>2008-08-09T11:02:10+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=45091#p45091</guid>
		</item>
			<item>
			<title>read html image using C# and send mail</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=45005#p45005</link>
				<description><![CDATA[how to read a html page with images using C# and send email with the
content in html to mail body
<br />Thnaks in advance<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=17631">bytesbytes</a> &bull; on Thu Aug 07, 2008 5:50 am &bull; Replies 0 &bull; Views 708</p><hr />]]></description>
					<content:encoded><![CDATA[how to read a html page with images using C# and send email with the
content in html to mail body
<br />Thnaks in advance]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[17631]]></dc:creator>
			<dc:date>2008-08-07T05:50:55+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=45005#p45005</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=43287#p43287</link>
				<description><![CDATA[yes.can u ask everyone^^:)<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=17257">thinhpro1212</a> &bull; on Wed Mar 28, 2007 5:21 am &bull; Replies 2 &bull; Views 1381</p><hr />]]></description>
					<content:encoded><![CDATA[yes.can u ask everyone^^:)]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[17257]]></dc:creator>
			<dc:date>2008-06-28T13:02:20+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=43287#p43287</guid>
		</item>
			<item>
			<title>Question about a web page</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=41653#p41653</link>
				<description><![CDATA[I just wanted some help with my web page. It isn't hard, I just wanted some
help. Email me @ <!-- e --><a
href="mailto:Cadman-LT@columbus.rr.com">Cadman-LT@columbus.rr.com</a><!-- e
-->. Thanks<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=16798">Cadman-LT</a> &bull; on Mon Jun 02, 2008 10:32 am &bull; Replies 0 &bull; Views 475</p><hr />]]></description>
					<content:encoded><![CDATA[I just wanted some help with my web page. It isn't hard, I just wanted some
help. Email me @ <!-- e --><a
href="mailto:Cadman-LT@columbus.rr.com">Cadman-LT@columbus.rr.com</a><!-- e
-->. Thanks]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[16798]]></dc:creator>
			<dc:date>2008-06-02T10:32:54+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=41653#p41653</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=41480#p41480</link>
				<description><![CDATA[To be able to read database data, the data must first be loaded into a
recordset. i cannot understand using coding  this can understand by expert
only.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=16752">payal</a> &bull; on Mon Jun 26, 2006 10:32 am &bull; Replies 3 &bull; Views 1870</p><hr />]]></description>
					<content:encoded><![CDATA[To be able to read database data, the data must first be loaded into a
recordset. i cannot understand using coding  this can understand by expert
only.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[16752]]></dc:creator>
			<dc:date>2008-05-30T08:39:25+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=41480#p41480</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=39749#p39749</link>
				<description><![CDATA[Okay I am closer,  just need a little help in the rest  current code I have
is
<br />
<br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">writer.WriteLine&#40;phNumber & " " &
strLine1.Substring&#40;strLine1.IndexOf&#40;" "&#41; + 1, strLine1.Length -
strLine1.IndexOf&#40;" "&#41; - 2&#41;&#41;</div>
<br />
<br />Which produces :
<br />
<br />158 3 D/A B
<br />
<br />This is desired except that it cuts off the first word, in this case
"Shelf"  If I try to add anything other than a " " to indexof at the
beginning I get errors.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=15860">alpizzle</a> &bull; on Wed Apr 23, 2008 12:35 pm &bull; Replies 1 &bull; Views 956</p><hr />]]></description>
					<content:encoded><![CDATA[Okay I am closer,  just need a little help in the rest  current code I have
is
<br />
<br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">writer.WriteLine&#40;phNumber & " " &
strLine1.Substring&#40;strLine1.IndexOf&#40;" "&#41; + 1, strLine1.Length -
strLine1.IndexOf&#40;" "&#41; - 2&#41;&#41;</div>
<br />
<br />Which produces :
<br />
<br />158 3 D/A B
<br />
<br />This is desired except that it cuts off the first word, in this case
"Shelf"  If I try to add anything other than a " " to indexof at the
beginning I get errors.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[15860]]></dc:creator>
			<dc:date>2008-04-23T12:55:29+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=39749#p39749</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=35855#p35855</link>
				<description><![CDATA[The only way to make an email address really hidden is not to use one -
best way to do this is to use a secure form instead.
<br />
<br />If you really want to include an email address then you need it to be
accessible (i.e. no image and no Javascript).
<br />But I believe that if you want your email on a site then you need to
balance that need against the irritation of a little spam, just get an
effective anti-spam measure at the email client end.
<br />
<br />for more detail of any asp & web designing information visit 
<br /><a href="http://webdesigningcompany.net" class="postlink"
onclick="this.target='_blank';"
rel="nofollow">http://webdesigningcompany.net</a><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=14418">bimal</a> &bull; on Tue May 15, 2007 9:41 pm &bull; Replies 2 &bull; Views 1268</p><hr />]]></description>
					<content:encoded><![CDATA[The only way to make an email address really hidden is not to use one -
best way to do this is to use a secure form instead.
<br />
<br />If you really want to include an email address then you need it to be
accessible (i.e. no image and no Javascript).
<br />But I believe that if you want your email on a site then you need to
balance that need against the irritation of a little spam, just get an
effective anti-spam measure at the email client end.
<br />
<br />for more detail of any asp & web designing information visit 
<br /><a href="http://webdesigningcompany.net" class="postlink"
onclick="this.target='_blank';"
rel="nofollow">http://webdesigningcompany.net</a>]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[14418]]></dc:creator>
			<dc:date>2008-01-17T05:53:02+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=35855#p35855</guid>
		</item>
			<item>
			<title>Modal Window</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=35772#p35772</link>
				<description><![CDATA[ Hi Guys,
<br />I am new to Field of .Net and JavaScript.
<br />I have a problem regarding Modal Window.
<br />I have created a page in which when there is textbox and a button.
Now when the user clicks on the button, a modal window should open in which
there is calender control(for this I have created a another aspx page and
added calender control on it.) I am calling this function on the button
click
<br />
<br />INSIDE PARENT WINDOW
<br />-------------------------------------
<br />function openCalender(id)
<br />{
<br />//I am sending the selected date to the calender control, to display
the date that is in textbox
<br />var selDate=document.getElementById(id).value;
<br />var retVal=""
<br />var valReturned;
<br />//alert(selDate);
<br
/>retVal=window.showModalDialog("DatePicker.aspx?formname=document.getElementById(\""+id+"\")&selectedDate="+selDate,retVal,"dialogWidth:230
px;dialogHeight:190px");
<br />valReturned=retVal;
<br />document.getElementById(id).value=valReturned;
<br />}
<br />
<br />INSIDE MODAL WINDOW(CALENDER.ASPX)
<br />---------------------------------------...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=14409">Andy0000</a> &bull; on Tue Jan 15, 2008 9:42 am &bull; Replies 0 &bull; Views 806</p><hr />]]></description>
					<content:encoded><![CDATA[ Hi Guys,
<br />I am new to Field of .Net and JavaScript.
<br />I have a problem regarding Modal Window.
<br />I have created a page in which when there is textbox and a button.
Now when the user clicks on the button, a modal window should open in which
there is calender control(for this I have created a another aspx page and
added calender control on it.) I am calling this function on the button
click
<br />
<br />INSIDE PARENT WINDOW
<br />-------------------------------------
<br />function openCalender(id)
<br />{
<br />//I am sending the selected date to the calender control, to display
the date that is in textbox
<br />var selDate=document.getElementById(id).value;
<br />var retVal=""
<br />var valReturned;
<br />//alert(selDate);
<br
/>retVal=window.showModalDialog("DatePicker.aspx?formname=document.getElementById(\""+id+"\")&selectedDate="+selDate,retVal,"dialogWidth:230
px;dialogHeight:190px");
<br />valReturned=retVal;
<br />document.getElementById(id).value=valReturned;
<br />}
<br />
<br />INSIDE MODAL WINDOW(CALENDER.ASPX)
<br />---------------------------------------...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[14409]]></dc:creator>
			<dc:date>2008-01-15T08:42:30+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=35772#p35772</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=35329#p35329</link>
				<description><![CDATA[An easy way would be to set and share the same static cookies (with login
information), but thats not a secure solution.
<br />
<br />Else I dont see any other way than to share server side information,
which could be session information or probably more easy: use login
information on a shared database.
<br />
<br />cheers!
<br />- leonard<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=14098">leonard</a> &bull; on Tue Jan 01, 2008 7:47 am &bull; Replies 1 &bull; Views 801</p><hr />]]></description>
					<content:encoded><![CDATA[An easy way would be to set and share the same static cookies (with login
information), but thats not a secure solution.
<br />
<br />Else I dont see any other way than to share server side information,
which could be session information or probably more easy: use login
information on a shared database.
<br />
<br />cheers!
<br />- leonard]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[14098]]></dc:creator>
			<dc:date>2008-01-01T11:48:20+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=35329#p35329</guid>
		</item>
			<item>
			<title>Displaying relevant field names</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=32888#p32888</link>
				<description><![CDATA[  Hi there!
<br />
<br />I would like to know whether it's possible to retrieve the field
names, in order to display them in table format within a html page. I would
like to dress the table with the cell data together with field names as
'headers' for each column. 
<br />
<br />Here is a snippet of what i have manages to produce. Currently, it
displays all the entries that coincide with thier field names. The inly
thing i wish to do now is to display the field names:
<br />
<br /><span style="font-weight: bold"> <html><br /><head><br
/><title>date</title><br /></head><br /><body ><br /><h3>Try It Out -
Sailors Table With a Counter</b></i></font></h3><br /><br /><p><br><br
/><%<br />Dim oRSeofc<br />Set
oRSeofc=Server.createObject("ADODB.recordset")<br />oRSEOFc.Open "People",
"dsn=20527796a"<br />oRSeofc.MoveFirst<br />response.write "<table
border='1'>"<br /><br />Dim PersonCounter<br />PersonCounter = 0<br />Do
While Not oRSeofc.EOF<br />PersonCounter =PersonCounter + 1<br /><br
/>response.write oRSeofc.fields.item(counter).name<br /><br
/>Response.write "<tr><td>" </span>...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=8575">stroodle01</a> &bull; on Thu Oct 04, 2007 1:09 pm &bull; Replies 0 &bull; Views 865</p><hr />]]></description>
					<content:encoded><![CDATA[  Hi there!
<br />
<br />I would like to know whether it's possible to retrieve the field
names, in order to display them in table format within a html page. I would
like to dress the table with the cell data together with field names as
'headers' for each column. 
<br />
<br />Here is a snippet of what i have manages to produce. Currently, it
displays all the entries that coincide with thier field names. The inly
thing i wish to do now is to display the field names:
<br />
<br /><span style="font-weight: bold"> <html><br /><head><br
/><title>date</title><br /></head><br /><body ><br /><h3>Try It Out -
Sailors Table With a Counter</b></i></font></h3><br /><br /><p><br><br
/><%<br />Dim oRSeofc<br />Set
oRSeofc=Server.createObject("ADODB.recordset")<br />oRSEOFc.Open "People",
"dsn=20527796a"<br />oRSeofc.MoveFirst<br />response.write "<table
border='1'>"<br /><br />Dim PersonCounter<br />PersonCounter = 0<br />Do
While Not oRSeofc.EOF<br />PersonCounter =PersonCounter + 1<br /><br
/>response.write oRSeofc.fields.item(counter).name<br /><br
/>Response.write "<tr><td>" </span>...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[8575]]></dc:creator>
			<dc:date>2007-10-04T13:09:52+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=32888#p32888</guid>
		</item>
			<item>
			<title>Example of Image Upload</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=32386#p32386</link>
				<description><![CDATA[  Here we are uploading images in File System and storing path in the
database.
<br /> 
<br />"http://www.hanusoftware.com" onclick="this.target='_blank';"
rel="nofollow"
<br />
<br />Code (ImageUpload.aspx.cs) :-
<br />private void Button1_Click(object sender, System.EventArgs e)
<br />		{
<br />	//	Here I am uploading images in Images folder of C drive.
<br />int intResult=0;
<br />string strPath =
@"c:\Images\"+Path.GetFileName(File1.PostedFile.FileName);
<br />SqlConnection con = new
SqlConnection("server=.;uid=sa;database=pubs;pwd=");
<br />SqlCommand com = new SqlCommand("Insert into Category(name,imagepath)
values(@name,@imagepath)",con);
<br />			com.Parameters.Add("@name",TextBox1.Text);
<br />			com.Parameters.Add("@imagepath",strPath);
<br />			con.Open();
<br />			intResult =  Convert.ToInt32(com.ExecuteNonQuery());
<br />			if(intResult != 0)
<br />			{
<br />				File1.PostedFile.SaveAs(strPath);
<br />				Response.Write("Record Inserted.");
<br />			}
<br />		}
<br />
<br />
<br />
<br />
<br /><a href="http://www.hanusoftware.com" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Software Development
Company</a>...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=11484">hanusoftware</a> &bull; on Thu Sep 20, 2007 11:56 am &bull; Replies 0 &bull; Views 862</p><hr />]]></description>
					<content:encoded><![CDATA[  Here we are uploading images in File System and storing path in the
database.
<br /> 
<br />"http://www.hanusoftware.com" onclick="this.target='_blank';"
rel="nofollow"
<br />
<br />Code (ImageUpload.aspx.cs) :-
<br />private void Button1_Click(object sender, System.EventArgs e)
<br />		{
<br />	//	Here I am uploading images in Images folder of C drive.
<br />int intResult=0;
<br />string strPath =
@"c:\Images\"+Path.GetFileName(File1.PostedFile.FileName);
<br />SqlConnection con = new
SqlConnection("server=.;uid=sa;database=pubs;pwd=");
<br />SqlCommand com = new SqlCommand("Insert into Category(name,imagepath)
values(@name,@imagepath)",con);
<br />			com.Parameters.Add("@name",TextBox1.Text);
<br />			com.Parameters.Add("@imagepath",strPath);
<br />			con.Open();
<br />			intResult =  Convert.ToInt32(com.ExecuteNonQuery());
<br />			if(intResult != 0)
<br />			{
<br />				File1.PostedFile.SaveAs(strPath);
<br />				Response.Write("Record Inserted.");
<br />			}
<br />		}
<br />
<br />
<br />
<br />
<br /><a href="http://www.hanusoftware.com" class="postlink"
onclick="this.target='_blank';" rel="nofollow">Software Development
Company</a>...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[11484]]></dc:creator>
			<dc:date>2007-09-20T11:56:30+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=32386#p32386</guid>
		</item>
			<item>
			<title>Code to encrypt the Password or any string</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=30109#p30109</link>
				<description><![CDATA[  /// <summary>
<br />
<br />/// Thsi method retrieve the string to encrypt from the Presentation
Layer
<br />
<br />/// And return the Encrypted String
<br />
<br />/// </summary>
<br />
<br />/// <param name="str"></param>
<br />
<br />/// <returns></returns>
<br />
<br />public string encryptPassword(string strText)
<br />
<br />{
<br />
<br />return Encrypt(strText, "&%#@?,:*");
<br />
<br />}
<br />
<br />/// <summary>
<br />
<br />/// This method retrieve the encrypted string to decrypt from the
Presentation Layer
<br />
<br />/// And return the decrypted string
<br />
<br />/// </summary>
<br />
<br />/// <param name="str"></param>
<br />
<br />/// <returns></returns>
<br />
<br />public string decryptPassword(string str)
<br />
<br />{
<br />
<br />return Decrypt(str, "&%#@?,:*");
<br />
<br />}
<br />
<br />/// <summary>
<br />
<br />/// This method has been used to get the Encrypetd string for the
<br />
<br />/// passed string
<br />
<br />/// </summary>
<br />
<br />/// <param name="strText"></param>
<br />
<br />/// <param name="strEncrypt"></param>
<br />
<br />/// <returns></returns>
<br />
<br />private string...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=11484">hanusoftware</a> &bull; on Wed Jul 11, 2007 6:10 am &bull; Replies 0 &bull; Views 933</p><hr />]]></description>
					<content:encoded><![CDATA[  /// <summary>
<br />
<br />/// Thsi method retrieve the string to encrypt from the Presentation
Layer
<br />
<br />/// And return the Encrypted String
<br />
<br />/// </summary>
<br />
<br />/// <param name="str"></param>
<br />
<br />/// <returns></returns>
<br />
<br />public string encryptPassword(string strText)
<br />
<br />{
<br />
<br />return Encrypt(strText, "&%#@?,:*");
<br />
<br />}
<br />
<br />/// <summary>
<br />
<br />/// This method retrieve the encrypted string to decrypt from the
Presentation Layer
<br />
<br />/// And return the decrypted string
<br />
<br />/// </summary>
<br />
<br />/// <param name="str"></param>
<br />
<br />/// <returns></returns>
<br />
<br />public string decryptPassword(string str)
<br />
<br />{
<br />
<br />return Decrypt(str, "&%#@?,:*");
<br />
<br />}
<br />
<br />/// <summary>
<br />
<br />/// This method has been used to get the Encrypetd string for the
<br />
<br />/// passed string
<br />
<br />/// </summary>
<br />
<br />/// <param name="strText"></param>
<br />
<br />/// <param name="strEncrypt"></param>
<br />
<br />/// <returns></returns>
<br />
<br />private string...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[11484]]></dc:creator>
			<dc:date>2007-07-11T06:10:06+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=30109#p30109</guid>
		</item>
			<item>
			<title>encrypt and decrypt query string</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=29721#p29721</link>
				<description><![CDATA[  This code has been used to encrypt and decrypt query string .No matter
what the lenght of the url is ,this code will encrypt the key and the value
the query string into 25 digit
<br />
<br />
<br />
<br />
<br />
<br />
<br />using System;
<br />using System.Collections.Generic;
<br />using System.Text;
<br />using System.Collections.Specialized;
<br />using System.Collections;
<br />using System.Web;
<br />
<br />
<br />
<br />namespace BusinessLayer
<br />{
<br />public class QueryString : NameValueCollection
<br />{
<br />private string document;
<br />public string Document
<br />{
<br />get
<br />{
<br />return document;
<br />}
<br />}
<br />public QueryString()
<br />{
<br />}
<br />public QueryString(NameValueCollection clone): base(clone)
<br />{
<br />}
<br />//##################################################
###############################################
<br />//This Class Has been used to get the URl from the address browser of
the page
<br />// "http://www.hanusoftware.com" onclick="this.target='_blank';"
rel="nofollow"
<br />//##################################################
###############################################
<br />//this...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=11484">hanusoftware</a> &bull; on Mon Jul 02, 2007 9:31 am &bull; Replies 0 &bull; Views 1224</p><hr />]]></description>
					<content:encoded><![CDATA[  This code has been used to encrypt and decrypt query string .No matter
what the lenght of the url is ,this code will encrypt the key and the value
the query string into 25 digit
<br />
<br />
<br />
<br />
<br />
<br />
<br />using System;
<br />using System.Collections.Generic;
<br />using System.Text;
<br />using System.Collections.Specialized;
<br />using System.Collections;
<br />using System.Web;
<br />
<br />
<br />
<br />namespace BusinessLayer
<br />{
<br />public class QueryString : NameValueCollection
<br />{
<br />private string document;
<br />public string Document
<br />{
<br />get
<br />{
<br />return document;
<br />}
<br />}
<br />public QueryString()
<br />{
<br />}
<br />public QueryString(NameValueCollection clone): base(clone)
<br />{
<br />}
<br />//##################################################
###############################################
<br />//This Class Has been used to get the URl from the address browser of
the page
<br />// "http://www.hanusoftware.com" onclick="this.target='_blank';"
rel="nofollow"
<br />//##################################################
###############################################
<br />//this...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[11484]]></dc:creator>
			<dc:date>2007-07-02T09:31:37+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=29721#p29721</guid>
		</item>
			<item>
			<title>Applying conditions in aspx page</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=28173#p28173</link>
				<description><![CDATA[ Hi freinds,
<br />
<br />I want to execute code of my aspx page on the basis of "if and else
condition".But now it is firing both if and else code, means it is not
considering any conditional looping.Below is the code of my aspx page,
please check where i m wrong.
<br />
<br /> 
<br />
<br /><%@ Page Language="VB" AutoEventWireup="false"
CodeFile="test.aspx.vb" Inherits="test" %>
<br />
<br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<br />
<br /><html xmlns="http://www.w3.org/1999/xhtml" >
<br /><head runat="server">
<br />
<br />    <title>Untitled Page</title>
<br />    
<br /></head>
<br />
<br /><body>
<br />    <form id="form1" runat="server">
<br />    <div>
<br />    
<br />        <asp:GridView ID="GridView1" runat="server"
AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
<br />        <Columns>
<br />        <asp:HyperLinkField DataTextField ="heading_t"
dataNavigateUrlFields ="navlinks_t" /></Columns>
<br />        </...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=10801">fozia_izhar</a> &bull; on Tue May 29, 2007 10:12 am &bull; Replies 0 &bull; Views 1009</p><hr />]]></description>
					<content:encoded><![CDATA[ Hi freinds,
<br />
<br />I want to execute code of my aspx page on the basis of "if and else
condition".But now it is firing both if and else code, means it is not
considering any conditional looping.Below is the code of my aspx page,
please check where i m wrong.
<br />
<br /> 
<br />
<br /><%@ Page Language="VB" AutoEventWireup="false"
CodeFile="test.aspx.vb" Inherits="test" %>
<br />
<br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<br />
<br /><html xmlns="http://www.w3.org/1999/xhtml" >
<br /><head runat="server">
<br />
<br />    <title>Untitled Page</title>
<br />    
<br /></head>
<br />
<br /><body>
<br />    <form id="form1" runat="server">
<br />    <div>
<br />    
<br />        <asp:GridView ID="GridView1" runat="server"
AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
<br />        <Columns>
<br />        <asp:HyperLinkField DataTextField ="heading_t"
dataNavigateUrlFields ="navlinks_t" /></Columns>
<br />        </...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[10801]]></dc:creator>
			<dc:date>2007-05-29T10:12:30+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=28173#p28173</guid>
		</item>
			<item>
			<title>[For Hire] Experienced ASP.NET/MSSQL Developer ($15/hour)</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=27817#p27817</link>
				<description><![CDATA[ I've just finished a long term contract and looking for another big
project; 3-6 month contract 
<br />or a full time offsite position as an ASP.NET developer/architect.
<br />
<br />I have 6 years of a full cycle development experience with ASP.NET
2.0 (C#) and Microsoft SQL Server 2005 development.
<br />
<br />* I have strong skills in developing relatively big scalable
Databases, utilizing views, stored procedures, functions, triggers and
notification services.
<br />* Have experience of developing and implementing web applications
using a full System Life Cycle Methodology using .NET 2.0.
<br />* Have experience in developing Web Services (using SOAP protocol).
<br />* Have mature skills in user interface design.
<br />* And.. have more then 7 years of IT experience in overall.
<br />
<br />
<br />I'm oriented towards developing high quality scalable web solutions.
Have strong OOP skills, eXtreme Programming oriented (test driven
methodology),
<br />utilizing best common practices, programming patterns and coding
standards.
<br />
<br />If you need a hi...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=10682">csnegi</a> &bull; on Wed May 23, 2007 7:45 am &bull; Replies 0 &bull; Views 831</p><hr />]]></description>
					<content:encoded><![CDATA[ I've just finished a long term contract and looking for another big
project; 3-6 month contract 
<br />or a full time offsite position as an ASP.NET developer/architect.
<br />
<br />I have 6 years of a full cycle development experience with ASP.NET
2.0 (C#) and Microsoft SQL Server 2005 development.
<br />
<br />* I have strong skills in developing relatively big scalable
Databases, utilizing views, stored procedures, functions, triggers and
notification services.
<br />* Have experience of developing and implementing web applications
using a full System Life Cycle Methodology using .NET 2.0.
<br />* Have experience in developing Web Services (using SOAP protocol).
<br />* Have mature skills in user interface design.
<br />* And.. have more then 7 years of IT experience in overall.
<br />
<br />
<br />I'm oriented towards developing high quality scalable web solutions.
Have strong OOP skills, eXtreme Programming oriented (test driven
methodology),
<br />utilizing best common practices, programming patterns and coding
standards.
<br />
<br />If you need a hi...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[10682]]></dc:creator>
			<dc:date>2007-05-23T07:45:20+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=27817#p27817</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=27171#p27171</link>
				<description><![CDATA[This for using more java code then I think I have ever seen. I can't find
the file that submit the form but it looks like it is based on what
department you enter and then it is sent to that department and all done in
which I believe is java script I went through all the includes you may want
to place this post in the java script sections.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=8698">jberry</a> &bull; on Tue May 08, 2007 2:33 pm &bull; Replies 2 &bull; Views 1269</p><hr />]]></description>
					<content:encoded><![CDATA[This for using more java code then I think I have ever seen. I can't find
the file that submit the form but it looks like it is based on what
department you enter and then it is sent to that department and all done in
which I believe is java script I went through all the includes you may want
to place this post in the java script sections.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[8698]]></dc:creator>
			<dc:date>2007-05-14T18:03:54+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=27171#p27171</guid>
		</item>
			<item>
			<title>Giving Width and height of an image in IE and Mozilla</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=25414#p25414</link>
				<description><![CDATA[Hi
<br />
<br />In the following  code i am giving height and width for an image.its
working fine in IE .but when using Mozilla the image displaying with its
original height and width not with my given width and height.so plz give me
a correct code for image "width" and "height" thats working in both IE and
Mozilla.
<br />
<br /><asp:ImageButton id=ImgItem runat="server" Width="200px"
Height="290px"
CommandArgument='<%#DataBinder.Eval(Container.DataItem,"Id")%>'
CommandName="view" ImageAlign="Middle"></asp:ImageButton>
<br />
<br />thanks
<br />Roban<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=9796">roban</a> &bull; on Mon Apr 23, 2007 12:47 pm &bull; Replies 0 &bull; Views 1024</p><hr />]]></description>
					<content:encoded><![CDATA[Hi
<br />
<br />In the following  code i am giving height and width for an image.its
working fine in IE .but when using Mozilla the image displaying with its
original height and width not with my given width and height.so plz give me
a correct code for image "width" and "height" thats working in both IE and
Mozilla.
<br />
<br /><asp:ImageButton id=ImgItem runat="server" Width="200px"
Height="290px"
CommandArgument='<%#DataBinder.Eval(Container.DataItem,"Id")%>'
CommandName="view" ImageAlign="Middle"></asp:ImageButton>
<br />
<br />thanks
<br />Roban]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=33"><![CDATA[ASP &amp;amp; ASP.NET Forum]]></category>
			<dc:creator><![CDATA[9796]]></dc:creator>
			<dc:date>2007-04-23T12:47:52+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=25414#p25414</guid>
		</item>
			<item>
			<title>Click to jump to page…</title>
			<description><![CDATA[
			<div class="pagination">
				  Page <strong>1</strong> of <strong>3</strong> &bull; <span><strong>1</strong><span class="page-sep">, </span><a href="rss.php?f=33&amp;start=30">2</a><span class="page-sep">, </span><a href="rss.php?f=33&amp;start=60">3</a></span>			</div>
			<hr />]]></description>
			<guid isPermaLink="false"></guid>
        </item>
	
	</channel>
</rss>