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


Author filtered by: mahesh.b.p.c [x]
getting only leaves by mahesh.b.p.c
Question 17 Feb 2013   license: CPOL
In a database, we store a hierarchy of objects with:- A table OBJECT_NODE containing a list of objects, each object is identified by a numeric value “ID”- And a table OBJECT_TREE containing the parent ship between these objects Create Table OBJECT_NODE ( ID int, NAME varchar(255)...
Question 14 Feb 2013   license: CPOL
In a database, we store a hierarchy of objects with:- A table OBJECT_NODE containing a list of objects, each object is identified by a numeric value “ID”- And a table OBJECT_TREE containing the parent ship between these objects Create Table OBJECT_NODE ( ID int, NAME varchar(255)...
Question 14 Feb 2013   license: CPOL
Suppose you receive the below request from a customer. Please understand the problem and1. Explain the approach you will use to solve the customer’s problem 2. Write your answer to the customer in English When I connected to SQL-Builder, I had the following error message: WARNING!...
SQL
url hiding and copying by mahesh.b.p.c
Question 18 Jan 2013   license: CPOL
HiFolk's I am developing lo-gin page and most of it is completed and i required to hide the URL i.e(if i copied the lo-gin page URL and i pasted in new tab address bar it must not open that lo-gin page )It is my scenario can any plz help me...
Question 4 Oct 2012   license: CPOL
Hi folk'sI have a query regarding blocking a user account after 3 invalid user attempts it is web based application ,i want to block user account after 3 invalid account, my code is in this way.....static DataTable dt = new DataTable();//getting the user name from db DataRow...
Question 26 Sep 2012   license: CPOL
Hi folk'sCan any one help me out ,i done coding for if attempts 3 invalid user attempts by taking int static count variable,in that i have one drawback ,if one user made 2 invalid attempts ,and other user made 1st time invalid attempt and this account is blocking ,How can i rectify this...
Question 14 Sep 2012   license: CPOL
Hi folksI required password regular expression requirement 1)start with alphabetic s (A-Z and a-z))2)compulsory one number (0 to 9) 3)special characters must be one and should be at last(!,@,#,$,%,^,&,*_)4)minimum length 6 and max 20....I want regular expression for...
Question 10 Sep 2012   license: CPOL
Hi folksI want to capture the log-out time ,when user cancels the web page the is cross symbol in web page......
Question 7 Sep 2012   license: CPOL
Hi folk'show to zip multiple files into single file using grid , and extract into excel and save in a particular folder My scenario is in this way ...download zip files from grid and extract into excel and save those files in a folder........if you have any code please help...
Question 5 Sep 2012   license: CPOL
Hi Folk'sI am not able to get the cookies value in my fields,any os or browser problem and any setting change.........can any one help me out..Same code is working in other system fine.....
Question 3 Sep 2012   license: CPOL
Hi folk'sRemember me functionality is not working fine,if checked the remember me and i loginand if i again i will like to login username and password remains there in the fields and the remember me as checked my code is in his way...............All this Code is in page load it...
Question 2 Sep 2012   license: CPOL
Hi folk's I have a login form in that if i check the remember me check-box,then i want to remember username and password .. below code is for remember me.. functionality...it is working fine but only one problem ...After checking remember me check box.. if i reload login page the checked...
Question 2 Sep 2012   license: CPOL
Hi folk'sI have a login form in that if i check the remember me check-box,then i want to remember username and password ..above code is for remember me.. functionality...it is working fine but only one problem ...After checking remember me check box.. if i reload login page the checked...
How to encrypt the cookie by mahesh.b.p.c
Question 30 Aug 2012   license: CPOL
Hi folk'sI have a login form in that if i check the remember me check-box,then i want to remember username and password ..I storing uid & pass in a cookie and that cookie must encrypted......Can any one help me......Thank's7Regard'smahesh.b.p.c
Question 29 Aug 2012   license: CPOL
Hi folk'sIn a web page there are huge number of different controls like(textbox,radiobutton,checkbox,dropdown) nearly 100 controls.It is a registration form three levels of registration ,that is after filling level-1what ever the field values in a controls must be saved in a...
Question 28 Aug 2012   license: CPOL
Hi folk's Can any on help me out,uploaded file must be download in .rar format ...Can any one help me ,or any idea......
Question 8 Aug 2012   license: CPOL
Hi folks After uploading video file in a file upload control and i want to play uploaded video in the webpage ....Can any help by giving source code
Compress a image in c# by mahesh.b.p.c
Question 7 Aug 2012   license: CPOL
I have taken a file-upload control and one textbox what ever name entered in textbox with that name folder must be created and images must be stored in that folder original image and as well as compressed thumb image ..can any one send code snippet sample
Question 7 Aug 2012   license: CPOL
string activefolder = @"E:\Mahesh.Project\Database_img\"; bool IsExits = System.IO.Directory.Exists(Server.MapPath(activefolder)); if(IsExits) { string subdirtive = System.IO.Path.ChangeExtension(activefolder,...
Question 25 Jul 2012   license: CPOL
using System;namespace wildert{ public class Metronome { public event TickHandler Tick; public EventArgs e = null; public delegate void TickHandler(Metronome m, EventArgs e); public void Start() { while (true) ...
Forum Message 25 Jul 2012  
public class Listener { public void subscribe(Metronome m) { m.Tick += new Metronome.TickHandler(Heardit); }
Question 17 Jul 2012   license: CPOL
Hi Folk's Can any one provide sample code snippets to access wcfservice in same domain with other system, and in different domain as well..Can any one help me with some example is great....Thank's&Regard'sMahesh.B.P.C.
WCF
Question 17 Jul 2012   license: CPOL
hi folk'sI am going to work as a 2year exp guy in n-tire architecture project which with some combination of (wcf,asp.net) it is web base project.I want some clarification client-side files in which layer have to keep, what was the better options in performance wise ,mainly how...
Question 16 Jul 2012   license: CPOL
Hi folk'sCan any one help me out regarding difference between wcf service in windows application and wcf service in web application with some real time examples. As well advantages and disadvantages between them....Please help me out....
WCF
Question 13 Jul 2012   license: CPOL
Hi FriendsWcf service is using in windows based application and wcf service is using in web based application . I am expecting differences between them and advantages as well...Thank's&Regard'smahesh.b.p.c.
WCF
Question 13 Jul 2012   license: CPOL
Hi friend'sWe are going to implement the project in n-tire with the help of wcf web based projected....Basically i want in n-tire architecture where will be client place files exist(in which layer and there extensions ) and same as service class files and database files. what...
Wcf sample project in c#4.0 by mahesh.b.p.c
Question 7 Jul 2012   license: CPOL
Hi Friends Can any one send sample wcf project with some real time code and architecture of the project...With some real time scenario's .........mahesh.b.p.c
Question 6 Jul 2012   license: CPOL
Hi Friend'sI would like to arrange my webpage in well defined manner, how can i do it.For example i have one master page in it i implemented header and footer to it and i consumed in my sample webpage.aspx in sample web page i have to arrange my web control's in well defined manner...
Question 6 Jul 2012   license: CPOL
This is my Imathservice code[ServiceContract]public interface IMathService{ [OperationContract] void DoWork(); [OperationContract] int add(int x, int y); [OperationContract] int mul(int x, int...

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