<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.sc/group/dotnetdevelopment</id>
  <title type="text">DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting Google Group</title>
  <subtitle type="text">
  Feel free to ask any questions, problems, issues regarding VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services, .NET Remoting, Crystal Reports .NET, Visual Studio .NET and more http://feeds.feedburner.com/DotNetDevelopment
  </subtitle>
  <link href="/group/dotnetdevelopment/feed/atom_v1_0_msgs.xml" rel="self" title="DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting feed"/>
  <updated>2010-03-10T15:27:16Z</updated>
  <generator uri="http://groups.google.sc" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>crazy</name>
  <email>crazysan...@gmail.com</email>
  </author>
  <updated>2010-03-10T15:27:16Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/d3d3bf755da32633/f9b7ba41bb2fc01f?show_docid=f9b7ba41bb2fc01f</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/d3d3bf755da32633/f9b7ba41bb2fc01f?show_docid=f9b7ba41bb2fc01f"/>
  <title type="text">Re: [DotNetDevelopment] Redirect with ADO.NET</title>
  <summary type="html" xml:space="preserve">
  cmd.CommandText = &amp;quot;select username, password, permission from logi where &lt;br&gt; username=@username &amp;lt;whereusername=@username&amp;gt; and password=@password&amp;quot;; &lt;br&gt; and &lt;br&gt; Response.Redirect(dr[&amp;quot;permissi on&amp;quot;] .Tostring () &amp;amp; &amp;quot;.aspx&amp;quot;); &lt;br&gt; Thankx &lt;br&gt; Vipin
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jamie Fraser</name>
  <email>jamie.fra...@gmail.com</email>
  </author>
  <updated>2010-03-10T09:12:29Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/d3d3bf755da32633/4e51901794cf5e56?show_docid=4e51901794cf5e56</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/d3d3bf755da32633/4e51901794cf5e56?show_docid=4e51901794cf5e56"/>
  <title type="text">Re: [DotNetDevelopment] Redirect with ADO.NET</title>
  <summary type="html" xml:space="preserve">
  Replace &lt;br&gt; Response.Redirect(dr[&amp;quot;permissi on&amp;quot;+&amp;quot;.aspx&amp;quot;].ToString()); &lt;br&gt; With &lt;br&gt; Response.Redirect(dr[&amp;quot;permissi on&amp;quot;] &amp;amp; &amp;quot;.aspx&amp;quot;);
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jamie Fraser</name>
  <email>jamie.fra...@gmail.com</email>
  </author>
  <updated>2010-03-10T09:11:09Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/c4f9199b783833a1/69a01e4f9d16e923?show_docid=69a01e4f9d16e923</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/c4f9199b783833a1/69a01e4f9d16e923?show_docid=69a01e4f9d16e923"/>
  <title type="text">Re: [DotNetDevelopment] ASP.NET GridView Question</title>
  <summary type="html" xml:space="preserve">
  Hi Greg, &lt;br&gt; You need to add a CommandField to your GridView, such as &lt;br&gt; &amp;lt;asp:CommandField ShowSelectButton=&amp;quot;True&amp;quot; SelectText=&amp;quot;Select&amp;quot; /&amp;gt; &lt;br&gt; This will fire the following event &lt;br&gt; Protected Sub GridView1_RowCommand(ByVal sender As Object, ByVal e As &lt;br&gt; System.Web.UI.WebControls.Grid ViewCommandEventArgs) Handles &lt;br&gt; GridView1.RowCommand
  </summary>
  </entry>
  <entry>
  <author>
  <name>santhosh vs</name>
  <email>santhosh...@gmail.com</email>
  </author>
  <updated>2010-03-10T08:42:48Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/d3d3bf755da32633/489010fe7359f10d?show_docid=489010fe7359f10d</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/d3d3bf755da32633/489010fe7359f10d?show_docid=489010fe7359f10d"/>
  <title type="text">Re: [DotNetDevelopment] Redirect with ADO.NET</title>
  <summary type="html" xml:space="preserve">
  String concatenation mixed with datatable data selection. &lt;br&gt; Check the statement. &lt;br&gt; ...dr[&amp;quot;permission&amp;quot;+&amp;quot;.aspx&amp;quot;]...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Greg Hile</name>
  <email>g...@keepthemsmiling.com</email>
  </author>
  <updated>2010-03-09T08:47:22Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/e9f698a98d5eca29/48ca8d6a20421338?show_docid=48ca8d6a20421338</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/e9f698a98d5eca29/48ca8d6a20421338?show_docid=48ca8d6a20421338"/>
  <title type="text">RE: [DotNetDevelopment] Webbrowser question.</title>
  <summary type="html" xml:space="preserve">
  First off I would grab Debugbar if you are using IE. &lt;br&gt; This will allows you to see the document and select selections from it. &lt;br&gt; You can see each Div is of a certain class. &lt;br&gt; So if I use Google maps and type in Pizza, then I run Debugbar and place &lt;br&gt; te4h target over one of the listing on the left I see that each entry has a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vaibhav Goel</name>
  <email>vaibhav...@gmail.com</email>
  </author>
  <updated>2010-03-09T08:35:15Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/52fd135dc60150a7/911052eaf8232694?show_docid=911052eaf8232694</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/52fd135dc60150a7/911052eaf8232694?show_docid=911052eaf8232694"/>
  <title type="text">Re: [DotNetDevelopment] C# - Combo box. Different Text to Value?</title>
  <summary type="html" xml:space="preserve">
  Hello Dear, &lt;br&gt; Follow the following steps to get the desirable result. &lt;br&gt; 1) Create a dataset with two column ID and Desc &lt;br&gt; 2) now set the valuemember property of combo box with id and display member &lt;br&gt; property with desc. &lt;br&gt; i.e &lt;br&gt; combobox1.Displaymember = &amp;quot;ID&amp;quot; ( case Sensitive) &lt;br&gt; Combobox1.valuemember = &amp;quot;Desc&amp;quot; ( case Sensitive)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Will</name>
  <email>william.vikt...@tc.gc.ca</email>
  </author>
  <updated>2010-03-09T17:01:05Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/7b613621379a57d9/d44f66ee5a11d4c2?show_docid=d44f66ee5a11d4c2</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/7b613621379a57d9/d44f66ee5a11d4c2?show_docid=d44f66ee5a11d4c2"/>
  <title type="text">Re: Text Box data - How to keep the current data in the text box, when validating text boxes.</title>
  <summary type="html" xml:space="preserve">
  Thanks for your feedback Cerebrus. I finally got a hold of our &lt;br&gt; corporate web group and we are allowed to use the validation control &lt;br&gt; but it has to be on the client and server side. &lt;br&gt; Everything is good here. &lt;br&gt; Thanks again, &lt;br&gt; William.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Greg Hile</name>
  <email>g...@keepthemsmiling.com</email>
  </author>
  <updated>2010-03-09T11:29:43Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/c4f9199b783833a1/2da9c86da0111b00?show_docid=2da9c86da0111b00</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/c4f9199b783833a1/2da9c86da0111b00?show_docid=2da9c86da0111b00"/>
  <title type="text">ASP.NET GridView Question</title>
  <summary type="html" xml:space="preserve">
  I put a gridview on a page and populate it. But nothing in the gridview is &lt;br&gt; selectable. &lt;br&gt; &lt;p&gt;How can I make items in the gridview selectable? &lt;br&gt; &lt;p&gt;Here is the code. &lt;br&gt; &lt;p&gt;Thanks to all. &lt;br&gt; &lt;p&gt;Greg &lt;br&gt; &lt;p&gt;HTML: &lt;br&gt; &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;div&amp;gt; &lt;br&gt; &amp;lt;asp:GridView ID=&amp;quot;GridView1&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br&gt; AutoGenerateColumns=&amp;quot;True&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stephen Russell</name>
  <email>srussell...@gmail.com</email>
  </author>
  <updated>2010-03-09T12:31:05Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/c61d957b632bcd61/48634df1edc5c628?show_docid=48634df1edc5c628</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/c61d957b632bcd61/48634df1edc5c628?show_docid=48634df1edc5c628"/>
  <title type="text">Re: [DotNetDevelopment] Syntax error when running SQL Insert query</title>
  <summary type="html" xml:space="preserve">
  ------------------- &lt;br&gt; try this type of syntax &lt;br&gt; Insert into MyTable ColumnName values(&amp;quot;theData&amp;quot;)
  </summary>
  </entry>
  <entry>
  <author>
  <name>kuldeep patel</name>
  <email>kldp...@gmail.com</email>
  </author>
  <updated>2010-03-09T17:23:07Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/4da6350dbb25df69/6347c51032e160d0?show_docid=6347c51032e160d0</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/4da6350dbb25df69/6347c51032e160d0?show_docid=6347c51032e160d0"/>
  <title type="text">Re: [DotNetDevelopment] Dropdown menu horizontaly with submenu also</title>
  <summary type="html" xml:space="preserve">
  i have developed my website in ASP.net and i have used html controls with &lt;br&gt; css implemented on it. &lt;br&gt; is ther eany other solution.
  </summary>
  </entry>
  <entry>
  <author>
  <name>santhoshvkumar</name>
  <email>santhosh.vku...@gmail.com</email>
  </author>
  <updated>2010-03-09T09:39:56Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/d3d3bf755da32633/606e980d4365d1e2?show_docid=606e980d4365d1e2</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/d3d3bf755da32633/606e980d4365d1e2?show_docid=606e980d4365d1e2"/>
  <title type="text">Redirect with ADO.NET</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; Today I tried to design a login page of my own. Which contains &lt;br&gt; username and password. In database SQL I hav 3 column username, &lt;br&gt; password, permission. What I exactly need is I need to redirect to the &lt;br&gt; page under the name of permission if user name and password get &lt;br&gt; matches. So I tried the following coding.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aman Sharma</name>
  <email>kajubadam25...@gmail.com</email>
  </author>
  <updated>2010-03-10T05:24:20Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/4da6350dbb25df69/ab80696c702ecb86?show_docid=ab80696c702ecb86</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/4da6350dbb25df69/ab80696c702ecb86?show_docid=ab80696c702ecb86"/>
  <title type="text">Re: [DotNetDevelopment] Dropdown menu horizontaly with submenu also</title>
  <summary type="html" xml:space="preserve">
  Try this &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.softcomplex.com/products/tigra_menu/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.javascriptkit.com/script/cutindex23.shtml&quot;&gt;[link]&lt;/a&gt; - Good One
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aman Sharma</name>
  <email>kajubadam25...@gmail.com</email>
  </author>
  <updated>2010-03-10T05:03:03Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/3b63b7ff498ee4fd/ab49ebd3b349f5ee?show_docid=ab49ebd3b349f5ee</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/3b63b7ff498ee4fd/ab49ebd3b349f5ee?show_docid=ab49ebd3b349f5ee"/>
  <title type="text">Re: [DotNetDevelopment] Re: UrlRewrite in IIS 6.0</title>
  <summary type="html" xml:space="preserve">
  Or u may write ur own handler for URL rewriter.. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://msdn.microsoft.com/en-us/library/ms972974.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>crazy</name>
  <email>crazysan...@gmail.com</email>
  </author>
  <updated>2010-03-09T19:53:58Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/4db58509e19f0867/ace2c80875debeee?show_docid=ace2c80875debeee</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/4db58509e19f0867/ace2c80875debeee?show_docid=ace2c80875debeee"/>
  <title type="text">Re: [DotNetDevelopment] Interface and Abstract class??</title>
  <summary type="html" xml:space="preserve">
  Thanks to all... &lt;br&gt; On Tue, Mar 9, 2010 at 1:32 PM, Processor Devil
  </summary>
  </entry>
  <entry>
  <author>
  <name>crazy</name>
  <email>crazysan...@gmail.com</email>
  </author>
  <updated>2010-03-09T18:42:57Z</updated>
  <id>http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/49827ebe9633fdeb/5d6d556942733c95?show_docid=5d6d556942733c95</id>
  <link href="http://groups.google.sc/group/dotnetdevelopment/browse_thread/thread/49827ebe9633fdeb/5d6d556942733c95?show_docid=5d6d556942733c95"/>
  <title type="text">Re: [DotNetDevelopment] What type of a class is DataRow()?????</title>
  <summary type="html" xml:space="preserve">
  Thanks a lot!!!
  </summary>
  </entry>
</feed>
