Click here to Skip to main content
16,006,006 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: A-Z control Pin
Not Active11-Mar-10 8:13
mentorNot Active11-Mar-10 8:13 
QuestionA problem with CreateUserWizard control Pin
_ASPAle_11-Mar-10 0:59
_ASPAle_11-Mar-10 0:59 
AnswerRe: A problem with CreateUserWizard control Pin
_ASPAle_12-Mar-10 23:47
_ASPAle_12-Mar-10 23:47 
QuestionMS access in .net Pin
Milind Panchal10-Mar-10 22:54
Milind Panchal10-Mar-10 22:54 
AnswerRe: MS access in .net Pin
Not Active11-Mar-10 1:16
mentorNot Active11-Mar-10 1:16 
AnswerRe: MS access in .net Pin
Ersan Ercek11-Mar-10 1:42
Ersan Ercek11-Mar-10 1:42 
QuestionCan i export third Party tool to excel Pin
ksss_maheshece10-Mar-10 22:49
ksss_maheshece10-Mar-10 22:49 
AnswerRe: Can i export third Party tool to excel Pin
Vimalsoft(Pty) Ltd11-Mar-10 3:08
professionalVimalsoft(Pty) Ltd11-Mar-10 3:08 
GeneralRe: Can i export third Party tool to excel Pin
ksss_maheshece12-Mar-10 1:15
ksss_maheshece12-Mar-10 1:15 
GeneralRe: Can i export third Party tool to excel Pin
Vimalsoft(Pty) Ltd12-Mar-10 1:43
professionalVimalsoft(Pty) Ltd12-Mar-10 1:43 
AnswerRe: Can i export third Party tool to excel Pin
carlecomm11-Mar-10 15:18
carlecomm11-Mar-10 15:18 
Questionproblem in creating comman connection class Pin
Amit Spadez10-Mar-10 22:15
professionalAmit Spadez10-Mar-10 22:15 
GeneralRe: problem in creating comman connection class Pin
Pranay Rana10-Mar-10 22:30
professionalPranay Rana10-Mar-10 22:30 
GeneralRe: problem in creating comman connection class Pin
Amit Spadez10-Mar-10 22:46
professionalAmit Spadez10-Mar-10 22:46 
AnswerRe: problem in creating comman connection class Pin
Pranay Rana10-Mar-10 22:57
professionalPranay Rana10-Mar-10 22:57 
There is no need to inherite class in second fine instead of that you have to create one instance of that class and you have to use that one for ex.



public class registrationDal
{
public bool SaveCandidateInfo(string jobTitle)
{
clsConnection oclsConnection = new clsConnection ();
SqlConnection con = oclsConnection.connectionMethod();
try
{
string encrPwd = Encrypt(this.pwd);
SqlCommand cmd = new SqlCommand("sp_candidateinfo", con);
cmd.CommandType = CommandType.StoredProcedure;
}
catch
{}
}
GeneralRe: problem in creating comman connection class Pin
Amit Spadez10-Mar-10 23:07
professionalAmit Spadez10-Mar-10 23:07 
GeneralRe: problem in creating comman connection class Pin
Pranay Rana10-Mar-10 23:11
professionalPranay Rana10-Mar-10 23:11 
QuestionSlideShow Extender autoplay seems not working Pin
Ersan Ercek10-Mar-10 22:09
Ersan Ercek10-Mar-10 22:09 
AnswerRe: SlideShow Extender autoplay seems not working Pin
Ersan Ercek11-Mar-10 1:39
Ersan Ercek11-Mar-10 1:39 
GeneralRe: SlideShow Extender autoplay seems not working Pin
sanjay.netgains22-Nov-10 18:21
sanjay.netgains22-Nov-10 18:21 
QuestionHow to check whether the user logged in or not? Pin
Paulraj G10-Mar-10 22:07
Paulraj G10-Mar-10 22:07 
AnswerRe: How to check whether the user logged in or not? Pin
Pranay Rana10-Mar-10 22:28
professionalPranay Rana10-Mar-10 22:28 
Questionwhat setting have to be made in web.config to send email from asp.net with c# Pin
developerit10-Mar-10 21:52
developerit10-Mar-10 21:52 
AnswerRe: what setting have to be made in web.config to send email from asp.net with c# Pin
Pranay Rana10-Mar-10 22:00
professionalPranay Rana10-Mar-10 22:00 
GeneralRe: what setting have to be made in web.config to send email from asp.net with c# Pin
developerit12-Mar-10 20:07
developerit12-Mar-10 20:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.