<?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 'Data'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Data&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Data'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>.NET MVC + Working with sesnsitive data between controller and view</title><link>http://forums.asp.net/thread/3569358.aspx</link><pubDate>Wed, 16 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3569358</guid><dc:creator>jamesamuir</dc:creator><description>&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;clear:both;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;I am iterating through a List of custom data objects and outputing the data to the screen in a pageable format. Each item needs to offer the ability to edit the details (a redirect to another view) and to remove the data. In order to do this I will need to pass an id of some sort to identify the record that is going to be updated or deleted. I do not want to include this id as plain text in the route values but am at a loss for how to implement this functionality. I have two ideas but am not sure if either would be viable.&lt;/p&gt;
&lt;ol style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:30px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;list-style-type:decimal;list-style-position:initial;list-style-image:initial;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;
&lt;li style="font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;background-position:initial initial;padding:0px;margin:0px;border:0px initial initial;"&gt;
&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;clear:both;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;Create a random key for each id each time the list is generated and store the key/id combo in sesion. I could then pass the key in the route values and grab the key when the user clicks an action. this seems like a lot of work&lt;/p&gt;
&lt;/li&gt;
&lt;li style="font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;background-position:initial initial;padding:0px;margin:0px;border:0px initial initial;"&gt;
&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;clear:both;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;Wrap the &amp;quot;edit&amp;quot; and &amp;quot;remove&amp;quot; options in a form where I can use a hidden input to pass the data via POST. This seems less that desirable however.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;clear:both;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;Is there any standarzied way to utilize sensitive data within a View / Controller relationship when i am working with more than one item on a page? Thanks in advance for any help.&lt;/p&gt;</description></item><item><title>Re: MVC or Silverlight?</title><link>http://forums.asp.net/thread/3563374.aspx</link><pubDate>Mon, 14 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3563374</guid><dc:creator>ori.cohen</dc:creator><description>&lt;p&gt;There is an option than can help you plan a web application using VWG based MVC, your UI can be either plain html or Silverlight. Although VWG Silverlight is on alpha stage, you won&amp;#39;t need to change the code when moving to Silverlight in the future. http://www.visualwebgui.com/Developers/Silverlight/tabid/382/Default.aspx&lt;/p&gt;</description></item><item><title>DataBinder Failed Solution</title><link>http://forums.asp.net/thread/3546258.aspx</link><pubDate>Thu, 03 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3546258</guid><dc:creator>herman_tho</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi guys,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have a simple question, I&amp;#39;m Trying to parse the Variable to the Grid View the system work fine.&lt;/p&gt;&lt;p&gt;But sometimes the code able to retrieve n bind all the data and sometimes the code is bind half record which other half is empty.&lt;/p&gt;&lt;p&gt;I feel that this could be&amp;nbsp;connection disconnect from the server or the VB.Net Code behind not Runing.&lt;/p&gt;&lt;p&gt;I&amp;#39;m using the Item Template.&lt;/p&gt;&lt;p&gt;&amp;lt;itemTemplate&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;a href=&amp;quot;test.aspx?ID=&amp;lt;%#DataBinder.Eval(Container.DataItem,&amp;quot;x&amp;quot;)%&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/ItemTemplate&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Changing DataPager to display images instead of page numbers</title><link>http://forums.asp.net/thread/3540159.aspx</link><pubDate>Mon, 30 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3540159</guid><dc:creator>STEVE.com</dc:creator><description>&lt;p&gt;I have a page that displays residential listings&amp;nbsp;from a database with ten listings per page.&amp;nbsp; I have approximately 32 listings&amp;nbsp;and 4 pages.&amp;nbsp; I have two images, one dark green circle one light colored circle.&amp;nbsp; I would like for the&amp;nbsp;dark green circle to indicate the active page and the light green circle to indicate the inactive pages.&amp;nbsp; If you go to &lt;a href="http://www.johnnycurtisrealty.com/v2/residential.aspx"&gt;http://www.johnnycurtisrealty.com/v2/residential.aspx&lt;/a&gt;&amp;nbsp;you can see my two circles and my DataPager that I would like to&amp;nbsp;replace with my custom one.&lt;/p&gt;
&lt;p&gt;If you need anymore information, please let me know.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Steve&amp;nbsp;&lt;/p&gt;</description></item><item><title>Displaying Yes and No for Database Fields</title><link>http://forums.asp.net/thread/3538633.aspx</link><pubDate>Sun, 29 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3538633</guid><dc:creator>STEVE.com</dc:creator><description>&lt;p&gt;I have a database that has several Yes or No fields.&amp;nbsp; When I insert a Label control into my site and connect it to the Yes or No field it displays &amp;quot;True&amp;quot; for Yes and &amp;quot;False&amp;quot; for No.&amp;nbsp; I would like to display them with the text Yes or No.&amp;nbsp; I have tried the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:Label id=&amp;quot;myLabel&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;#39;&amp;lt;%# Eval(&amp;quot;myBooleanColumn&amp;quot;) == &amp;quot;true&amp;quot; ? &amp;quot;Yes&amp;quot; : &amp;quot;No&amp;quot; %&amp;gt;&amp;#39; /&amp;gt;&lt;/p&gt;
&lt;p&gt;but no matter if my database info is yes or no it will only display &amp;quot;Yes&amp;quot;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Truncating data</title><link>http://forums.asp.net/thread/3538668.aspx</link><pubDate>Sun, 29 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3538668</guid><dc:creator>STEVE.com</dc:creator><description>&lt;p&gt;I have a comments field in a database that is a Memo data type.&amp;nbsp; I would like for in my website to be only to show part of the field and I&amp;#39;ll have it when they click a link it will go to a page with the whole comment field showing.&lt;br /&gt;&lt;br /&gt;If you go to &lt;a href="http://www.johnnycurtisrealty.com/v2/residential.aspx"&gt;http://www.johnnycurtisrealty.com/v2/residential.aspx&lt;/a&gt; you might see what I mean.&amp;nbsp; The gray small words beside the picture is what I would like to be truncated.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Steve&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Databinding</title><link>http://forums.asp.net/thread/3533951.aspx</link><pubDate>Thu, 26 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3533951</guid><dc:creator>JedFC</dc:creator><description>&lt;p&gt;I think i am explaining myself wrong. I need to retrieve a value from the datasource&lt;/p&gt;&lt;p&gt;&amp;lt;asp:SqlDataSource ID=&amp;quot;Dealers&amp;quot; runat=&amp;quot;server&amp;quot; ConnectionString=&amp;quot;&amp;lt;%$ ConnectionStrings:UltimateDBConnectionString %&amp;gt;&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 [Name], [Password],[Code] FROM [Dealers]&amp;quot;&amp;gt;&amp;lt;/asp:SqlDataSource&amp;gt;&lt;/p&gt;&lt;p&gt;I want to put the [Code] into a string. I need to get the current code and put it in a string. The reason i mentioned a dropdownbox is because the user selects his name from it. I though that the dropdownbox and datasource were linked in some way so i could just pull the code,password out of the datasource. Thanks for the help so far&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Databinding</title><link>http://forums.asp.net/thread/3532663.aspx</link><pubDate>Wed, 25 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3532663</guid><dc:creator>JedFC</dc:creator><description>&lt;p&gt;Hello i have a &amp;quot;string pStr&amp;quot; and i have a datasource &amp;quot;Dealers&amp;quot; now when the user choses his/her name for a dropdownbox i want to store the code value from the &amp;quot;Dealers&amp;quot; datasource in the &amp;quot;string pStr&amp;quot; is this possible. I am already using the valuemember in the dropdownbox so i am unable to use this. Thanks in advance&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Airlines Database</title><link>http://forums.asp.net/thread/3469905.aspx</link><pubDate>Wed, 21 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3469905</guid><dc:creator>udal_cse</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to use Airline Api in my asp.net web application.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can you help form where i get airline api which will fetch the data of airline in my application?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;
&lt;p&gt;Udal Kumar Bharti&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>Re: Airlines Database</title><link>http://forums.asp.net/thread/3470029.aspx</link><pubDate>Wed, 21 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3470029</guid><dc:creator>udal_cse</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have &amp;nbsp;a&amp;nbsp; look &amp;nbsp;on&amp;nbsp; &amp;nbsp;&lt;a href="http://www.yatra.com"&gt;www.yatra.com&lt;/a&gt;&amp;nbsp; .&amp;nbsp; I want to know from where they are getting the data of arlines .&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>