Click here to Skip to main content
15,888,113 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: App showing inbox for wrong user Pin
marky77712-Jan-09 4:03
marky77712-Jan-09 4:03 
AnswerRe: App showing inbox for wrong user Pin
Paddy Boyd12-Jan-09 5:27
Paddy Boyd12-Jan-09 5:27 
QuestionAsp.net with vb.net using wizard control Pin
naseer_8412-Jan-09 1:48
naseer_8412-Jan-09 1:48 
Questionhow to handle validation control manually? Pin
mr_muskurahat12-Jan-09 1:30
mr_muskurahat12-Jan-09 1:30 
AnswerRe: how to handle validation control manually? Pin
Rajdev Ramasamy12-Jan-09 2:39
Rajdev Ramasamy12-Jan-09 2:39 
Questionupdateing web.config Pin
rajkumar.312-Jan-09 1:13
rajkumar.312-Jan-09 1:13 
AnswerRe: updateing web.config Pin
Vimalsoft(Pty) Ltd12-Jan-09 1:19
professionalVimalsoft(Pty) Ltd12-Jan-09 1:19 
Generalre: update Pin
rajkumar.312-Jan-09 1:30
rajkumar.312-Jan-09 1:30 
i am using following code but its not working
Protected override void OnAfterInstall(IDictionary savedState)
{

//base.OnAfterInstall(savedState);
string server = this.Context.Parameters["DATASOURCE"];
MessageBox.Show(server);
string userId = this.Context.Parameters["USERID"];
MessageBox.Show(userId);
string password = this.Context.Parameters["PASSWORD"];
MessageBox.Show(password);
//string newConnectionString = "User Id=" + userId + ";Password= " + password + ";Data Source =" + server + ";";
string newConnectionString = "Provider=SQLOLEDB.1;User Id=" + userId + ";Password=" + password + ";Data Source=" + server + ";";
string xmlConfigFile = "";
xmlConfigFile = Context.Parameters["INSTALLDIR"] + "web.config";
UpdateConfigFile(xmlConfigFile, newConnectionString, "wfMasterConStr");
MessageBox.Show("Updated");
}
GeneralRe: dont be smart Vuyiswa Maseko Pin
Abhijit Jana12-Jan-09 1:36
professionalAbhijit Jana12-Jan-09 1:36 
GeneralRe: dont be smart Vuyiswa Maseko Pin
rajkumar.312-Jan-09 1:43
rajkumar.312-Jan-09 1:43 
GeneralRe: dont be smart Vuyiswa Maseko Pin
N a v a n e e t h12-Jan-09 1:39
N a v a n e e t h12-Jan-09 1:39 
GeneralRe: dont be smart Vuyiswa Maseko Pin
rajkumar.312-Jan-09 1:47
rajkumar.312-Jan-09 1:47 
GeneralRe: dont be smart Vuyiswa Maseko Pin
Vimalsoft(Pty) Ltd7-Nov-10 10:49
professionalVimalsoft(Pty) Ltd7-Nov-10 10:49 
AnswerRe: updateing web.config Pin
Abhijit Jana12-Jan-09 1:33
professionalAbhijit Jana12-Jan-09 1:33 
GeneralRe: updateing web.config Pin
rajkumar.312-Jan-09 1:39
rajkumar.312-Jan-09 1:39 
GeneralRe: updateing web.config Pin
rajkumar.312-Jan-09 1:54
rajkumar.312-Jan-09 1:54 
GeneralRe: updateing web.config Pin
Abhijit Jana12-Jan-09 2:23
professionalAbhijit Jana12-Jan-09 2:23 
GeneralRe: updateing web.config Pin
Abhijit Jana12-Jan-09 2:22
professionalAbhijit Jana12-Jan-09 2:22 
Question[Message Deleted] Pin
Satish - Developer12-Jan-09 0:25
Satish - Developer12-Jan-09 0:25 
AnswerRe: Getting Error while executing in server Pin
Brij12-Jan-09 0:37
mentorBrij12-Jan-09 0:37 
General[Message Deleted] Pin
Satish - Developer12-Jan-09 0:40
Satish - Developer12-Jan-09 0:40 
GeneralRe: Getting Error while executing in server Pin
Padmanabh Ganorkar12-Jan-09 2:02
Padmanabh Ganorkar12-Jan-09 2:02 
QuestionApplying css styles to UpdateProgress bar control Pin
meeram39511-Jan-09 23:52
meeram39511-Jan-09 23:52 
AnswerRe: Applying css styles to UpdateProgress bar control Pin
Abhijit Jana12-Jan-09 0:03
professionalAbhijit Jana12-Jan-09 0:03 
AnswerRe: Applying css styles to UpdateProgress bar control Pin
Padmanabh Ganorkar12-Jan-09 2:07
Padmanabh Ganorkar12-Jan-09 2: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.