Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView Pin
arkiboys28-Jan-10 5:44
arkiboys28-Jan-10 5:44 
QuestionRad combobox event in java script Pin
acmohanakrishnan27-Jan-10 22:27
acmohanakrishnan27-Jan-10 22:27 
Questionvalidation control problem Pin
Mogamboo_Khush_Hua27-Jan-10 22:25
Mogamboo_Khush_Hua27-Jan-10 22:25 
AnswerRe: validation control problem Pin
Brij27-Jan-10 23:28
mentorBrij27-Jan-10 23:28 
GeneralRe: validation control problem Pin
Anurag Gandhi28-Jan-10 0:15
professionalAnurag Gandhi28-Jan-10 0:15 
GeneralRe: validation control problem Pin
Mogamboo_Khush_Hua28-Jan-10 0:57
Mogamboo_Khush_Hua28-Jan-10 0:57 
GeneralRe: validation control problem Pin
Brij28-Jan-10 6:53
mentorBrij28-Jan-10 6:53 
Questionhyperlink in datalist opening in new window even in target set to parent Pin
Meax27-Jan-10 22:03
Meax27-Jan-10 22:03 
i have following datalist in WhatsNews.aspx page.

<br />
 <asp:datalist id="DL1" runat="server" ItemStyle-BorderColor="#c7c7c6" CssClass="HomePageTitles"><br />
    <ItemTemplate> <br />
     <asp:HyperLink Runat ="server" Target="_Parent" NavigateUrl ='<%#"page.aspx?id=" + DataBinder.Eval(Container.DataItem, "NewsArticleID").ToString()%>' ID="Hyperlink1"> <br />
          <%#DataBinder.Eval(Container.DataItem, "NewsArticleTitle")%> <br />
     </asp:HyperLink> <br />
     </ItemTemplate> <br />
	 <AlternatingItemStyle BackColor="#FFFFFF" /><br />
               <ItemStyle BackColor="#e7e3e3" BorderColor="#e7e3e3" /><br />
   </asp:datalist> <br />


in above code i am setting to open the links in parent window.

and in home page i am adding WhatsNew.aspx using iframe.

<br />
<iframe frameborder="0" marginheight="1" marginwidth="1" hspace="1" width="390" height="450px"<br />
									scrolling="no" src="WhatsNew.aspx"></iframe><br />


when i open home page and click a link in whatsnew section, IE 8 opening the links in a new window.

but firefox 3.5.7 opens in parant window, just like i want.

how can i make IE 8 also open the links in parent window?
AnswerRe: hyperlink in datalist opening in new window even in target set to parent Pin
Abhishek Sur27-Jan-10 22:26
professionalAbhishek Sur27-Jan-10 22:26 
QuestionMasterDetail Pin
arkiboys27-Jan-10 21:41
arkiboys27-Jan-10 21:41 
AnswerRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:01
Dinesh Mani27-Jan-10 22:01 
GeneralRe: MasterDetail Pin
arkiboys27-Jan-10 22:13
arkiboys27-Jan-10 22:13 
GeneralRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:15
Dinesh Mani27-Jan-10 22:15 
GeneralRe: MasterDetail Pin
arkiboys27-Jan-10 22:32
arkiboys27-Jan-10 22:32 
GeneralRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:43
Dinesh Mani27-Jan-10 22:43 
Questiontabindex on buttons of safari browser. Pin
bhavna432127-Jan-10 21:30
bhavna432127-Jan-10 21:30 
Questionmuti user site issue Pin
aamirzada27-Jan-10 21:21
aamirzada27-Jan-10 21:21 
QuestionLoop thorough values of a ListBox Pin
awedaonline27-Jan-10 20:54
awedaonline27-Jan-10 20:54 
AnswerRe: Loop thorough values of a ListBox Pin
Dinesh Mani27-Jan-10 21:52
Dinesh Mani27-Jan-10 21:52 
GeneralRe: Loop thorough values of a ListBox Pin
awedaonline28-Jan-10 1:29
awedaonline28-Jan-10 1:29 
GeneralRe: Loop thorough values of a ListBox Pin
Dinesh Mani28-Jan-10 1:43
Dinesh Mani28-Jan-10 1:43 
Questionrequiredfieldvalidator Pin
dotnetmember27-Jan-10 20:13
dotnetmember27-Jan-10 20:13 
AnswerRe: requiredfieldvalidator Pin
nishant-jha27-Jan-10 20:25
nishant-jha27-Jan-10 20:25 
GeneralRe: requiredfieldvalidator Pin
dotnetmember27-Jan-10 20:34
dotnetmember27-Jan-10 20:34 
GeneralRe: requiredfieldvalidator Pin
nishant-jha27-Jan-10 22:04
nishant-jha27-Jan-10 22:04 

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.