Click here to Skip to main content
15,889,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Sender Pin
Satish3211-Feb-09 2:01
Satish3211-Feb-09 2:01 
QuestionUse of web template. Pin
Laxminarayan Behera11-Feb-09 1:23
Laxminarayan Behera11-Feb-09 1:23 
AnswerRe: Use of web template. Pin
Ranjit Viswakumar11-Feb-09 17:04
Ranjit Viswakumar11-Feb-09 17:04 
Questionhow to disable back button after sign out Pin
anujbanka178411-Feb-09 0:20
anujbanka178411-Feb-09 0:20 
AnswerRe: how to disable back button after sign out Pin
Shyam Bharath11-Feb-09 0:33
Shyam Bharath11-Feb-09 0:33 
GeneralRe: how to disable back button after sign out Pin
anujbanka178411-Feb-09 1:23
anujbanka178411-Feb-09 1:23 
GeneralRe: how to disable back button after sign out Pin
J4amieC11-Feb-09 2:54
J4amieC11-Feb-09 2:54 
QuestionList view [modified] Pin
chinnumol11-Feb-09 0:09
chinnumol11-Feb-09 0:09 
Hi friends,
I want to implement a popup window in listview, by clicking a linkbutton inside the listview a popup shld appear, i wrote this in javascript but its not working
and the event is itemCommand

if (e.CommandName == "Applicant")
{
int id = Convert.ToInt32(e.CommandArgument);
string _loginId = Utility.HttpEncodeFilePath((object)id.ToString());
string myScript;
myScript = "window.open('JobSeekerProfile.aspx?loginInfoId=" + _loginId + "', null,'height=650, width=772,status= no,resizable=yes, scrollbars=yes, toolbar=no,location=no,menubar=no,top=50,left=100'); ";

Page.RegisterStartupScript("JavaScript", myScript);

}

Plz Help

modified on Wednesday, February 11, 2009 6:26 AM

AnswerRe: List view Pin
ByteBlocks11-Feb-09 5:09
ByteBlocks11-Feb-09 5:09 
QuestionLoad report failed Pin
Member 580612211-Feb-09 0:00
Member 580612211-Feb-09 0:00 
AnswerRe: Load report failed Pin
N a v a n e e t h11-Feb-09 0:20
N a v a n e e t h11-Feb-09 0:20 
GeneralRe: Load report failed Pin
ByteBlocks11-Feb-09 7:02
ByteBlocks11-Feb-09 7:02 
GeneralRe: Load report failed Pin
N a v a n e e t h11-Feb-09 14:41
N a v a n e e t h11-Feb-09 14:41 
AnswerRe: Load report failed Pin
Shyam Bharath11-Feb-09 0:34
Shyam Bharath11-Feb-09 0:34 
QuestionCrossword Puzzle maker [modified] Pin
Tiger45610-Feb-09 23:48
Tiger45610-Feb-09 23:48 
AnswerRe: Crossword Puzzle maker Pin
Ranjit Viswakumar11-Feb-09 17:15
Ranjit Viswakumar11-Feb-09 17:15 
GeneralRe: Crossword Puzzle maker Pin
Tiger45611-Feb-09 17:40
Tiger45611-Feb-09 17:40 
Questionconvert .avi to .flv Pin
nithydurai10-Feb-09 23:47
nithydurai10-Feb-09 23:47 
QuestionWebBrowser Control in ASP.NET Pin
trinm198710-Feb-09 23:18
trinm198710-Feb-09 23:18 
AnswerRe: WebBrowser Control in ASP.NET Pin
Shyam Bharath11-Feb-09 0:29
Shyam Bharath11-Feb-09 0:29 
GeneralRe: WebBrowser Control in ASP.NET Pin
trinm198711-Feb-09 0:38
trinm198711-Feb-09 0:38 
QuestionHow to start test as a novice? Pin
yolanda040910-Feb-09 23:06
yolanda040910-Feb-09 23:06 
RantRe: How to start test as a novice? Pin
Ashfield11-Feb-09 1:27
Ashfield11-Feb-09 1:27 
QuestionHow to get the duration of video file in asp.net Pin
LakshmiShetty10-Feb-09 22:09
LakshmiShetty10-Feb-09 22:09 
AnswerRe: How to get the duration of video file in asp.net Pin
Ranjit Viswakumar11-Feb-09 17:21
Ranjit Viswakumar11-Feb-09 17:21 

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.