<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.claritycon.com/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>Satish Vemula - All Comments</title><link>http://blogs.claritycon.com/blogs/satish_vemula/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: Select FIRST/TOP N rows in MS SQL, Oracle and DB2</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/15/220.aspx#6001</link><pubDate>Wed, 11 Jun 2008 13:26:53 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:6001</guid><dc:creator>Some guy</dc:creator><description>&lt;p&gt;I can't figure out why there isn't an industry standard for this. &amp;nbsp;I actually prefer Microsoft's method as it's the easiest to remember.&lt;/p&gt;
&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=6001" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#5963</link><pubDate>Tue, 10 Jun 2008 09:22:15 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:5963</guid><dc:creator>Appan</dc:creator><description>&lt;p&gt;I am using asp.net 2.o, and wen i created a ccs file and used the mentioned style, it is showing an error mentioning &amp;quot;is not a valid property for 'top';&lt;/p&gt;
&lt;p&gt;please let me know.&lt;/p&gt;
&lt;p&gt;it is not applying in my case.&lt;/p&gt;
&lt;p&gt;&amp;lt;div style=&amp;quot;overflow:auto;height:150px&amp;quot;&amp;gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;asp:DataGrid ID=&amp;quot;dgHistory&amp;quot; runat=&amp;quot;server&amp;quot; Width=&amp;quot;98%&amp;quot; AutoGenerateColumns=&amp;quot;false&amp;quot;&amp;gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;HeaderStyle BackColor=&amp;quot;AliceBlue&amp;quot; HorizontalAlign=&amp;quot;Center&amp;quot; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VerticalAlign=&amp;quot;Middle&amp;quot; CssClass=&amp;quot;dataGridFixedHeader&amp;quot;/&amp;gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Columns&amp;gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;asp:BoundColumn HeaderText=&amp;quot;&amp;lt;%$ Resources:E2PACaseStudy, dgcolhistoryNo %&amp;gt;&amp;quot; ItemStyle-Width=&amp;quot;20%&amp;quot; DataField=&amp;quot;ACTIVITY_TYPE&amp;quot;&amp;gt;&amp;lt;/asp:BoundColumn&amp;gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;asp:BoundColumn HeaderText=&amp;quot;&amp;lt;%$ Resources:E2PACaseStudy, dgcolhistoryHistory %&amp;gt;&amp;quot; ItemStyle-Width=&amp;quot;80%&amp;quot; DataField=&amp;quot;ACTIVITY_SUB_TYPE&amp;quot;&amp;gt;&amp;lt;/asp:BoundColumn&amp;gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Columns&amp;gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/asp:DataGrid&amp;gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=5963" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#5888</link><pubDate>Fri, 06 Jun 2008 18:40:49 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:5888</guid><dc:creator>wwwszerr</dc:creator><description>&lt;p&gt;css lessons - css scrollbar examples code&lt;/p&gt;
&lt;p&gt;-- &lt;a rel="nofollow" target="_new" href="http://css-lessons.ucoz.com/scroll-css-examples.htm"&gt;css-lessons.ucoz.com/scroll-css-examples.htm&lt;/a&gt; --&lt;/p&gt;
&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=5888" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#5827</link><pubDate>Wed, 04 Jun 2008 19:27:55 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:5827</guid><dc:creator>dominique</dc:creator><description>&lt;p&gt;Solution is the following(make the eval through javascript )&lt;/p&gt;
&lt;p&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;.DataGridFixedHeader { POSITION: relative; TOP: BLOCKED SCRIPTeval(this.offsetParent.scrollTop-2); BACKGROUND-COLOR: white }&lt;/p&gt;
&lt;p&gt;&amp;lt;/style&amp;gt;&lt;/p&gt;
&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=5827" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#5826</link><pubDate>Wed, 04 Jun 2008 19:11:26 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:5826</guid><dc:creator>dominique</dc:creator><description>&lt;p&gt;does not work properly&lt;/p&gt;
&lt;p&gt;header diseapear when scrolling down to the end of the file&lt;/p&gt;
&lt;p&gt;header diseapear when resizing the form&lt;/p&gt;
&lt;p&gt;not finished &lt;/p&gt;
&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=5826" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#3816</link><pubDate>Tue, 19 Feb 2008 16:23:44 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3816</guid><dc:creator>Chieko</dc:creator><description>&lt;p&gt;Doesn't work with mozilla.&lt;/p&gt;
&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3816" width="1" height="1"&gt;</description></item><item><title>re: Sending Http Authentication Request from a Windows Form</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/11/14/2475.aspx#3776</link><pubDate>Thu, 14 Feb 2008 23:02:04 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3776</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Thanks for the info. I was trying to do it by using HttpWebRequest.Credentials, which I would have thought should work and relieve the developer from having to add the auth header manually.&lt;/p&gt;
&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3776" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#3722</link><pubDate>Sat, 09 Feb 2008 09:04:16 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3722</guid><dc:creator>Sam</dc:creator><description>&lt;p&gt;Thank you&lt;/p&gt;&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3722" width="1" height="1"&gt;</description></item><item><title>re: Select FIRST/TOP N rows in MS SQL, Oracle and DB2</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/15/220.aspx#3304</link><pubDate>Sat, 06 Oct 2007 07:30:02 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3304</guid><dc:creator>TE3T2</dc:creator><description>Yah, tks a lot for ur entry. It saved our assignment. Tks a lot a lot&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3304" width="1" height="1"&gt;</description></item><item><title>re: Failure to start monitoring changes / Unable to start debugging on the web server</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/19/227.aspx#3288</link><pubDate>Wed, 26 Sep 2007 16:38:55 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3288</guid><dc:creator>Yashoda</dc:creator><description>Thanks a lot..i was facing a similar kind of problem and it worked:)&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3288" width="1" height="1"&gt;</description></item><item><title>re: Customizing columns in ASP.Net DataGrids</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/14/217.aspx#3242</link><pubDate>Thu, 26 Jul 2007 06:07:02 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3242</guid><dc:creator>Ricky Faulstich</dc:creator><description>Good advanced formatting info. One thing I can't find, however, is how you can specify a custom format provider for the column formatting. (e.g. I have a class that implements IFormatProvider and ICustomFormatter [in a different referenced assembly.]) Is this possible?&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3242" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#3236</link><pubDate>Sat, 21 Jul 2007 02:37:21 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3236</guid><dc:creator>Chris</dc:creator><description>This is great code, only datagrid fixed header I could find that doesn't force you to build a second table above the datagrid and have to mess with width sizes that look horrible accross browsers.&lt;br&gt;&lt;br&gt;Curious if this code works with Mozilla? &amp;nbsp;It doesn't distort anything, however the header does not stay fixed?&lt;br&gt;&lt;br&gt;Maybe my css is incorrect?&lt;br&gt;&lt;br&gt;Either way it is great and looks nice for IE users.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Chris&lt;br&gt;&lt;br&gt;&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3236" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#3193</link><pubDate>Fri, 15 Jun 2007 09:53:00 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3193</guid><dc:creator>nardev</dc:creator><description>great...but not working in firefox...the header is not scrolled with the scroll bar&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3193" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#3163</link><pubDate>Mon, 04 Jun 2007 21:22:26 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3163</guid><dc:creator>JC</dc:creator><description>I am using Gridview with paging and fixed header. &amp;nbsp;The vertical scrollbar just disappear when paging is being used. &amp;nbsp;Any ideal how to show the vertical scrollbar with paging? &amp;nbsp;Any help is appreciated.&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3163" width="1" height="1"&gt;</description></item><item><title>re: ASP .NET Datagrid with scrollbars and fixed headers</title><link>http://blogs.claritycon.com/blogs/satish_vemula/archive/2006/02/23/235.aspx#3128</link><pubDate>Tue, 15 May 2007 20:46:18 GMT</pubDate><guid isPermaLink="false">da947a97-509e-40e6-bbb5-1443ad47bf4e:3128</guid><dc:creator>Jaya Rayasam</dc:creator><description>hey use &amp;quot;this.offsetParent.scrollTop - 2&amp;quot; &amp;nbsp;because the header will overlap your data on the grid. if you dont use -2&lt;img src="http://blogs.claritycon.com/aggbug.aspx?PostID=3128" width="1" height="1"&gt;</description></item></channel></rss>