<?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>Component Discussions</title><link>http://forums.asp.net/69.aspx</link><description>Discuss your favorite ASP.NET components here. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=70&amp;c=16" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Issue with UpdateParameters</title><link>http://forums.asp.net/thread/3540561.aspx</link><pubDate>Tue, 01 Dec 2009 00:51:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3540561</guid><dc:creator>Kytro</dc:creator><author>Kytro</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3540561.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3540561</wfw:commentRss><description>&lt;p&gt;I am attempting to use an UpdateCommand to update a table in SQL 2005.&amp;nbsp; It is based on the&amp;nbsp;OBOUT&amp;nbsp;grid control.&lt;/p&gt;
&lt;p&gt;It does not appear to update, and I am not really sure why this is happening.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Details:&lt;/p&gt;&lt;pre class="c-sharp" name="code"&gt;&amp;lt;Columns&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_Item_Number&amp;quot; HeaderText=&amp;quot;Item #&amp;quot; Width=&amp;quot;100&amp;quot; runat=&amp;quot;server&amp;quot;/&amp;gt;	
				&amp;lt;obout:Column DataField=&amp;quot;IR_Item_Description&amp;quot; HeaderText=&amp;quot;Item Description&amp;quot; Width=&amp;quot;220&amp;quot; runat=&amp;quot;server&amp;quot;/&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M01&amp;quot; HeaderText=&amp;quot;M1&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M02&amp;quot; HeaderText=&amp;quot;M2&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M03&amp;quot; HeaderText=&amp;quot;M3&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M04&amp;quot; HeaderText=&amp;quot;M4&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M05&amp;quot; HeaderText=&amp;quot;M5&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M06&amp;quot; HeaderText=&amp;quot;M6&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M07&amp;quot; HeaderText=&amp;quot;M7&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M08&amp;quot; HeaderText=&amp;quot;M8&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M09&amp;quot; HeaderText=&amp;quot;M9&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
				&amp;lt;obout:Column DataField=&amp;quot;IR_M10&amp;quot; HeaderText=&amp;quot;M10&amp;quot; Width=&amp;quot;10%&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
				    &amp;lt;TemplateSettings TemplateId=&amp;quot;editTpl&amp;quot; /&amp;gt;
				&amp;lt;/obout:Column&amp;gt;
			&amp;lt;/Columns&amp;gt;
			&amp;lt;Templates&amp;gt;
			    &amp;lt;obout:GridTemplate runat=&amp;quot;server&amp;quot; ID=&amp;quot;editTpl&amp;quot;&amp;gt;
			        &amp;lt;Template&amp;gt;
			            &amp;lt;div onmousedown=&amp;quot;enterEditMode(this)&amp;quot; class=&amp;quot;cellContent&amp;quot;&amp;gt;&amp;lt;%# Container.Value %&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; class=&amp;quot;editTplTxt&amp;quot; style=&amp;quot;display: none;&amp;quot; onblur=&amp;quot;exitEditMode(this, true, false);&amp;quot; onkeydown=&amp;quot;return handleKeyPress(this,event)&amp;quot; /&amp;gt;
			        &amp;lt;/Template&amp;gt;
			    &amp;lt;/obout:GridTemplate&amp;gt;
			&amp;lt;/Templates&amp;gt;
		&amp;lt;/obout:Grid&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;The update command section is:&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:SqlDataSource ID=&amp;quot;SqlDataSource1&amp;quot; runat=&amp;quot;server&amp;quot; ConnectionString=&amp;quot;Provider=SQLOLEDB; Data Source=ds1; Initial Catalog=X; User ID=X; Password=X&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProviderName=&amp;quot;System.Data.OleDb&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SelectCommand=&amp;quot;SELECT IR_Item_Number,IR_Item_Description,IR_M01,IR_M02,IR_M03,IR_M04,IR_M05,IR_M06,IR_M07,IR_M08,IR_M09,IR_M10 FROM tbl_Item_Redirect where Left(IR_Item_Number,1)&amp;lt;&amp;gt;&amp;#39;E&amp;#39; ORDER BY IR_Item_Number&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;UpdateCommand=&amp;quot;UPDATE tbl_Item_Redirect SET &lt;a href="mailto:IR_M01=@IR_M01"&gt;IR_M01=@IR_M01&lt;/a&gt; where IR_Item_Number=&amp;#39;00999838&amp;#39;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;UpdateParameters&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;asp:Parameter Name=&amp;quot;IR_M01&amp;quot; Type=&amp;quot;String&amp;quot; DefaultValue=&amp;quot;100&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/UpdateParameters&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:SqlDataSource&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have tried using a parameter with the select statement, this appeared to work.&lt;/p&gt;
&lt;p&gt;If the update statement does not include any parameters it works fine,&lt;/p&gt;
&lt;p&gt;SQL Profiler shows the update statement verbatim, but nothing happens.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Greybox causing javascript error, should be easy fix</title><link>http://forums.asp.net/thread/3546270.aspx</link><pubDate>Thu, 03 Dec 2009 15:16:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3546270</guid><dc:creator>eddy556</dc:creator><author>eddy556</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3546270.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3546270</wfw:commentRss><description>&lt;p&gt;I am using the Orangoo greybox window.&amp;nbsp; I have some javascript which works in the parent window, but not within the box.&amp;nbsp; The line causing the&amp;nbsp;problem is:&lt;/p&gt;&lt;pre id="line1"&gt;top.document.getElementById(editorId).value;&lt;/pre&gt;&lt;pre&gt;saying it is null, I&amp;#39;m guessing I should just remove the &amp;quot;top&amp;quot; bit and it should work?&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;</description></item><item><title>set font for list while using itextsharp.dll</title><link>http://forums.asp.net/thread/3543036.aspx</link><pubDate>Wed, 02 Dec 2009 06:29:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3543036</guid><dc:creator>Vijaya.A</dc:creator><author>Vijaya.A</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3543036.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3543036</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I am using itextsharp.dll for generating pdf from asp.net application .while writing content in pdf how to set font for the list .&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Reading the PDF Forms which has the Data connection using iTextSharp</title><link>http://forums.asp.net/thread/3543372.aspx</link><pubDate>Wed, 02 Dec 2009 09:40:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3543372</guid><dc:creator>Sree Harshavardhana</dc:creator><author>Sree Harshavardhana</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3543372.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3543372</wfw:commentRss><description>&lt;p&gt;
Dear All,
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;
 

I have a question with respect to the reading the PDF Templates which has the XML Dataconnection in it.

 

&lt;/p&gt;&lt;p&gt;I am using ASP.Net application to read the PDFForm by using the iTextSharp. I am able to read PDF Form with this tool, but I am not able read the PDF Form which has XML File as Dataconnection.

 

iTextSharp is reading all the fields in the PDF Form as XML elements, if the PDF Form contains XML as Datasource, the it&amp;#39;s ignoring the fields and taking the XML datasource as the XML Element and not reading the values of the controls.

 

&lt;/p&gt;&lt;p&gt;Is there any way to read the control values instead of the XML Datasource values?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Regards,

 

&lt;/p&gt;&lt;p&gt;Sree Harshavardhana.
&lt;/p&gt;</description></item><item><title>IIS 7 on production server problem</title><link>http://forums.asp.net/thread/3540989.aspx</link><pubDate>Tue, 01 Dec 2009 06:44:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3540989</guid><dc:creator>senzacionale</dc:creator><author>senzacionale</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3540989.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3540989</wfw:commentRss><description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt;Server Error in &amp;#39;/&amp;#39; Application.
Illegal attempt to associate a collection with two open sessions
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: NHibernate.HibernateException: Illegal attempt to associate a collection with two open sessions

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HibernateException: Illegal attempt to associate a collection with two open sessions]
NHibernate.Collection.AbstractPersistentCollection.SetCurrentSession(ISessionImplementor session) +237

NHibernate.Event.Default.OnUpdateVisitor.ProcessCollection(Object collection, CollectionType type) +184
NHibernate.Event.Default.AbstractVisitor.ProcessValue(Int32 i, Object[] values, IType[] types) +46
NHibernate.Event.Default.AbstractVisitor.ProcessEntityPropertyValues(Object[] values, IType[] types) +74

NHibernate.Event.Default.DefaultSaveOrUpdateEventListener.PerformUpdate(SaveOrUpdateEvent event, Object entity, IEntityPersister persister) +432
NHibernate.Event.Default.DefaultSaveOrUpdateEventListener.PerformSaveOrUpdate(SaveOrUpdateEvent event) +99

NHibernate.Event.Default.DefaultSaveOrUpdateEventListener.OnSaveOrUpdate(SaveOrUpdateEvent event) +333
NHibernate.Impl.SessionImpl.FireSaveOrUpdate(SaveOrUpdateEvent event) +162
NHibernate.Impl.SessionImpl.SaveOrUpdate(String entityName, Object obj) +151

NHibernate.Engine.SaveUpdateCascadingAction.Cascade(IEventSource session, Object child, String entityName, Object anything, Boolean isCascadeDeleteEnabled) +139
NHibernate.Engine.Cascade.CascadeOn(IEntityPersister persister, Object parent, Object anything) +578

NHibernate.Event.Default.AbstractFlushingEventListener.CascadeOnFlush(IEventSource session, IEntityPersister persister, Object key, Object anything) +145
NHibernate.Event.Default.AbstractFlushingEventListener.PrepareEntityFlushes(IEventSource session) +387

NHibernate.Event.Default.AbstractFlushingEventListener.FlushEverythingToExecutions(FlushEvent event) +292
NHibernate.Event.Default.DefaultFlushEventListener.OnFlush(FlushEvent event) +85
NHibernate.Impl.SessionImpl.Flush() +275

ProjectBase.Data.AbstractNHibernateDao`2.CommitChanges() in D:\PROJEKTI\eMedicine\ProjectBase.Data\AbstractNHibernateDao.cs:120
EMedicine.UserControls.UsersUC.btnAdd_Update(Object sender, EventArgs e) in D:\PROJEKTI\eMedicine\eMedicine\UserControls\UsersUC.ascx.cs:390

System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I get this error on production server when i try to update data. In VS 2008 everytging works in release and debug mode. Problem is only on production in IIS 7 server. I figure out that if i make new virtual host (localhost/test) then start working but if i try with 192.168.2.4 or domain then i get this error.&lt;/p&gt;&lt;p&gt;Anyone know what can be the problem. I try many solutions but no one works.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;regards&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Loosing Javascript File References on async postback</title><link>http://forums.asp.net/thread/3540476.aspx</link><pubDate>Mon, 30 Nov 2009 23:05:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3540476</guid><dc:creator>noxinoobin</dc:creator><author>noxinoobin</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3540476.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3540476</wfw:commentRss><description>&lt;p&gt;I am trying to use Lightwindow in a ASP.Net page to display a external website in a modal window. When it first loads the Lightwindow triggers with out a hitch but upon a async postback it no longer displays the Lightwindow but rather redirects to the specified page. I have tried registering the scripts with Page.ClientScript.RegisterClientScriptInclude&amp;nbsp;as well as ScriptManager.RegisterClientScriptInclude in my Page_Load event but still the problem&amp;nbsp;persists!&lt;/p&gt;&lt;p&gt;Any solutions?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>iTextSharp - Converting existing document to pdf</title><link>http://forums.asp.net/thread/3445681.aspx</link><pubDate>Wed, 07 Oct 2009 14:33:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3445681</guid><dc:creator>inutan@gmail.com</dc:creator><author>inutan@gmail.com</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/3445681.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3445681</wfw:commentRss><description>&lt;p&gt;Hello there,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;How can we convert an existing text document (.doc/.docx) to pdf using iTextSharp?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have gone through iTextSharp tutorial available at-&lt;/p&gt;&lt;p&gt;&lt;a href="http://itextsharp.sourceforge.net/tutorial/index.html"&gt;http://itextsharp.sourceforge.net/tutorial/index.html&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;but couldn&amp;#39;t get any clue how I can achieve above.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Please help.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you!&lt;/p&gt;</description></item><item><title>Rebex.net</title><link>http://forums.asp.net/thread/3540877.aspx</link><pubDate>Tue, 01 Dec 2009 05:41:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3540877</guid><dc:creator>preeja.preeja</dc:creator><author>preeja.preeja</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3540877.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3540877</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;i just tried to read mail from gmail account rebex.net.dll, but its not woking fine, could any one help me !&amp;nbsp;&lt;/p&gt;
&lt;p&gt;language c#.&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;</description></item><item><title>input button not working in IE</title><link>http://forums.asp.net/thread/3538560.aspx</link><pubDate>Mon, 30 Nov 2009 01:22:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3538560</guid><dc:creator>babymonsta</dc:creator><author>babymonsta</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3538560.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3538560</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Im using a colour pallete from &lt;a href="http://www.free-color-picker.com/color-picker-combo.php"&gt;http://www.free-color-picker.com/color-picker-combo.php&lt;/a&gt; which works fine when I test my website in firefox, but it doesnt work in IE when I click the button. Hrre&amp;#39;s my code&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="c-sharp"&gt;&amp;lt;div id=&amp;quot;Div4&amp;quot; class=&amp;quot;colorpicker301&amp;quot; &amp;gt;&amp;lt;/div&amp;gt;
        &amp;lt;input type=&amp;quot;button&amp;quot; id=&amp;quot;b1&amp;quot; value=&amp;quot;..&amp;quot; onclick=&amp;quot;showColorGrid3(&amp;#39;rgb_id1&amp;#39;,&amp;#39;c_id1&amp;#39;);&amp;quot;/&amp;gt;
        &amp;lt;input type=&amp;quot;text&amp;quot; size=&amp;quot;10&amp;quot; name=&amp;quot;ehHex&amp;quot; id=&amp;quot;rgb_id1&amp;quot; /&amp;gt;
        &amp;lt;input type=&amp;quot;text&amp;quot; size=&amp;quot;5&amp;quot; id=&amp;quot;c_id1&amp;quot; disabled=&amp;quot;disabled&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;br /&gt; Im not sure why the button when clicked, will not cause the pallete to appear. And this only happens in IE. Advice needed, thanks!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>iTextSharp - MemoryStream - Compression</title><link>http://forums.asp.net/thread/3532623.aspx</link><pubDate>Wed, 25 Nov 2009 15:12:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3532623</guid><dc:creator>jhoop2002</dc:creator><author>jhoop2002</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3532623.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3532623</wfw:commentRss><description>&lt;p&gt;I am using iTextSharp in my application to fill in pdf forms.&amp;nbsp; The problem I am having is that when I add the line &amp;quot;stamper.SetFullCompression();&amp;quot; the pdf file becomes corrupt and adobe can&amp;#39;t open it.&lt;/p&gt;&lt;p&gt;Below are several code examples.&amp;nbsp; Basically I need to create as small a pdf as resonably possible (for free).&amp;nbsp; In my program I generate a pdf that is 2K+ pages and is 90MB when saving it to the memory stream, but when saving it to a filestream its 30MB (regardless of the stamper.SetFullCompression() line).&amp;nbsp; Why would that be and how can I get that type of file size but with using the memory stream?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here is the code I use open the pdf and just send it to the browser (this works)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt;using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using iTextSharp.text.pdf;
using System.IO;

public partial class PDFtest : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        string pdfFile = Server.MapPath(&amp;quot;pdfFile.pdf&amp;quot;);
        MemoryStream ms = new MemoryStream();

        PdfReader reader = new PdfReader(pdfFile);
        PdfStamper stamper =
            new PdfStamper(reader, ms);

        stamper.FormFlattening = true;
        stamper.Close();

        Response.ContentType = &amp;quot;application/pdf&amp;quot;;
        Response.AddHeader(&amp;quot;Content-Disposition&amp;quot;, &amp;quot;attachment; filename=&amp;quot;pdfFile.pdf&amp;quot;);
        Response.BinaryWrite(ms.ToArray());
    }
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt; Here is the code I would like to use to compress the pdf file.&amp;nbsp; However, when adobe tries to open the document it reports &amp;quot;the file is damaged and could not be repaired.&amp;quot;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt;using System;&lt;br /&gt;using System.Collections;&lt;br /&gt;using System.Configuration;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Web;&lt;br /&gt;using System.Web.Security;&lt;br /&gt;using System.Web.UI;&lt;br /&gt;using System.Web.UI.HtmlControls;&lt;br /&gt;using System.Web.UI.WebControls;&lt;br /&gt;using System.Web.UI.WebControls.WebParts;&lt;br /&gt;using iTextSharp.text.pdf;&lt;br /&gt;using System.IO;&lt;br /&gt;&lt;br /&gt;public partial class PDFtest : System.Web.UI.Page&lt;br /&gt;{&lt;br /&gt;    protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;    {&lt;br /&gt;        string pdfFile = Server.MapPath(&amp;quot;pdfFile.pdf&amp;quot;);&lt;br /&gt;        MemoryStream ms = new MemoryStream();&lt;br /&gt;&lt;br /&gt;        PdfReader reader = new PdfReader(pdfFile);&lt;br /&gt;        PdfStamper stamper =&lt;br /&gt;            new PdfStamper(reader, ms);&lt;br /&gt;&lt;br /&gt;        stamper.FormFlattening = true;&lt;br /&gt;        &lt;b&gt;stamper.SetFullCompression();&lt;br /&gt;&lt;/b&gt;        stamper.Close();&lt;br /&gt;&lt;br /&gt;        Response.ContentType = &amp;quot;application/pdf&amp;quot;;&lt;br /&gt;        Response.AddHeader(&amp;quot;Content-Disposition&amp;quot;, &amp;quot;attachment; filename=&amp;quot;pdfFile.pdf&amp;quot;);&lt;br /&gt;        Response.BinaryWrite(ms.ToArray());&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt; Now here is the thing that is beyond what I know about working with files in memory.&amp;nbsp; If I save it to the hard drive and compress the pdf file, it works - of course you have to manually open it with this code.&amp;nbsp; But I don&amp;#39;t want this app writing to the hard drive to create a pdf.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt;using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using iTextSharp.text.pdf;
using System.IO;

public partial class PDFtest : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        string pdfFile = Server.MapPath(&amp;quot;pdfFile.pdf&amp;quot;);

        PdfReader reader = new PdfReader(pdfFile);
        PdfStamper stamper =
            new PdfStamper(reader, new FileStream(@&amp;quot;c:\test.pdf&amp;quot;, FileMode.Create), PdfWriter.VERSION_1_5);

        stamper.FormFlattening = true;
        stamper.SetFullCompression();
        stamper.Close();
    }
}
&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I am using LiveCycle 8.0 to create my pdf form and .Net 2.0.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Plotting Map Points on Google Maps</title><link>http://forums.asp.net/thread/3502292.aspx</link><pubDate>Mon, 09 Nov 2009 16:02:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3502292</guid><dc:creator>Schwimms</dc:creator><author>Schwimms</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3502292.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3502292</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I have a database with multiple map coordinates and I also have my google map and a search box but not all the code is set up. I am using visual basic. This is what I want the program to do:&lt;/p&gt;
&lt;p&gt;- You type an address in that search box.&lt;br /&gt;- After you hit submit the map shows you map points around that address by looking at my database. I would only like to show 5 miles of radius from the address that is searched. I also would only like to allow 40 map points to be populated at a time.&lt;br /&gt;- You can hit a next button to see more map points.&lt;br /&gt;- You can also drag the map around and it reloads the map points based on where you drag your map around to.&lt;/p&gt;
&lt;p&gt;I think this is more complicated then I think it is. Could you help me with code?&lt;/p&gt;</description></item><item><title>problem with RSS after upgrade</title><link>http://forums.asp.net/thread/3532850.aspx</link><pubDate>Wed, 25 Nov 2009 17:05:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3532850</guid><dc:creator>jnc</dc:creator><author>jnc</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3532850.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3532850</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have just upgraded a web site from vs 2005 to 2008 everything is ok except RSS.&lt;/p&gt;
&lt;p&gt;Along the way I also upgraded RSS to RssToolKit v2.0 and now I cannot find&amp;nbsp;the&amp;nbsp;&lt;font size="2"&gt;GenericRssChannel what do&amp;nbsp;I need to add&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;In my GAC I have RSSToolkit and I have the RSS DataSource and RSSHyperlink in the Toolbox&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Radsplitter</title><link>http://forums.asp.net/thread/3530862.aspx</link><pubDate>Tue, 24 Nov 2009 20:58:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3530862</guid><dc:creator>mavericky</dc:creator><author>mavericky</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3530862.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3530862</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a radsplitter which is collapsible both ways -&amp;nbsp;left and right. After running my application if I hover my mouse over the url of the page which contains the radsplitter, automatically&amp;nbsp;another page containing&amp;nbsp;image of expanding the radsplitbar gets loaded.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;can anybody please help me so that there is no change when i hover my mouse over the url of the page.&lt;/p&gt;
&lt;p&gt;thanks in anticipation,&lt;/p&gt;
&lt;p&gt;mavericky&lt;/p&gt;</description></item><item><title>how to retrieve cell values of telkrit radgrid control using javascript?</title><link>http://forums.asp.net/thread/3515913.aspx</link><pubDate>Mon, 16 Nov 2009 17:43:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3515913</guid><dc:creator>dp.samantray</dc:creator><author>dp.samantray</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3515913.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3515913</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;In my project I am using Telkrit rad grid control for displaying data. I have same type of 2 grids in one page and I need to compare the values each row wise and column wise. Can you please let me know how can I retrieve Cell values using javascript?I am in urgent need of this solution. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks in advance...&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Durga&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>HTML to PDF Converter</title><link>http://forums.asp.net/thread/3501625.aspx</link><pubDate>Mon, 09 Nov 2009 09:55:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3501625</guid><dc:creator>sajesh28</dc:creator><author>sajesh28</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/3501625.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3501625</wfw:commentRss><description>&lt;p&gt;Hi members,&lt;/p&gt;
&lt;p&gt;In our Web application we need to add three functionalities&amp;nbsp;&amp;nbsp;&lt;br /&gt;1)HTM to PDF&lt;br /&gt;2)PDF to&amp;nbsp; Image&lt;br /&gt;3) Re-size image&lt;/p&gt;
&lt;p&gt;I think we need to use third party controls.is there is any third party control is available with these three functionalities?&lt;br /&gt;&amp;nbsp;&lt;br /&gt;regards,&lt;br /&gt;sajesh&amp;nbsp;&lt;/p&gt;</description></item><item><title>Free Text Box</title><link>http://forums.asp.net/thread/3518700.aspx</link><pubDate>Wed, 18 Nov 2009 01:24:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3518700</guid><dc:creator>chricholson</dc:creator><author>chricholson</author><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/3518700.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3518700</wfw:commentRss><description>&lt;p&gt;I have included a FreeTextBox on my page and I am looking to get the text entered and using VB enter it into my database. To find my FreeTextBox on my page I have used:&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="vb.net"&gt;Dim FreeTextBox As TextBox = DirectCast(item.FindControl(&amp;quot;FTBFreeTextBox&amp;quot;), TextBox)
&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;as it is contained inside a content place holder and then a repeater. (I know this bit of code works as it does for other text boxes)&lt;/p&gt;&lt;p&gt;However, even though the FreeTextBox has a property &amp;#39;.Text&amp;#39; when I run the page I get this error:&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="xhtml"&gt;Unable to cast object of type &amp;#39;FreeTextBoxControls.FreeTextBox&amp;#39; to type &amp;#39;System.Web.UI.WebControls.TextBox&amp;#39;.&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;Does anyone know how I can get to the &amp;#39;.Text&amp;#39; property some other way?&lt;/p&gt;</description></item><item><title>Changing Source of IFRAME at Runtime via SKMMENU </title><link>http://forums.asp.net/thread/1304551.aspx</link><pubDate>Sat, 03 Jun 2006 20:36:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1304551</guid><dc:creator>CSpace</dc:creator><author>CSpace</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/1304551.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=1304551</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I'm using skmmenu in a dot net 1.1 web app.&lt;/p&gt;
&lt;p&gt;I have an aspx page with an iframe in it.&amp;nbsp; The contents of the IFRAME is one .htm file or another that are already crerated, sized and look great&amp;nbsp;inside the ASPX page.&lt;/p&gt;
&lt;p&gt;When a user clicks a menu choice, I'd like the IFRAME to load the correct source htm file.&amp;nbsp; As I understand from this thread (&lt;a HREF="/thread/886165.aspx"&gt;http://forums.asp.net/thread/886165.aspx&lt;/a&gt;) having read Bilal Haidar's reply in that thread, I included the &lt;span&gt;runat="Server"&lt;/span&gt; and &lt;span&gt;id="iframe1" (or whatever name).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;My issue is&amp;nbsp;&lt;/span&gt;&lt;span&gt;how to get SKMMENU to execute the:&amp;nbsp;&lt;/span&gt;&lt;font color=#0000ff&gt;&amp;nbsp;&lt;/font&gt;&lt;font color=#0000ff&gt;iframe1.Attributes["src"] = "test.aspx";&lt;br /&gt;&lt;/font&gt;that would otherwise&amp;nbsp;be attached to an onclick event of a button.&lt;br /&gt;&lt;br /&gt;I played around with &amp;lt;command&amp;gt;&amp;lt;/command&amp;gt; but haven't had success.&lt;/p&gt;
&lt;p&gt;Also tried simple frame targeting in the XML - no luck.&lt;/p&gt;&lt;font color=#0000ff size=2&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;menuItem&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;text&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;About the facility&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;text&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;url&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;font color=#000000&gt;whatever&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt;.htm&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;url&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;target&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;iframe1&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;target&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;menuItem&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;
&lt;p&gt;Thanks in advance for your help.&lt;/p&gt;
&lt;p&gt;Stewart&lt;font size=2&gt;&lt;br /&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>lightbox on asp.net</title><link>http://forums.asp.net/thread/3475776.aspx</link><pubDate>Sun, 25 Oct 2009 12:58:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3475776</guid><dc:creator>kitkatz55</dc:creator><author>kitkatz55</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3475776.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3475776</wfw:commentRss><description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;i want to use Lightbox (http://www.huddletogether.com/projects/lightbox2/) on the asp.net site that i am creating. when the smaller version of an image is clicked, i want to show the actual image using lightbox.&lt;/p&gt;&lt;p&gt;before implementing lightbox, i used the imagebutton. here&amp;#39;s the code:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="xhtml"&gt;&amp;lt;asp:TemplateField&amp;gt;
     &amp;lt;ItemTemplate&amp;gt;
          &amp;lt;asp:ImageButton ID=&amp;quot;image&amp;quot; runat=&amp;quot;server&amp;quot; ImageUrl=&amp;#39;&amp;lt;%# Eval(&amp;quot;PICTURE&amp;quot;) %&amp;gt;&amp;#39; Width=&amp;quot;250&amp;quot; Height=&amp;quot;200&amp;quot; OnClick=&amp;quot;imageButtonClick&amp;quot;&amp;gt;&amp;lt;/asp:ImageButton&amp;gt;
     &amp;lt;/ItemTemplate&amp;gt;
&amp;lt;/asp:TemplateField&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;to implement lightbox, the format should be like this:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="xhtml"&gt;&amp;lt;a href=&amp;quot;images/image-1.jpg&amp;quot; rel=&amp;quot;lightbox&amp;quot; title=&amp;quot;my caption&amp;quot;&amp;gt;image #1&amp;lt;/a&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;so i tried the following code. lightbox actually worked but there is a problem in retrieving the image from the database. the image cannot be displayed.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="xhtml"&gt;&amp;lt;a href=&amp;#39;&amp;lt;%# Eval(&amp;quot;PICTURE&amp;quot;) %&amp;gt;&amp;#39; rel=&amp;quot;lightbox&amp;quot;&amp;gt;&amp;lt;img src=&amp;#39;&amp;lt;%# Eval(&amp;quot;PICTURE&amp;quot;) %&amp;gt;&amp;#39; width=&amp;quot;120&amp;quot; height=&amp;quot;100&amp;quot;&amp;lt;/a&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;how do i transform my code so that i will be able to implement lightbox? thank you!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>ContextMenu for web controls</title><link>http://forums.asp.net/thread/3526511.aspx</link><pubDate>Sun, 22 Nov 2009 18:27:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3526511</guid><dc:creator>it-bergmann</dc:creator><author>it-bergmann</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3526511.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3526511</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I like to add a ContextMenu to a GridView Control.&lt;br /&gt;As google is our friend it points me to http://www.asp.net/community/control-gallery/Item.aspx?i=681 .&lt;/p&gt;&lt;p&gt;It seems to be up to date as the last update would for about one month but the link is broken.&lt;br /&gt;Maybe there&amp;#39;s an other location where to get it or can you suggest an other free cross browser ContextMenu I can use?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Andre&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Help with iTextsharp</title><link>http://forums.asp.net/thread/3507469.aspx</link><pubDate>Wed, 11 Nov 2009 21:37:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3507469</guid><dc:creator>uniquealex</dc:creator><author>uniquealex</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3507469.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3507469</wfw:commentRss><description>&lt;p&gt;I cannot for some reason set left and right margins for itextsharp gridview to pdf conversion. Everytime i generate PDF document the margins are .5 inches and will not change no matter what numbers i plug in into document(). Please help.  Here is my code:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;GridView1.AllowPaging = False&lt;br /&gt;        GridView1.DataBind()&lt;br /&gt;        &amp;#39;Create a table &lt;br /&gt;        Dim table As New iTextSharp.text.Table(GridView1.Columns.Count)&lt;br /&gt;        table.Cellpadding = 1&lt;br /&gt;        &amp;#39;Set the column widths &lt;br /&gt;        Dim widths As Integer() = New Integer(GridView1.Columns.Count - 1) {}&lt;br /&gt;        For x As Integer = 0 To GridView1.Columns.Count - 1&lt;br /&gt;            widths(x) = CInt(GridView1.Columns(x).ItemStyle.Width.Value)&lt;br /&gt;            Dim cellText As String = _&lt;br /&gt;            Server.HtmlDecode(GridView1.HeaderRow.Cells(x).Text)&lt;br /&gt;            Dim cell As New iTextSharp.text.Cell(cellText)&lt;br /&gt;            cell.BackgroundColor = _&lt;br /&gt;     New Color(System.Drawing.ColorTranslator.FromHtml(&amp;quot;#008000&amp;quot;))&lt;br /&gt;            table.AddCell(cell)&lt;br /&gt;        Next&lt;br /&gt;        table.SetWidths(widths)&lt;br /&gt;        &amp;#39;Transfer rows from GridView to table &lt;br /&gt;        For i As Integer = 0 To GridView1.Rows.Count - 1&lt;br /&gt;            If GridView1.Rows(i).RowType = DataControlRowType.DataRow Then&lt;br /&gt;                For j As Integer = 0 To GridView1.Columns.Count - 1&lt;br /&gt;                    Dim cellText As String = _&lt;br /&gt;                    Server.HtmlDecode(GridView1.Rows(i).Cells(j).Text)&lt;br /&gt;                    Dim cell As New iTextSharp.text.Cell(cellText)&lt;br /&gt;                    &amp;#39;Set Color of Alternating row &lt;br /&gt;                    If i Mod 2 &amp;lt;&amp;gt; 0 Then&lt;br /&gt;                        cell.BackgroundColor = _&lt;br /&gt;             New Color(System.Drawing.ColorTranslator.FromHtml(&amp;quot;#C2D69B&amp;quot;))&lt;br /&gt;                    End If&lt;br /&gt;                    table.AddCell(cell)&lt;br /&gt;                Next&lt;br /&gt;            End If&lt;br /&gt;        Next&lt;br /&gt;        &amp;#39;Create the PDF Document &lt;br /&gt;        Dim pdfDoc As New Document(PageSize.LETTER, 10, 10, 36, 36)&lt;br /&gt;        PdfWriter.GetInstance(pdfDoc, Response.OutputStream)&lt;br /&gt;        pdfDoc.Open()&lt;br /&gt;        pdfDoc.Add(table)&lt;br /&gt;        pdfDoc.Close()&lt;br /&gt;        Response.ContentType = &amp;quot;application/pdf&amp;quot;&lt;br /&gt;        Response.AddHeader(&amp;quot;content-disposition&amp;quot;, _&lt;br /&gt;                    &amp;quot;attachment;filename=GridViewExport.pdf&amp;quot;)&lt;br /&gt;        Response.Cache.SetCacheability(HttpCacheability.NoCache)&lt;br /&gt;        Response.Write(pdfDoc)&lt;br /&gt;        Response.End()&lt;br /&gt; &lt;/p&gt;</description></item><item><title>MSCaptcha works fine on local but not on server!</title><link>http://forums.asp.net/thread/3395201.aspx</link><pubDate>Wed, 09 Sep 2009 11:24:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3395201</guid><dc:creator>BIG-BERTA</dc:creator><author>BIG-BERTA</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3395201.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3395201</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;MSCaptcha works fine on my local computer but when I place it on hosting server the image is not displayed.&lt;/p&gt;
&lt;p&gt;Whoever knows how to fix this, please tell me?&lt;/p&gt;</description></item><item><title>Best ASP.Net AJAX Component Suite</title><link>http://forums.asp.net/thread/3521589.aspx</link><pubDate>Thu, 19 Nov 2009 10:29:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3521589</guid><dc:creator>narasimaperumal</dc:creator><author>narasimaperumal</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3521589.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3521589</wfw:commentRss><description>&lt;p&gt;Please advice me which is the best ASP.Net AJAX Component Suite.&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Telerik&lt;/p&gt;&lt;p&gt;- Infragistics&lt;/p&gt;&lt;p&gt;- DevExpress&lt;/p&gt;&lt;p&gt;etc..&lt;/p&gt;</description></item><item><title>iTextSharp asp.net Bulleted List to PDF</title><link>http://forums.asp.net/thread/3523516.aspx</link><pubDate>Fri, 20 Nov 2009 08:47:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3523516</guid><dc:creator>arny1</dc:creator><author>arny1</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3523516.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3523516</wfw:commentRss><description>&lt;div&gt;
&lt;p&gt;&lt;b&gt;Hi There,&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;I have a asp.net web page with some contents and a BulletedList with
some international characters, I am using iTextSharp library to export
to PDF format.
How can I export only this BulletedList with international characters
to PDF.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Any Ideas?
Thanks&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>FCKEditorV2</title><link>http://forums.asp.net/thread/3523773.aspx</link><pubDate>Fri, 20 Nov 2009 11:12:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3523773</guid><dc:creator>simon000</dc:creator><author>simon000</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3523773.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3523773</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;i&amp;#39;ve inherited an asp.net 2.0 site which makes extensive use of the FCKEditorV2 component - version 2.6&lt;/p&gt;
&lt;p&gt;The problem is that there is no hyperlink icon on the toolbar for end users to add links to external files. Searching through the folder structure for this editor I can see files (html/js) relating to adding these links but no obvious way to enable or disable them on the toolbar.&lt;/p&gt;
&lt;p&gt;Can anyone help or at least point me in the right direction.&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;</description></item><item><title>Low cost Obfuscator</title><link>http://forums.asp.net/thread/1614917.aspx</link><pubDate>Sun, 11 Mar 2007 02:29:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1614917</guid><dc:creator>leo2007</dc:creator><author>leo2007</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/1614917.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=1614917</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&amp;nbsp; I am in search of a low cost Obfuscator that can&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Obfuscate Private member names.&lt;/li&gt;
&lt;li&gt;Encrypt Strings inside functions.&lt;/li&gt;
&lt;li&gt;Obfuscate Strong Named Assemblies.&lt;/li&gt;
&lt;li&gt;Cost less than $100.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Is there some decent product out there? I dont need Fort Knox type of security but a avreage .NET programmer should not be able to decompile my code or see the Strings stored inside.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;br /&gt;Leo.&lt;/p&gt;</description></item></channel></rss>