I have a modal popup extender which contains a text box. When user will fill information in that text box and clicks the cancel button, i want to save the do a postback and wants to save the textbo...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23099535.html
Hey Everyone,
It's funny, the more you learn, the more questions I have.
I've been working on this project over the past few days (getting a HUGE amount of help from everyone here) and I have...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23200420.htm...
Zones:
ASPDate Answered: 03/03/2008 Grade: B Views: 0
Hi I am building a website that has a textbox on the master page on loading the page the box says please enter. But what I would like is that if someone clicks on the text box or focuses on it the ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23207847.html
Hi Experts,
On a button click I'm opening a modal window(1) and in the modal window1 I have another button ,when clicked on this should close window1 and open modal window2.
How is this possib...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23243195.html
Been searching through examples on line, and can't seem to get the examples I've found to work. I need to add a little pop-up window to the delete button on a datagrid so that users can confirm th...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23271570.html
Howdy :D
I have the following PANEL on asp.net:
<asp:UpdatePanel ID="up_panelpesq" runat="server" >
<ContentTemplate>
<asp:Panel ID="mostrapanpesq" runat...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23522187.html
In my ASP.NET page, I have a custom validator and code for both server and client validation.
I also have several other validators on the form. When I DON'T have the customvalidator, everything a...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23574176.html
I have a user control in an ASP.net page that I add dynamically. I need to hide another control in the user control based on a radiobutton in that same user control.
I am using a javascript func...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23589809.html
i am working with user controls that I am dynamically adding onto a page. A couple controls have a DIV tag that I make visible or hidden based on other control states through JavaScript. The probl...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23600556.html
I have an ASP.NET page that dynamically adds some custom ASCX controls. Each ASCX control contains multiple data entry fields. I would like to know on the client side whether an ascx control has l...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23608019.html