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

ASP.NET

 
GeneralRe: Get C drive files Pin
cocoonwls12-Oct-09 15:13
cocoonwls12-Oct-09 15:13 
GeneralRe: Get C drive files Pin
N a v a n e e t h12-Oct-09 16:15
N a v a n e e t h12-Oct-09 16:15 
GeneralRe: Get C drive files Pin
cocoonwls13-Oct-09 6:37
cocoonwls13-Oct-09 6:37 
QuestionClose form after buttonclick Pin
JohnQuar112-Oct-09 4:28
JohnQuar112-Oct-09 4:28 
AnswerRe: Close form after buttonclick Pin
Not Active12-Oct-09 4:37
mentorNot Active12-Oct-09 4:37 
GeneralRe: Close form after buttonclick Pin
JohnQuar112-Oct-09 5:41
JohnQuar112-Oct-09 5:41 
GeneralRe: Close form after buttonclick Pin
Not Active12-Oct-09 5:49
mentorNot Active12-Oct-09 5:49 
AnswerRe: Close form after buttonclick Pin
Tiger45612-Oct-09 21:22
Tiger45612-Oct-09 21:22 
I would suggest you to follow the approach explained by jhon. if you are not familiar with AJAX then you can follow this general approach like write javascript code from server side after postback


<asp:Button ID="btnVDistro" runat="server" Font-Bold="True" onclick="btnVDistro_Click" Text="Use Validated" />


protected void btnVDistro_Click(object sender, EventArgs e)
{
// Add your code here

this.ClientScript.RegisterStartupScript(this.GetType(), "close", "javaScript:window.close(); return false;, true);
}
QuestionMail Sending Error Pin
sadeeshdrspoy12-Oct-09 4:05
sadeeshdrspoy12-Oct-09 4:05 
AnswerRe: Mail Sending Error Pin
Vimalsoft(Pty) Ltd12-Oct-09 4:27
professionalVimalsoft(Pty) Ltd12-Oct-09 4:27 
AnswerRe: Mail Sending Error Pin
Manas Bhardwaj12-Oct-09 4:29
professionalManas Bhardwaj12-Oct-09 4:29 
AnswerRe: Mail Sending Error Pin
Not Active12-Oct-09 4:32
mentorNot Active12-Oct-09 4:32 
QuestionPlans, Guidelines and Decisions for a Charity Web Application Project Pin
Voulnet12-Oct-09 4:03
Voulnet12-Oct-09 4:03 
AnswerRe: Plans, Guidelines and Decisions for a Charity Web Application Project Pin
Not Active12-Oct-09 4:42
mentorNot Active12-Oct-09 4:42 
GeneralRe: Plans, Guidelines and Decisions for a Charity Web Application Project Pin
Voulnet12-Oct-09 11:16
Voulnet12-Oct-09 11:16 
GeneralRe: Plans, Guidelines and Decisions for a Charity Web Application Project Pin
Not Active12-Oct-09 12:49
mentorNot Active12-Oct-09 12:49 
GeneralRe: Plans, Guidelines and Decisions for a Charity Web Application Project Pin
Voulnet12-Oct-09 14:21
Voulnet12-Oct-09 14:21 
QuestionFavicon problem? Pin
keyur satyadev12-Oct-09 2:56
keyur satyadev12-Oct-09 2:56 
AnswerRe: Favicon problem? Pin
Abhijit Jana12-Oct-09 3:09
professionalAbhijit Jana12-Oct-09 3:09 
GeneralRe: Favicon problem? Pin
keyur satyadev12-Oct-09 4:13
keyur satyadev12-Oct-09 4:13 
GeneralRe: Favicon problem? Pin
sashidhar12-Oct-09 5:54
sashidhar12-Oct-09 5:54 
Questiondynamic control in separate class Pin
dkosasih12-Oct-09 2:22
dkosasih12-Oct-09 2:22 
QuestionDBA Pin
AndyInUK12-Oct-09 2:10
AndyInUK12-Oct-09 2:10 
AnswerRe: DBA Pin
sashidhar12-Oct-09 2:32
sashidhar12-Oct-09 2:32 
AnswerRe: DBA Pin
keyur satyadev12-Oct-09 2:59
keyur satyadev12-Oct-09 2:59 

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.