Alertbox tittle change

Asked By srikar
09-Sep-10 01:13 AM
Earn up to 0 extra points for answering this tough question.
 Hi to All,

 i want to change my alert box tittle how to do it plz help me any one.

  re: Alertbox tittle change

Sreekumar P replied to srikar
09-Sep-10 01:21 AM
hai...........

u can't do it duke...........


it's the Browser's property.

Either u can go for a Dialog Box as I use.

http://jqueryui.com/demos/dialog/#modal-confirmation

here u can do every thing..........

........Any help regarding Jquery feel free to contact me.

  re: Alertbox tittle change

Super Man replied to srikar
09-Sep-10 01:23 AM
You can not change title of alert box.
It is not possible.


you can go for custom alert box.
See this link which provides you online demo and script to implement it.

http://www.acejs.com/scriptsfolder/121015/121015.html


  re: Alertbox tittle change

[ Kirtan ] replied to srikar
09-Sep-10 01:25 AM
You can no Change the Default alert box Title you need to Use AJAX Model Popup to get functionality you want :)
Create New Account
ASP.NET Data Control Series - Part 2 Part 2 of the ASP.NET Data Control Series continues. In this article, the FormView DataControl is given a closer inspection. ASP.NET 2.0 Data Controls Author: Douglas Minnaar The intent of more information concerning the functionality and limitations of the available ASP.NET 2.0 data controls. This will mostly be demonstrated through scenarios that one might encounter in terms of developing with ASP.NET data controls. There will be three parts in this series
Pop up window using AJAX in ASP.NET Pop up window using AJAX in ASP.NET Refer: http: / / www.asp.net / ajax / ajaxcontroltoolkit / Samples / PopupControl / PopupControl.aspx Untitled document < cc1 : ModalPopupExtender PopupControlID = "Panel1" CancelControlID = "LinkButton4" PopupDragHandleControlID = "btnMsg" ID = "ModalPopupExtender2" runat = "server" / > < asp : Button ID = " Button3 " runat = "server" Text = "Take Input" / > < asp : Panel ID = "Panel1" runat = "server" Height = "80" CssClass = "ModalWindow"> <% - -Take textboxes here- - %> < asp : LinkButton ID = " LinkButton4 " runat = "server" Text = "X" / > Records updated < / asp : Panel > HI PLEASE REFER THIS EXAMPLE Logged In users only
how to create a popup in a popup in asp.net Hi. . i need to create a popup in a popup using asp.net with c# is that possible. . pls help me. . HI Popup 2 of nested popups refer http: / / www.codeproject.com / KB PopupControlID = "Panel1" PopupDragHandleControlID = "btnMsg" ID = "ModalPopupExtender2" runat = "server" > < / cc1 : ModalPopupExtender > < asp : Panel ID = "Panel1" runat = "server" CssClass = "ModalWindow" > <% - -Button popup- - %> < center
ASP.NET 2.0 Data Control Series The intent of this series more information concerning the functionality and limitations of the available ASP.NET 2.0 data controls. This will mostly be demonstrated through address the basics first before moving onto more advanced tools. ASP.NET 2.0 Data Controls Author: Douglas Minnaar The intent of more information concerning the functionality and limitations of the available ASP.NET 2.0 data controls. This will mostly be demonstrated through scenarios that one might encounter in terms of developing with ASP.NET data controls. There will be three parts in this series
how to code modal popup window using asp.net how to code modal popup window using asp.net Hi SENTHIL NATHAN MURUGESAN , ModalPopupExtender works within the same window of web browser that popup on the fixed content of a page. ModalPopup extender control Control Toolkit offers a simple way to create a modal popup using client-side means. However some scenarios require that the opening of the modal popup is triggered on the server-side. Steps First of all an ASP.NET Button web control is required to demonstrate how the
asp.net in c# how to create pops in asp.net. . . . .i want pops ups like registration form appears when we ajax modalpopupextender. Download ajax toolkit from following link http: / / www.asp.net / ajax Just follow the steps given in above link and the window for registration just put your all controls in asp.net panel and then give popuid to modelpopup extnder Hope this PopupControlID = "panEdit" BackgroundCssClass = "modalBackground" CancelControlID = "btnCancel" PopupDragHandleControlID = "panEdit"> < / cc1 : ModalPopupExtender > < asp : Panel ID = "panEdit" runat = "server" Height = "200px" Width = "400px" CssClass height : 23px; width : 150px;" align = "left"> Old PassWord: < / td > < td > < asp : TextBox ID = "txtFields1" runat = "server"> < / asp : TextBox > < / td > < / tr > < tr
Pop Up window in asp.net Pop Up window in asp.net You can create popup using the Ajax's modalpopupExtender < asp : Panel ID = "panEdit" BackColor = "White" Width = "300" runat = "server" CssClass ModalWindow" > <% - -Button popup- - %> < br / > < center > Login Detail < br / > < br / > Username: < asp : TextBox BackColor = "#ffff99" ID = "txtuname" runat = "server" > < / asp : TextBox > < br / > Password: < asp : TextBox BackColor = "#ffff99" ID = "txtpwd" TextMode = "Password" runat = "server" / > < br
http: / / www.ezzylearning.com / tutorial.aspx?tid = 2761931 http: / / www.asp.net / ajax / ajaxcontroltoolkit / Samples / PopupControl / PopupControl.aspx Working with Modal Popup extender control. This blog discusses about the ASP.NET AJAX ModalPopupExtender control. In this blog we will see how use the ModalPopupExtender control, how to display / show / call the ASP.NET AJAX ModalPopupExtender control from javascript, showing / displaying / calling the modal popup from a hyper link control within the gridview control and finally some important javascript methods of the ASP.NET AJAX ModalPopupExtender control. So first lets see how to use