Click here to Skip to main content
15,892,517 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to implement SSL on local IIS? Pin
Michael Sync18-Dec-07 16:15
Michael Sync18-Dec-07 16:15 
QuestionHow to open a pop up window on clicking hyperlinkfield inside gridview Pin
mithun narayanan17-Dec-07 23:44
mithun narayanan17-Dec-07 23:44 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
N a v a n e e t h17-Dec-07 23:54
N a v a n e e t h17-Dec-07 23:54 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview [modified] Pin
mithun narayanan18-Dec-07 0:23
mithun narayanan18-Dec-07 0:23 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
N a v a n e e t h18-Dec-07 1:30
N a v a n e e t h18-Dec-07 1:30 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
mithun narayanan18-Dec-07 19:39
mithun narayanan18-Dec-07 19:39 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
Pankaj Chamria18-Dec-07 0:33
Pankaj Chamria18-Dec-07 0:33 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
mithun narayanan18-Dec-07 19:40
mithun narayanan18-Dec-07 19:40 
thnks Pankaj,that still not workd., i ve found alternate way for that

<asp:TemplateField HeaderText="View Resume">
<ItemTemplate>
<asp:Hyperlink Text="View" ID="Hyperlink2" NavigateUrl=<%#"javascript:my_window=window.open('ResumeDetails.aspx?cand_id=" + DataBinder.Eval(Container.DataItem,"cand_id").ToString() + "&rrf_id=" + DataBinder.Eval(Container.DataItem,"rrf_id").ToString() + "','my_window','toolbar=no, location=no, titlebar=no, linkbar=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=800, height=600, copyhistory=no');my_window.focus()" %> Runat="Server">
</asp:Hyperlink>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:TemplateField>
GeneralPassing value in Javascript from DataList Pin
raushan_917-Dec-07 23:25
raushan_917-Dec-07 23:25 
GeneralCalling Aspx page Pin
danasegaranea17-Dec-07 23:03
danasegaranea17-Dec-07 23:03 
GeneralRe: Calling Aspx page Pin
Christian Graus17-Dec-07 23:08
protectorChristian Graus17-Dec-07 23:08 
GeneralRe: Calling Aspx page Pin
danasegaranea17-Dec-07 23:33
danasegaranea17-Dec-07 23:33 
QuestionHow to Authenticate Password Using MD5 Hash code Pin
rockz...17-Dec-07 22:52
rockz...17-Dec-07 22:52 
GeneralRe: How to Authenticate Password Using MD5 Hash code Pin
Christian Graus17-Dec-07 22:59
protectorChristian Graus17-Dec-07 22:59 
GeneralRe: How to Authenticate Password Using MD5 Hash code Pin
Paul Conrad23-Dec-07 8:08
professionalPaul Conrad23-Dec-07 8:08 
GeneralRe: How to Authenticate Password Using MD5 Hash code Pin
Paddy Boyd17-Dec-07 23:30
Paddy Boyd17-Dec-07 23:30 
GeneralRe: How to Authenticate Password Using MD5 Hash code Pin
Mark Churchill18-Dec-07 4:38
Mark Churchill18-Dec-07 4:38 
JokeRe: How to Authenticate Password Using MD5 Hash code Pin
Paddy Boyd18-Dec-07 4:42
Paddy Boyd18-Dec-07 4:42 
JokeRe: How to Authenticate Password Using MD5 Hash code Pin
Mark Churchill18-Dec-07 5:36
Mark Churchill18-Dec-07 5:36 
QuestionHow to change Image in Image Box at Runtime Pin
Zeeshan Ahmed Memon17-Dec-07 22:49
Zeeshan Ahmed Memon17-Dec-07 22:49 
AnswerRe: How to change Image in Image Box at Runtime Pin
Christian Graus17-Dec-07 22:54
protectorChristian Graus17-Dec-07 22:54 
GeneralRe: How to change Image in Image Box at Runtime Pin
Zeeshan Ahmed Memon17-Dec-07 23:12
Zeeshan Ahmed Memon17-Dec-07 23:12 
GeneralString And UTF Encoding Pin
Deepak the Cool17-Dec-07 22:41
Deepak the Cool17-Dec-07 22:41 
GeneralRe: String And UTF Encoding Pin
Paddy Boyd17-Dec-07 23:33
Paddy Boyd17-Dec-07 23:33 
GeneralRe: String And UTF Encoding Pin
Deepak the Cool17-Dec-07 23:39
Deepak the Cool17-Dec-07 23:39 

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.