<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'C#'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=C%23&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'C#'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Dynamic gridview generation into another gridview</title><link>http://forums.asp.net/thread/3555368.aspx</link><pubDate>Wed, 09 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3555368</guid><dc:creator>sid1881</dc:creator><description>&lt;p&gt;I have a requirement where I want to have a n-level drill down gridview. Going by that, I will have to dynamically generate a gridview into the itemTemplate of another gridview. Please suggest how should I achieve this through code as I am not able to figure out myself. Please help. Your help is greatly appreciated&lt;/p&gt;</description></item><item><title>Image transparent with text on image</title><link>http://forums.asp.net/thread/3555838.aspx</link><pubDate>Wed, 09 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3555838</guid><dc:creator>chchinmaya</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;i am displaying image dyanamically and i want to display some text regarding that image.&lt;/p&gt;
&lt;p&gt;but my problem is i want to display image with content on right side. i saw one example this is the url &lt;a href="http://www.w3schools.com/Css/css_image_transparency.asp"&gt;http://www.w3schools.com/Css/css_image_transparency.asp&lt;/a&gt;&amp;nbsp;this url is static data but i want to dispaly image with content dynamically...&lt;/p&gt;
&lt;p&gt;can any one please help me....!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Chinmaya.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Object Reference Not Set - On this...</title><link>http://forums.asp.net/thread/3554128.aspx</link><pubDate>Tue, 08 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3554128</guid><dc:creator>G0ggy</dc:creator><description>&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt;try
        {
            webTrendsLGConn.Open();
            lgDataAdaptor.Fill(dtLGHighlights);
            int i = 0;
            string[] arrLGTitles = null;

            foreach (DataRow row in dtLGHighlights.Rows)
            {
                arrLGTitles[i] = row[&amp;quot;Titles&amp;quot;].ToString();
                i++;
            }

            return arrLGTitles;
        }
        finally
        {
            webTrendsLGConn.Dispose();
            lgDataAdaptor.Dispose();
            lgCommand.Dispose();
        }&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;The line &amp;quot;i++;&amp;quot; is what is throwing the error, but I fail to see that it has gone out of scope...&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>Create a callback page from RBS WorldPay with c#</title><link>http://forums.asp.net/thread/3551510.aspx</link><pubDate>Mon, 07 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3551510</guid><dc:creator>Steammike</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;Does anyone know how to create a callback page from RBS WorldPay? Please help, its urgen...&lt;/p&gt;&lt;p&gt;Thanks for the help.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Mike&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Code Obfuscation</title><link>http://forums.asp.net/thread/3551724.aspx</link><pubDate>Mon, 07 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3551724</guid><dc:creator>ssware</dc:creator><description>&lt;p&gt;Use an obfuscator such as Crypto Obfuscator (&lt;a target="_blank" title="Crypto Obfuscator For .Net" href="http://www.ssware.com/cryptoobfuscator/obfuscator-net.htm"&gt;http://www.ssware.com/cryptoobfuscator/obfuscator-net.htm&lt;/a&gt;) which uses various layers of 
protections such as string encryption, symbol renaming, control flow 
obfuscation, resource protection, assembly compression, encryption, 
anti-decompiler, anti-ILDASM, etc, etc. All this combine to make it 
&lt;br /&gt;extremely hard to decompile your assembly.&lt;/p&gt;</description></item><item><title>Re: How to count Page_Loads and check if there's data in a table</title><link>http://forums.asp.net/thread/3552117.aspx</link><pubDate>Mon, 07 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3552117</guid><dc:creator>markgr26@hotmail.com</dc:creator><description>&lt;p&gt;It looks like you do know how to query the database because you&amp;#39;re using SqlConnection and SqlCommand in the code&amp;nbsp;snippet you posted originally.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You need to look at some basic T-Sql skills for querying data.&amp;nbsp; Get your query in&amp;nbsp;a stored proc (if you&amp;#39;re using Stored&amp;nbsp;Procs to query) and execute Stored Proc using SqlCommand.&amp;nbsp; Read up about the SqlCommand.ExecScalar() method - this will prob. be useful to you.&lt;/p&gt;</description></item><item><title>Re: How to retrieve page URL</title><link>http://forums.asp.net/thread/3552169.aspx</link><pubDate>Mon, 07 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3552169</guid><dc:creator>markgr26@hotmail.com</dc:creator><description>&lt;p&gt;&amp;nbsp;Here are a few useful properties of Request object.&amp;nbsp; You will find that some of the values are duplicated between properties - do some googling and you will find more.&amp;nbsp; Knock up a test web page and output all these values.&amp;nbsp; It&amp;#39;s useful info.&lt;/p&gt;&lt;pre class="c-sharp" name="code"&gt;        Request.PhysicalPath;
        Request.RawUrl;
        
        Request.Url.OriginalString;
        Request.Url.PathAndQuery;
        Request.Url.Query;
        Request.Url.Port;
        Request.Url.Scheme;
        Request.Url.IsLoopback;
        Request.Url.AbsolutePath;
        Request.Url.AbsoluteUri;&lt;/pre&gt;
&lt;p&gt;Also, if you do ever need to find out which control posted back then this seems to do the trick:&lt;/p&gt;&lt;pre class="c-sharp" name="code"&gt;        public static Control GetPostBackControl(Page page) {
            Control ctrl = null;
            string et = page.Request.Params.Get(&amp;quot;__EVENTTARGET&amp;quot;);
            if (!string.IsNullOrEmpty(et)) {
                ctrl = page.FindControl(et);
            } else {
                foreach (string ctl in page.Request.Form) {
                    Control c = page.FindControl(ctl);
                    if (c is System.Web.UI.WebControls.Button) {
                        ctrl = c;
                        break;
                    }
                }
            }
            return ctrl;
        }&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="Tips and articles about C#, Asp.Net Design, C# Design Patterns, CSS and GUI Design, GUI Layout, Javascript, Javascript with Asp.Net, Ajax" href="http://designcodetest.blogspot.com/"&gt;Mark Graham [DESIGN CODE TEST]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>unable to return an array of strings using webmethod </title><link>http://forums.asp.net/thread/3550262.aspx</link><pubDate>Sun, 06 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3550262</guid><dc:creator>renegade_praveen</dc:creator><description>&lt;p&gt;&lt;/p&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp;[WebMethod]&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public string[] sampledatabase(string type, int age)&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlCommand cmd;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string cmdstring = &amp;quot;Select policy from Table1 where type = &amp;#39;&amp;quot;+type+&amp;quot;&amp;#39; and MinAge&amp;lt;= &amp;quot;+ age;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlConnection conn = new SqlConnection(&amp;quot;Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\Users\\Praveen Kumar\\Documents\\insurance.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True&amp;quot;);&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cmd = new SqlCommand(cmdstring, conn);&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;conn.Open();&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlDataReader reader;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string[] returnData=new string[50];&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int i=0;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int n;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reader=cmd.ExecuteReader();&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;while(reader.Read())&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;returnData[i]= reader.GetString(0);&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i++;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;n=i;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;conn.Close();&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return returnData;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;}&lt;/div&gt;&lt;p&gt;&lt;p&gt;hi im new to c# . net. im creating an application for my college project. plz help &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;[WebMethod]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public string[] sampledatabase(string type, int age)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlCommand cmd;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string cmdstring = &amp;quot;Select policy from Table1 where type = &amp;#39;&amp;quot;+type+&amp;quot;&amp;#39; and MinAge&amp;lt;= &amp;quot;+ age;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlConnection conn = new SqlConnection(&amp;quot;Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\Users\\Praveen Kumar\\Documents\\insurance.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True&amp;quot;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cmd = new SqlCommand(cmdstring, conn);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;conn.Open();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlDataReader reader;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string[] returnData=new string[50];&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int i=0;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int n;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reader=cmd.ExecuteReader();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;while(reader.Read())&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;returnData[i]= reader.GetString(0);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i++;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;n=i;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;conn.Close();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for(i=0;i&amp;lt;=n;i++)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return returnData[i];&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;//&amp;nbsp;Cannot implicitly convert type &amp;#39;string&amp;#39; to &amp;#39;string[]&amp;#39; &amp;nbsp;is the error i get plz help.&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>Re: How To Protect My Source Code From Distributing</title><link>http://forums.asp.net/thread/3549291.aspx</link><pubDate>Sat, 05 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3549291</guid><dc:creator>ssware</dc:creator><description>&lt;p&gt;Check &amp;quot;Allow this precompiled website to be updateable&amp;quot; on your project 
settings.&lt;br /&gt;For added security, obfuscate the resulting dll(s) using an 
obfuscator such as Crypto Obfuscator (&lt;a target="_blank" title="Crypto Obfuscator For .Net" href="http://www.ssware.com/cryptoobfuscator/obfuscator-net.htm"&gt;http://www.ssware.com/cryptoobfuscator/obfuscator-net.htm&lt;/a&gt;).&lt;/p&gt;</description></item><item><title>Import data from MS access to SQL Server</title><link>http://forums.asp.net/thread/3547533.aspx</link><pubDate>Fri, 04 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3547533</guid><dc:creator>vipingupta</dc:creator><description>&lt;p&gt;Hi All&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I want to import data form MS Access to SQL Server trought asp.net . Table stucture is defined means that structure of importing table in ms access will be same structrue is sql server table.&lt;/p&gt;&lt;p&gt;I want to upload MDB file then import data in sql serevr plz suggest me&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks for you help&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>