<?xml version="1.0" ?>
<rss version="2.0">
	<channel>
		<title>.NET Forums</title>
		<link>http://www.dotnetspider.com/forum/</link>
		<description>This RSS Feed provides access to the latest forum posted in dotnetspider.com</description>
		<item>
			<title>A question regarding primary key constraint</title>
			<description>Hi Everyone,

I have read that a table can have only one PRIMARY KEY constraint and a PRIMARY KEY constraint can be defined on more than one column.

 
It appears that the above two statements are conflict to each other.I might be misunderstood the statements.Can anyone please explain what does it mean exactly.

Thanks in advance,
Sharmi.</description>
			<link>http://www.dotnetspider.com/forum/326122-A-question-regarding-primary-key-constraint.aspx</link>
			<pubDate>Tue, 21 May 2013 12:37:37 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326122-A-question-regarding-primary-key-constraint.aspx</guid>
		</item>
		<item>
			<title>Connection doesn't want to close</title>
			<description>what is wrong with my code..the connection doesn't want to close. Below are my sample code..Tq


namespace e_cevas
{
    public partial class ResetSurvey : System.Web.UI.Page
    {
        SqlConnection connString = new SqlConnection(ConfigurationManager.ConnectionStrings["ecevasConnectionString"].ConnectionString);

        SqlDataAdapter da = new SqlDataAdapter();

        protected void Page_Load(object sender, EventArgs e)
        {

        }

        protected void ...</description>
			<link>http://www.dotnetspider.com/forum/326123-connection-doesn-t-want-close.aspx</link>
			<pubDate>Tue, 21 May 2013 18:26:27 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326123-connection-doesn-t-want-close.aspx</guid>
		</item>
		<item>
			<title>How  to maintain stock in stock Table using sql db</title>
			<description>Hi frnds,
     Am doing Shopping cart,as per my requirement i need to maintain stock in stock table,
here what i need is when once the product is sold, automatically it should update stock.
please suggest me to do...


thanks in advance
Prem kumar</description>
			<link>http://www.dotnetspider.com/forum/326124-How-maintain-stock-stock-Table-using-sql-db.aspx</link>
			<pubDate>Tue, 21 May 2013 20:28:57 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326124-How-maintain-stock-stock-Table-using-sql-db.aspx</guid>
		</item>
		<item>
			<title>How to play Video clips randomly in asp.net web page</title>
			<description>Hi Guys,


I have a task to play video clips randomly on asp.net web page ..on page load event..I would like to handle it in code behind not js or jquery techniques as this functionality is a dynamic one ..

waiting for your suggestions..


Scenario : I have 10 video clips in a application folder(admin will upload these videos)  and i want to play all videos one by one randomly on page load event.</description>
			<link>http://www.dotnetspider.com/forum/326125-How-play-Video-clips-randomly-asp.net-web-page.aspx</link>
			<pubDate>Tue, 21 May 2013 21:10:43 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326125-How-play-Video-clips-randomly-asp.net-web-page.aspx</guid>
		</item>
		<item>
			<title>To restrict multi login in different tabs</title>
			<description>Hi all,

I have developed a web site and 4 logins are there admin ,student,teacher and parent login.

When browsing in one tab I login as studentlogin. Really when opens a new tab with same url we are restrict to login with other login id and password right?

How can I restrict this?

In new window also I have to restrict other login.otherwise error will occur.
In few words I have to restrict 2 login in different tabs/window,only one will allow.
Any body can help me?</description>
			<link>http://www.dotnetspider.com/forum/326126-To-restrict-multi-login-different-tabs.aspx</link>
			<pubDate>Tue, 21 May 2013 21:18:51 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326126-To-restrict-multi-login-different-tabs.aspx</guid>
		</item>
		<item>
			<title>Code to check the staus of scheduled task in remote machine and fire email</title>
			<description>Hi Folks,

 I do have a requirement:

 1.Need to get the status of all scheduled tasks schduled in a remote machine
 2.Based on status need to send an alert email


 This is my sample code:


 using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
 using Microsoft.Win32.TaskScheduler;
 using System.Threading;
 using System.Diagnostics;
 using System.Net;
 using System.Net.Mail;
 using System.Data.SqlClient;
 using System.Data;
 using ...</description>
			<link>http://www.dotnetspider.com/forum/326127-Code-check-staus-scheduled-task-remote-machine-fire-email.aspx</link>
			<pubDate>Tue, 21 May 2013 21:30:44 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326127-Code-check-staus-scheduled-task-remote-machine-fire-email.aspx</guid>
		</item>
		<item>
			<title>How to create a directory in C#.net</title>
			<description>hi budy,

give me the Idea that, how to create folder or directory in c# asp.net mvc4 

with simple Example which is easy to helpfull for  me 

thanks u ........</description>
			<link>http://www.dotnetspider.com/forum/326128-How-create-directory-C-.net.aspx</link>
			<pubDate>Tue, 21 May 2013 21:44:32 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326128-How-create-directory-C-.net.aspx</guid>
		</item>
		<item>
			<title>Find 3rd highest salary with joining two tables without use of Top</title>
			<description>I have two tables , i want to joining two tables find 3rd. highest  salary of employee without using top keyword .


In 1st table i have only ID and Name
In 2nd table i have id empID and Salary

QS: To find 3rd highest salary of the employee without using top keyword .</description>
			<link>http://www.dotnetspider.com/forum/326129-Find-3rd-highest-salary-with-joining-two-tables-without-use-Top.aspx</link>
			<pubDate>Tue, 21 May 2013 21:46:26 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326129-Find-3rd-highest-salary-with-joining-two-tables-without-use-Top.aspx</guid>
		</item>
		<item>
			<title>How to increase session time in an asp.net web application</title>
			<description>Hello friends,

I want to increase session time out period in my web application I have used following code in Global.asax file to increase session time :


void Session_Start(object sender, EventArgs e) 
    {
       
        Session.Timeout = 30;

    }

But still after user login session time is expired randomly. What should i do right now..?

thanks
sunil sharma</description>
			<link>http://www.dotnetspider.com/forum/326130-how-increase-session-time-an-asp.net-web-application.aspx</link>
			<pubDate>Tue, 21 May 2013 21:58:58 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326130-how-increase-session-time-an-asp.net-web-application.aspx</guid>
		</item>
		<item>
			<title>1.how we can provide the wcf service to the particular user?</title>
			<description>hi,

1.how we can provide the wcf service to the particular user?

thanks
penchala</description>
			<link>http://www.dotnetspider.com/forum/326131-.how-we-can-provide-wcf-service-particular-user.aspx</link>
			<pubDate>Tue, 21 May 2013 22:01:16 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326131-.how-we-can-provide-wcf-service-particular-user.aspx</guid>
		</item>
		<item>
			<title>To provide a login details in wcf</title>
			<description>hi,

2.in wcf itself where we can provide login details?

thanks
penchala</description>
			<link>http://www.dotnetspider.com/forum/326133-provide-login-details-wcf.aspx</link>
			<pubDate>Tue, 21 May 2013 22:03:04 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326133-provide-login-details-wcf.aspx</guid>
		</item>
		<item>
			<title>Code optimization in .Net</title>
			<description>hi,

what is meant by code optimization with example.

thanks
penchala</description>
			<link>http://www.dotnetspider.com/forum/326134-code-optimization-.Net.aspx</link>
			<pubDate>Tue, 21 May 2013 22:04:37 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326134-code-optimization-.Net.aspx</guid>
		</item>
		<item>
			<title>In grid view salary wise how we can provide the colors</title>
			<description>Hi,

in grid view salary wise how we can provide the colors.with example

thanks
penchala</description>
			<link>http://www.dotnetspider.com/forum/326135-grid-view-salary-wise-how-we-can-provide-colors.aspx</link>
			<pubDate>Tue, 21 May 2013 22:09:01 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326135-grid-view-salary-wise-how-we-can-provide-colors.aspx</guid>
		</item>
		<item>
			<title>How to develop Jewellery Management System in Windows Application</title>
			<description>Dear Friends,

Gud morning to all

I am Planing to Do the Jewellery Shop Management System in VB.NET or C#.NET(Windows Application not in Web Application),

So if you have any of the project means let me send to me, it will be useful to implement &amp; i will get Some idea on this...

And if you have any documentation r else Source also means pls send it to this email id (prasadraja07@aol.com)

Can you guide me to achieve this...

Thank you Awaiting for your feedback</description>
			<link>http://www.dotnetspider.com/forum/326136-How-develop-Jewellery-Management-System-Windows-Application.aspx</link>
			<pubDate>Tue, 21 May 2013 22:11:00 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326136-How-develop-Jewellery-Management-System-Windows-Application.aspx</guid>
		</item>
		<item>
			<title>Check in and check out</title>
			<description>Hi,

what is ment by "checkin and checkout" where we have to use it. 

thanks
penchala</description>
			<link>http://www.dotnetspider.com/forum/326137-check-check-out.aspx</link>
			<pubDate>Tue, 21 May 2013 22:12:21 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326137-check-check-out.aspx</guid>
		</item>
		<item>
			<title>How i can bind the gridview</title>
			<description>i want to display the data in grid how i can bind the grid i want to show the data in grid on search button

what event handler for gridview
and how i can properly design the gridview with scroll horizantal and vertial

scroll show in gridview when data bind and show in grid if scroll need there otherwise not..

my coding is here code in aspx:

&amp;lt;div&amp;gt;
        &amp;lt;table&amp;gt;
            &amp;lt;asp:GridView ID="gvSearch" runat="server" Height="1000px" Width="250px" ...</description>
			<link>http://www.dotnetspider.com/forum/326138-how-i-can-bind-gridview.aspx</link>
			<pubDate>Tue, 21 May 2013 22:18:49 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326138-how-i-can-bind-gridview.aspx</guid>
		</item>
		<item>
			<title>How solve This Join Problems?</title>
			<description>SELECT DISTINCT BSI.Employee_Name , (SUM( (SIGD.Amount * 0.02) +(EIGD.Amount * 0.02))),(SUM( (SIGD.Amount * 0.03)+(EIGD.Amount * 0.03))),
 (SUM( (SIGD.Amount * 0.04)+(EIGD.Amount * 0.04))),(SUM( (SIGD.Amount * 0.05)+(EIGD.Amount * 0.05)))
FROM [admin_VST].[dbo].[BillSalesInvoice] BSI
INNER JOIN [admin_VST].[dbo].[salesInvoiceGoodsDetails] SIGD 
ON BSI.Id = SIGD.SalesInvoiceId
INNER JOIN [admin_VST].[dbo].[EstimateInvoiceGoodsDetails] EIGD 
ON SIGD.SalesInvoiceId = ...</description>
			<link>http://www.dotnetspider.com/forum/326139-How-solve-This-Join-Problems.aspx</link>
			<pubDate>Tue, 21 May 2013 22:40:13 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326139-How-solve-This-Join-Problems.aspx</guid>
		</item>
		<item>
			<title>To chamge the "ABC" database to XML database</title>
			<description>Hi

how we can chamge the "ABC" database to XML database

thnks
penchala</description>
			<link>http://www.dotnetspider.com/forum/326140-chamge-ABC-database-XML-database.aspx</link>
			<pubDate>Tue, 21 May 2013 22:44:14 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326140-chamge-ABC-database-XML-database.aspx</guid>
		</item>
		<item>
			<title>To get the particular values from XML</title>
			<description>Hi

how we will get the particular values from XML

thnks
penchala</description>
			<link>http://www.dotnetspider.com/forum/326141-get-particular-values-from-XML.aspx</link>
			<pubDate>Tue, 21 May 2013 22:46:31 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326141-get-particular-values-from-XML.aspx</guid>
		</item>
		<item>
			<title>When should we use primary key and when to use unique key</title>
			<description>Hi Everyone,

I have idea about primary key and unique key.And know the difference b/w these two keys also.But I want to know when can we go for unique key /primary key.

Please explain with the example.

Thanks in advance,
Sharmi</description>
			<link>http://www.dotnetspider.com/forum/326142-When-should-we-use-primary-key-use-unique-key.aspx</link>
			<pubDate>Tue, 21 May 2013 22:51:02 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326142-When-should-we-use-primary-key-use-unique-key.aspx</guid>
		</item>
		<item>
			<title>Pass gridviwe selected value to another page</title>
			<description>I want to select one row or column value which is pass to another page with some other text or label value is also send to other page load event</description>
			<link>http://www.dotnetspider.com/forum/326143-pass-gridviwe-selected-value-another-page.aspx</link>
			<pubDate>Tue, 21 May 2013 22:57:42 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326143-pass-gridviwe-selected-value-another-page.aspx</guid>
		</item>
		<item>
			<title>How to split the string depend upon length after space</title>
			<description>Hi,

I have two string for below


Thank You for your Order.This Item Covered under us Patent #D447,804 930


Thank You for your Order.Synergy Spacers are Covered under us Patent #DES.662,804

I want to split the string after 48 character space split into second string.

ie Thank You for your Order.This Item Covered under us Patent #D447,804 930

   this wil convert into:::: string str1= Thank You for your Order.This Item Covered under
string str2=us Patent #D447,804 930

 ...</description>
			<link>http://www.dotnetspider.com/forum/326144-How-split-string-depend-upon-length-after-space.aspx</link>
			<pubDate>Tue, 21 May 2013 23:01:24 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326144-How-split-string-depend-upon-length-after-space.aspx</guid>
		</item>
		<item>
			<title>Displaying videos in mvc view support for all browsers</title>
			<description>Hello,



        Iam traying to display videos in view page using asp.net mvc but video is not playing because all browsers are not supporting that videos some browsers is playing ans in some browsers not playing plz help me.


can you send me the code for supporting all browsers 



Thanks,
Raveendra.</description>
			<link>http://www.dotnetspider.com/forum/326145-Displaying-videos-mvc-view-support-all-browsers.aspx</link>
			<pubDate>Tue, 21 May 2013 23:04:02 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326145-Displaying-videos-mvc-view-support-all-browsers.aspx</guid>
		</item>
		<item>
			<title>How to deploy the web site in local host??</title>
			<description>How to deploy the asp.net web site in local host?
can any one help me?</description>
			<link>http://www.dotnetspider.com/forum/326146-How-deploy-web-site-local-host.aspx</link>
			<pubDate>Tue, 21 May 2013 23:06:44 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326146-How-deploy-web-site-local-host.aspx</guid>
		</item>
		<item>
			<title>Query to check decimal value and display result</title>
			<description>Hi Friends,

My column datatype is Numeric(18,2).

By default, whatever value stored, when it display will be like : 4.00,8.00,5.02,6.05.

Now, i need to check , if two decimal place value is zero, then to display 4 alone instead of 4.00. If it have decimal value , then need to display as it is..like..5.02,6.05

4.00 - need to display as 4
5.02 - need to display as it is..5.02

How to query for the above requirement..

Thanks in Advance.</description>
			<link>http://www.dotnetspider.com/forum/326147-Query-check-decimal-value-display-result.aspx</link>
			<pubDate>Tue, 21 May 2013 23:07:14 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326147-Query-check-decimal-value-display-result.aspx</guid>
		</item>
		<item>
			<title>Cannot insert explicit value for identity column in table 'tbl' when IDENDITY set to OFF</title>
			<description>Cannot insert explicit value for identity column in table 'tblUserSubscriptions' when IDENTITY_INSERT is set to OFF.

My Stored procedure -

USE [slackdb]
GO

/****** Object:  StoredProcedure [dbo].[spSlack_InsertSubscriptions21]    Script Date: 05/22/2013 11:59:37 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO


CREATE PROCEDURE [dbo].[spSlack_InsertSubscriptions21]
@ID int,
@UserID int,
@StartDate datetime,
@SubscriptionID int,
@Status int,
@ReturnVal int ...</description>
			<link>http://www.dotnetspider.com/forum/326148-Cannot-insert-explicit-value-identity-column-table-tbl.aspx</link>
			<pubDate>Tue, 21 May 2013 23:36:26 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326148-Cannot-insert-explicit-value-identity-column-table-tbl.aspx</guid>
		</item>
		<item>
			<title>Retain the previous page fields selections and results after clicking browser back option</title>
			<description>Hi,

I have scenario like:

page1 has some search fileds(10 fields) and search button will display results in gridview on the same page.

On selecting details link in grid veiw(will be hyperlink to a results drill down page (page2) for the specific row searched for).

Now from Page2 , If we want to go back to previous page 1 (i.e search results ) , we click on backspace button through keyboard or click on option "Back" through right click on page2(IE9 browser) . but we do not see THE ...</description>
			<link>http://www.dotnetspider.com/forum/326149-Retain-previous-page-fields-selections-results-after-clicking.aspx</link>
			<pubDate>Tue, 21 May 2013 23:39:20 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326149-Retain-previous-page-fields-selections-results-after-clicking.aspx</guid>
		</item>
		<item>
			<title>How to integrate PayPall in an ASP.NET Application</title>
			<description>Hi,
    I have an  asp.net Shopping Cart application .For payment ,i want to use PayPall.So please suggest me how to integrate paypall in my application.</description>
			<link>http://www.dotnetspider.com/forum/326150-How-integrate-PayPall-an-ASP.NET-Application.aspx</link>
			<pubDate>Tue, 21 May 2013 23:43:53 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326150-How-integrate-PayPall-an-ASP.NET-Application.aspx</guid>
		</item>
		<item>
			<title>Pass gridview value to another page</title>
			<description>I want to try pass the value on another page.
when i an using gridview and their one column is hyperlink and when client click on link that link have some id type value that is pass to other page

 I am trying to

&amp;lt;asp:GridView ID="gdv_pubTen" runat="server" 
                  Width="324px"
                AutoGenerateColumns="False" BackColor="White" BorderColor="#E7E7FF"
                BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Horizontal" 
                 ...</description>
			<link>http://www.dotnetspider.com/forum/326151-pass-gridview-value-another-page.aspx</link>
			<pubDate>Wed, 22 May 2013 00:07:49 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326151-pass-gridview-value-another-page.aspx</guid>
		</item>
		<item>
			<title>Log file for web services</title>
			<description>hi,

To create the log file for the tracking of the web service request and response, you can write a method which will write the log in to the log file.please provide the source code.


Thanks,
Chandu</description>
			<link>http://www.dotnetspider.com/forum/326152-log-file-web-services.aspx</link>
			<pubDate>Wed, 22 May 2013 00:14:01 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326152-log-file-web-services.aspx</guid>
		</item>
		<item>
			<title>How to interact with other network sql or oracle databases</title>
			<description>Hi,
   I want to interact with other network databases from my network like MNC companies interacting with their  US company databases.I want to be able to access databases which are faraway from my location.How to do this?</description>
			<link>http://www.dotnetspider.com/forum/326154-How-interact-with-other-network-sql-or-oracle-databases.aspx</link>
			<pubDate>Wed, 22 May 2013 00:23:48 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326154-How-interact-with-other-network-sql-or-oracle-databases.aspx</guid>
		</item>
		<item>
			<title>How to develop Highcharts using Json data and Telerik controls in SharePoint2013</title>
			<description>Hi,

   Developing Highcharts using Json data and Telerik controls in SharePoint2013
Kindly share your Knowledge 

Regards
Tharak</description>
			<link>http://www.dotnetspider.com/forum/326155-How-develop-Highcharts-using-Json-data-Telerik-controls.aspx</link>
			<pubDate>Wed, 22 May 2013 00:29:16 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326155-How-develop-Highcharts-using-Json-data-Telerik-controls.aspx</guid>
		</item>
		<item>
			<title>Session State by Example</title>
			<description>Dear Members

I am highly confused with concepts of Session State Management. I have a situation here. In my project i have a member registration webpage. This web page gives a successful registration message if record is inserted in the database. I have given a login link on the success message page. Now when user clicks that link i a login.aspx page load. On this page there are two txtboxs. one is username and another is password ofcourse. Now i want that the username should directly appear ...</description>
			<link>http://www.dotnetspider.com/forum/326156-Session-State-by-Example.aspx</link>
			<pubDate>Wed, 22 May 2013 00:32:02 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326156-Session-State-by-Example.aspx</guid>
		</item>
		<item>
			<title>Querying Only One Entry in a webpage</title>
			<description>Dear Members

I am developing a project where i have a registration.aspx form. Here i need to check a value feed by user in a particular entry/ row. As soon as user press tab after entering values in that textbox, the value entered should be matched with value in a table (this coding part i ll handle) Just tell me how to do this. In this mean will remaining page should remain untouched that is it should not be posted back to server. Only that txtbox value will be checked and response will ...</description>
			<link>http://www.dotnetspider.com/forum/326157-Querying-Only-One-Entry-webpage.aspx</link>
			<pubDate>Wed, 22 May 2013 00:40:15 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326157-Querying-Only-One-Entry-webpage.aspx</guid>
		</item>
		<item>
			<title>Jquery Beautifier Issue</title>
			<description>I am using plupload controls but jquery files in that plugin are not in readable format,so i am using jquery beautifier and make the jquery in readable format .is there any issues for modifying like this</description>
			<link>http://www.dotnetspider.com/forum/326158-Jquery-Beautifier-Issue.aspx</link>
			<pubDate>Wed, 22 May 2013 02:11:26 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326158-Jquery-Beautifier-Issue.aspx</guid>
		</item>
		<item>
			<title>How to code for filtered search</title>
			<description>need to get selected value from dropdownlist and textbox then bind in grid

how to write sp for the above and implement in .aspx page..</description>
			<link>http://www.dotnetspider.com/forum/326159-how-code-filtered-search.aspx</link>
			<pubDate>Wed, 22 May 2013 02:54:47 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326159-how-code-filtered-search.aspx</guid>
		</item>
		<item>
			<title>Mobile appointment calendar in asp.net</title>
			<description>Hi friends

i want to develop mobile appointment calendar in asp.net

like add event,update event like in ipod , iphone calendar.

i looked below link using asp.net  


http://msdn.microsoft.com/en-us/library/system.web.ui.mobilecontrols.calendar(v=vs.80).aspx?cs-save-lang=1&amp;cs-lang=csharp#code-snippet-4


but i have no idea to implement.

give me suggestion to develop mobile appointment calendar in asp.net</description>
			<link>http://www.dotnetspider.com/forum/326160-mobile-appointment-calendar-asp.net.aspx</link>
			<pubDate>Wed, 22 May 2013 02:57:10 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326160-mobile-appointment-calendar-asp.net.aspx</guid>
		</item>
		<item>
			<title>How to display 2 div tag in same line</title>
			<description>[B]Hi All,
I want to display some records from database in div tag.
following is code

string divStr = "";
        
        while (dtrAuthors.Read())
        {
            divStr += "&amp;lt;div id='disp'&amp;gt;";
            divStr += "&amp;lt;ul&amp;gt;";
            divStr += "&amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;&amp;lt;img src='pictures/" + dtrAuthors["image"].ToString() + "' height=75;width=100;float:left;/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;";
            divStr += ...</description>
			<link>http://www.dotnetspider.com/forum/326161-how-display-2-div-tag-same-line.aspx</link>
			<pubDate>Wed, 22 May 2013 02:58:48 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326161-how-display-2-div-tag-same-line.aspx</guid>
		</item>
		<item>
			<title>I need to add the marker when user clicks on map.</title>
			<description>Hi,

i need to add the marker on the map when user clicks on map.i had done this thing its working fine , but my problem is when user clicks second time in another position i need to remove the old marker and the marker has to be placed in the newly clicked place....

Please help me on this as soon as possible i am eagerly waiting for this..please please..

here i am adding my javascript which is working..


var map;
var myCenter=new ...</description>
			<link>http://www.dotnetspider.com/forum/326162-I-need-add-marker-user-clicks-map.aspx</link>
			<pubDate>Wed, 22 May 2013 03:02:00 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326162-I-need-add-marker-user-clicks-map.aspx</guid>
		</item>
		<item>
			<title>How to code for filtered search</title>
			<description>need to get selected value from dropdownlist and textbox then bind in grid

how to write sp for the above and implement in .aspx page..</description>
			<link>http://www.dotnetspider.com/forum/326163-how-code-filtered-search.aspx</link>
			<pubDate>Wed, 22 May 2013 03:03:31 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326163-how-code-filtered-search.aspx</guid>
		</item>
		<item>
			<title>LocalDB.msi on client machine</title>
			<description>It's not clear (to me) what a setup program should do to deploy an application that use a LocalDB.

Is it required to install SQL Server Express on the client PC and then attach the MDF file?

Or it's only required to run the LocalDB.msi and it works as a standalone file like SQL Server Compact?

how LocalDb.msi Works on client pc ?</description>
			<link>http://www.dotnetspider.com/forum/326164-LocalDB.msi-client-machine.aspx</link>
			<pubDate>Wed, 22 May 2013 03:09:09 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326164-LocalDB.msi-client-machine.aspx</guid>
		</item>
		<item>
			<title>How to take print of data in gridview</title>
			<description>hi
i want to take print of gridview data so i write a javascript function as below
&amp;lt;script type="text/javascript"&amp;gt;
function PrintGridData() {
var prtGrid = document.getElementById('&amp;lt;%=grvPurchaseReport.ClientID %&amp;gt;');
prtGrid.border = 0;
var prtwin = window.open('', ...</description>
			<link>http://www.dotnetspider.com/forum/326165-how-take-print-data-gridview.aspx</link>
			<pubDate>Wed, 22 May 2013 04:10:10 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326165-how-take-print-data-gridview.aspx</guid>
		</item>
		<item>
			<title>Calculate Retirement Date after 60 years</title>
			<description>hello Friends,

I am selecting a birth date from datepicker and i want to calculate retirement date after 60 years on the basis of birth date.

plz provide me appropriate solution for my problem




Thanks &amp; Regards
EmailId - ganeshjoshi.in@gmail.com</description>
			<link>http://www.dotnetspider.com/forum/326166-Calculate-Retirement-Date-after-60-years.aspx</link>
			<pubDate>Wed, 22 May 2013 04:39:33 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326166-Calculate-Retirement-Date-after-60-years.aspx</guid>
		</item>
		<item>
			<title>How to read buubles using OMR help required</title>
			<description>i want to search a good dll or OMR software which read bubbles my 

buubles are closely touched with line and a small distance betwwen 

them.Remark office gave problem on it when region created to 

read.kindly give me suggestion which OMR is best?</description>
			<link>http://www.dotnetspider.com/forum/326167-how-read-buubles-using-OMR-help-required.aspx</link>
			<pubDate>Wed, 22 May 2013 04:42:06 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326167-how-read-buubles-using-OMR-help-required.aspx</guid>
		</item>
		<item>
			<title>Web form background color</title>
			<description>There are two asp.net webforms form1 and form2
My question is
In the form1 we choose any color name from dropdown and we click the button means the color should be appear in the form2 background.

Please advise me


Thanks 
Ranjith</description>
			<link>http://www.dotnetspider.com/forum/326168-Web-form-background-color.aspx</link>
			<pubDate>Wed, 22 May 2013 04:45:11 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326168-Web-form-background-color.aspx</guid>
		</item>
		<item>
			<title>SetSelected iteam in listbox</title>
			<description>Hi i am displaying some items in windows form listbox. this time iam removing some iteams from list box. here "how to set selected iteam is allways in next removed iteam". But here iam allways selecting first one only.i tried based on index but index values are didplaying like gambling. Please how to set selected value allways next to removed value.

thanks 
thyaga</description>
			<link>http://www.dotnetspider.com/forum/326169-SetSelected-iteam-listbox.aspx</link>
			<pubDate>Wed, 22 May 2013 04:48:42 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326169-SetSelected-iteam-listbox.aspx</guid>
		</item>
		<item>
			<title>How to Clear Multiple Textbox data in Silverlight ?</title>
			<description>Hi,

i need to clear all textbox controls data in my silverlight page. how to clear all controls data in sliverlight ?
 
could any one know about this reply me.
 

 

Regards
Nanda kishore.CH .</description>
			<link>http://www.dotnetspider.com/forum/326170-How-Clear-Multiple-Textbox-data-Silverlight.aspx</link>
			<pubDate>Wed, 22 May 2013 05:00:57 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326170-How-Clear-Multiple-Textbox-data-Silverlight.aspx</guid>
		</item>
		<item>
			<title>Execute permission denied on 'sp_update_jobstep'</title>
			<description>Hi All,

I want give permission to a user who need to update the job in sql server 2000

I have given the following permissions

use msdb

go

Grant EXECUTE  on sp_help_job to  test_subashini

grant EXECUTE  on sp_get_composite_job_info to test_subashini

grant EXECUTE  on sp_help_targetserver to test_subashini

grant Execute on sp_help_jobstep to test_subashini


grant Execute on sp_update_jobstep to test_subashini


But no luck, still the user receiving the permission ...</description>
			<link>http://www.dotnetspider.com/forum/326171-Execute-permission-denied-sp-update-jobstep.aspx</link>
			<pubDate>Wed, 22 May 2013 05:05:23 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326171-Execute-permission-denied-sp-update-jobstep.aspx</guid>
		</item>
		<item>
			<title>Got stuck into .Net issue</title>
			<description>Hi Friends,

I am not a .Net programmer; but now in a situation where I want to build a .NET project and use the output DLL. 

The project code i have received from someone else. It will be a quick job for a .NET pro. 

Can you help me? I can share the project files. Please add me to skype "sans575".


Thanks..!</description>
			<link>http://www.dotnetspider.com/forum/326172-Got-stuck-into-.Net-issue.aspx</link>
			<pubDate>Wed, 22 May 2013 05:18:19 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326172-Got-stuck-into-.Net-issue.aspx</guid>
		</item>
		<item>
			<title>How to create List of an inner class with Reflection</title>
			<description>Hi,


I am seeking for some urgent resolution/work-around for following issue:

I have a class with few inner class (e.g. TestClass.Class1a.Class1a1)

With a normal approach we can instantiate "List of Class1a1" as follows:

&amp;gt;&amp;gt; IList listOfInnerClassInstances1 = new List&amp;lt;TestClass.Class1a.Class1a1&amp;gt;();



But the problem is, these classes are not available at design-time, rather these are available at run-time from a "customized assembly" which is compiled at run-time. ...</description>
			<link>http://www.dotnetspider.com/forum/326173-How-create-List-an-inner-class-with-Reflection.aspx</link>
			<pubDate>Wed, 22 May 2013 06:23:31 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/forum/326173-How-create-List-an-inner-class-with-Reflection.aspx</guid>
		</item>
	</channel>
</rss>