Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: abhishekagrwl25 [x]
Question 13 May 2013   license: CPOL
hello friends,i have a treeview control in which i am list all drive.....on selecting a drive i have to show all of its directories and files in a listview.....i am using following code.. private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) { ...
Question 12 May 2013   license: CPOL
Hello friends,I have a scenario that I have to give the end user the ability to select a folder in treeview and onclick on folder all of the files and folders inside this will be shown in listview except some specific file type with extension .cab, .mp3 etc..I am able to show all files...
Question 3 May 2013   license: CPOL
Hello All, I am developing an app in which i have to make backup of file on to the server using Volume Shadow Copy Service, but i have no idea about that, i have googled it alot but couldn't find any appropriate solution.I found microsoft's sdk for that but dont know how to use it for my...
connection string in win forms by abhishekagrwl25
Question 14 Apr 2013   license: CPOL
hello all, i am creating a windows application. in which i want to use sql database...for this i want to place connection string in a file (as like web.cinfig in web application).but dont know where to place. Can any one suggest me the best ways to do that....??
C#
Question 20 Jan 2013   license: CPOL
Hello All, I am getting the following error while using MS-Access database.System.InvalidOperationException: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.when i am using it on my local machine it runs successfully but when i am putting it...
Question 7 Aug 2012   license: CPOL
hello all, I have a WCF service which is currently configured only to use HTTP protocol and i want to Configure the Host Environment for the WCF Service to Support the TCP Protocol. I am using WinXP as operating system and don't know how to configure WAS in WinXP. Kinly give me...
Answer 25 May 2012   license: CPOL
i have used emptydatatemplate in which i have created a table inside emptydatatemplate...
Question 24 May 2012   license: CPOL
hello all, I am filling my gridview when no data is present, but in a field named "active", is a bit datatype , showing error "Object cannot be cast from DBNull to other types" code for .aspx:-
problem with system.speech dll by abhishekagrwl25
Question 21 May 2012   license: CPOL
hello all, I am creating a application in which i want to enter text in a text box and after that by clicking on button it will speak out what i have entered in textbox,..it is working but it only sounds like plah-plah...following is the code:-using System;using...
C#
Question 20 May 2012   license: CPOL
hello all, I have a grid view where i am binding the value of price and tax and i want to show them upto two digits after decimal...aspx code:-
Question 19 Apr 2012   license: CPOL
hello all, I have created a database owner for my databse , now problem is that my password does not support the password policies of plesk panel, so i have to change the password for my database owner.How can i do this in SQL Management Studio..??
Question 19 Apr 2012   license: CPOL
Hello All, I am using range validator to validate the date but i am having problem with range validator Maximumvalue property:- The value '19/04/2102' of the MaximumValue property of 'startDateValidator' cannot be converted to type 'Date'..aspx...
Answer 10 Apr 2012   license: CPOL
There was a problem with connection string.
Question 10 Apr 2012   license: CPOL
Hello All, I want to use ASP.Net Website administration tool for using membership in my web site, for this when i am clicking on security tab , it is showing following error, There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or...
cant use master..spt_values by abhishekagrwl25
Question 9 Apr 2012   license: CPOL
Hello Friends, I want to generate pin for an MLM site, for this i want to use master..spt_values table, but dont have any idea about it. can any one suggest me, how to auto-generate pin using spt_values or any tutorial for this.
Question 8 Apr 2012   license: CPOL
Hello Friends, I am using grid view to show my data, but its not working any data.code of aspx page:-
Question 24 Mar 2012   license: CPOL
Hello Friends, I want to create a PDF document without using any third party API(ex:- itextsharp etc.). I have searched for many solution but i didn't find any exact solution.
Question 24 Mar 2012   license: CPOL
Quote:Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience.
Question 31 Jan 2012   license: CPOL
Hi !!!i have a problem. i have a deployed a website. When user enters and add product to the cart they are added to a session variable which i have added through a class file.static ShoppingCart() { // If the cart is not in the session, create one and put it there //...
Question 9 Jan 2012   license: CPOL
hello all, I am using a javascript in my website... but that not working in Internet Explorer...my domain is www.nagpalassociates.com.....check this and suggest me appropriate solutions for that....Thanks
Question 5 Jan 2012   license: CPOL
hello all,I want to send a mail through my website using asp code and i am getting the following exception....The remote server returned an error: (500) Internal Server Error.the following is my asp code ....
Question 2 Jan 2012   license: CPOL
Hello all.... I have a grid-view on my page and i have used footer row of grid-view to insert new data. The problem that i am facing is that is when there is no data present in the database it is not showing grid-view. But i need grid-view to be shown on the page so that user can enter...
Question 23 Nov 2011   license: CPOL
Hi All.... I have a label in the header of a datalist....i want to set the text of that label through code-behind....but i don't know how to find that control through code....i am new to ASP.net...Thank You
Question 18 Nov 2011   license: CPOL
Hi all....!!! i am checking values that exist in database through datareader and if the value exists then i am binding some other values from that table to datagrid.The problem is that when it finds the value in database and enters if condition it says datareader already open and if i...
Question 15 Nov 2011   license: CPOL
hello everyone, I want to show image in a website, in which image should be selected dynamically from the database.....through a javascript function.....i am using tag inside of a datalist......i had bind datalist through datasource......following isa the...
Question 11 Nov 2011   license: CPOL
Hello everybody....I am getting the following error when i am filling dataset from dataadapter after retrieving data from the MS-Access database."IErrorInfo.GetDescription failed with E_FAIL(0x80004005)"following is the code i used to fill dataset and bind to gridview....
Question 10 Nov 2011   license: CPOL
I am working on a website that adds members to it when members fill in their details and submit.Now what I want to do is send them a confirmation link to their email id and when that link is clicked by the user on then they can become members. Please suggest how to do it.[fixed...
Question 10 Nov 2011   license: CPOL
Hi all!!I want to add google map for a particular location in my website. I don want to add an image of the map but an actual working map. Please suggest something.
Disabling browser back button by abhishekagrwl25
Question 9 Nov 2011   license: CPOL
I used the following code to disable my browser back button but button is still working. plz help me outResponse.Cache.SetCacheability(HttpCacheability.NoCache);Response.Cache.SetExpires(DateTime.UtcNow.AddHours(-1));Response.Cache.SetNoStore();
Question 9 Nov 2011   license: CPOL
i have made session admin when the admin enters the website. i have also added a button to log out. can anybody plz tell me wht should be done to log out ???
Question 3 Nov 2011   license: CPOL
Hello all !!!My asp.net menu control is not working in google crome although it is working fine in firefox.When the page loads for the first time the Dot net Menu is not showing anything, however, when i click on the home in the flash menu, the page loads and then the dot net menu is...
Question 3 Nov 2011   license: CPOL
hello all !!i have retreived images from database using c# but how can i show them in a javascript slideshow in my .aspx page?
How to use views in asp.net by abhishekagrwl25
Question 2 Nov 2011   license: CPOL
Hello all !! i have made a sql View name VW_Show ;i need to know how can i use it in asp.net. how will i call the view ????
Question 1 Nov 2011   license: CPOL
Hello all!!!My Javascript menu is giving me some problems. whenever i hover the mouse over the menu the dropdown is hiding behind the javascript slideshow. can u plz help me out.Here is the link to the website.http://www.sewaindia.org/[^]

Page 1 of 1


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid