Click here to Skip to main content
15,921,382 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionHow we send multiple sms Pin
lrsalunkhe10-Mar-10 21:47
lrsalunkhe10-Mar-10 21:47 
AnswerRe: How we send multiple sms Pin
SeMartens10-Mar-10 21:55
SeMartens10-Mar-10 21:55 
AnswerRe: How we send multiple sms Pin
jayantbramhankar11-Mar-10 0:26
jayantbramhankar11-Mar-10 0:26 
Questionhow to mail 3to 5 address using asp.net with c# Pin
developerit10-Mar-10 21:43
developerit10-Mar-10 21:43 
AnswerRe: how to mail 3to 5 address using asp.net with c# Pin
SeMartens10-Mar-10 21:51
SeMartens10-Mar-10 21:51 
GeneralRe: how to mail 3to 5 address using asp.net with c# Pin
ademsandeepreddy10-Mar-10 23:57
ademsandeepreddy10-Mar-10 23:57 
Questionjava script for stop page reloading Pin
vikas shukla10-Mar-10 21:39
vikas shukla10-Mar-10 21:39 
QuestionCreate Dynamic Crystal Report Pin
HatakeKaKaShi10-Mar-10 20:24
HatakeKaKaShi10-Mar-10 20:24 
QuestionAdd Images along with HTML markup at runtime into Panel/PlaceHolder Pin
THE SK10-Mar-10 19:13
THE SK10-Mar-10 19:13 
QuestionFrom address problem in Sending Mail Pin
K V Sekhar10-Mar-10 18:48
K V Sekhar10-Mar-10 18:48 
AnswerRe: From address problem in Sending Mail Pin
Abhijit Jana10-Mar-10 21:22
professionalAbhijit Jana10-Mar-10 21:22 
GeneralRe: From address problem in Sending Mail Pin
K V Sekhar10-Mar-10 23:36
K V Sekhar10-Mar-10 23:36 
GeneralRe: From address problem in Sending Mail Pin
Abhijit Jana10-Mar-10 23:48
professionalAbhijit Jana10-Mar-10 23:48 
GeneralRe: From address problem in Sending Mail Pin
K V Sekhar11-Mar-10 0:28
K V Sekhar11-Mar-10 0:28 

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.