| Clear and cancel buttons in ASP.NET application (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspclient] to [aspngclient] by Kenneth Hor lists@vervesystems.ca So i have made a form using asp.net and i want to use validation controls to, well..um, validate of course. Since validation controls don't allow any of your code to execute unless the form is valid, i was wondering how i would utilize a clear and cancel button on the form. |
|
| Desktop Icon (9 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi, I have a simple ASP 3.0 aplication running on a server. I need create a Icon which could open the IE with the URL of the aplication and others parameters like no toolbars, no address bar,etc. Like a JavaScript window.open() I'd really aprecciate if someone could help me Lucas |
|
| ASPX & Popup Windows (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Hello, I want to popup a form get the uses input. If I have to do this on the client, How do I refer to fields on the server control? Thanks Zack |
|
| add items to listbox from client side (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi all, I'm trying to add some items to a listbox from client side in my web page. But after I sumbit the form the items disappears and I can't get them from server side. How can I solve it? Thanks. Amy |
|
| capturing mouse clicks on an image (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Is it possible for .net to obtain the coördinates of the mouse upon clicking an image in the browser window? sorry if this is a stupid question. (it actually sounds like one, but I'll ask anyway:) ) TIA, Chris. |
|
| What happened to AUTOCOMPLETE in asp.net (2 replies, VIP) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com In Classic ASP, you could set an attribute of a textbox AUTOCOMPLETE "OFF" to suppress the drop down list of previous entries. I can't find this attribute in .NET. Was it replaced? If so, what is it now? Thank, Jon |
|
| .NET and Browser compatability (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngstart] to [aspngclient] by Marcie Jones marciejones@yahoo.com I've made the (probably incorrect) assumption that ASP.net would render properly in down level browsers. I guess I made this assumption partly from the documentation on the IEWebControls, and possibly other MSDN ASP.net documentation. When I load my page in Netscape, it comes out all screwed up. My CSS file doesn't appe... |
|
| Pop up window.. (6 replies, VIP) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngcommunity] to [aspngclient] by James Avery javery@deluxeeng.com Hello... I need to pop up a new window, select something from the new window, dismiss the new window and transfer the data back to the original window. How do i do it in ASP.NET ? Thank you |
|
| Show custom icon in Address bar (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Yannick Smits dotnet@stepcompany.com Is there a way to show your own icon in the address bar instead of the default IE one? Steve Original Message From: Rob Taylor TConsult, Inc. [mailto:rob@tconsult.com] Sent: Tuesday, March 12, 2002 9:33 AM To: aspngfreeforall Subject: [aspngfreeforall] RE: Store a selected item in a drop down Carlos what you may ... |
|
| Object Name in control contains ":" (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Dear All I have a control loaded in a page. The problem is the naming convention is like ctrl:TextBox1. This works ok for my aspx. But when I refer to the object using JavaScript I will get some error. I have tested it in normal HTML; page I also get the same problem. So is there anyway to work around this ? Thank you. |
|
| Preventing From Leaving a Page (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Hi, I was wondering if anyone knows a way to prevent someone from leaving a page under certain conditions. For instance, on one of my pages, I want to warn the user that if they don't click the submit button, then none of their actions will be saved. I was thinking I could use a popup dialog box and have them choose if they really want to abandon their changes. I've tried using the body onunload '... |
|
| Popup in data grid cell (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Hi all, I have the requirement to put a link inside one of the data grid columns. That's a hyper link column. The special case is that I need to open a new window (javascript pop up) when this link is clicked. Any suggestions? Mazen |
|
| Client side Event (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngcommunity] to [aspngclient] by James Avery javery@deluxeeng.com Hello, I want to add a client side javascript function to an imagebutton that I'm using. However, if I use the onclick event it tries to add the event in the server side. How could I ad the client onclick event? Thanks, Armando |
|
| alert box in web form (2 replies) |
| ASPFriends.com 'aspngclient' list |
| How can I display a messagebox to a user on a web form that displays in the user's browser and not on the server? (My code is in a code behind page). thanks, Walter Do You Yahoo!? Yahoo! Sports live college hoops coverage |
|
| confirm box (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Marcie Jones marciejones@yahoo.com Hello all, The code below is a simple submit button that performs some basic database actions. All i want to do is have a confirm pop up box that asks the user if he wants to continue. Any ideas? Thanks in advance. Richard M. input type "submit" value "Yes" OnServerClick "Yes Clicked" runat "server" id "YesButton" |
|
| DropDownList (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com I have a drop down list and select case to redirect to different pages. Problem: The object is in a frame page and the redirected page opens in a part of the frame. Solution: The redirected page opens out of the frames page on top. If someone could show me code to redirect the page out of the frames pa... |
|
| Positioning cursor in a Editable column using Javascript (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Hi, Re: I want to use either Javascript or a property in the Datagrid to position the cursor to one of two fields in edit mode. What is the proper method in ASP.NET I could just add a client side script but I notice that there are .net supplied name fields.... body onload "js setcursor();" function js setcursor () { // must detect if a certain edit field exists in the edititemtemplate and then //s... |
|
| Properties for DropDown (5 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Ken Schaefer ken@adOpenStatic.com Hello, I have colored the "go" button and DropDownList but I want to color the arrow on the right of the DropDownList. If you go to my page below you'll see it in the center. Does anybody know? Thanks again, Reynold DeMarco Jr http://www.reynolddemarcojr.com |
|
| CSS and .NET and NS and Others? (7 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Marcie Jones marciejones@yahoo.com To incorporate CSS into my VS.NET project, I simply drag and drop the styles.css file into my ASPX files. I'm using a completely unmodified version of the standard styles.css file that's provided when you create a project. Simply has your standard tags populated within ( a , table , body , h1 , etc...). Nothing cus... |
|
| Pop up Calendar. (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngstart] to [aspngclient] by Marcie Jones marciejones@yahoo.com Is there a way to find the code for the Pop calendars on the page: http://www.aspfriends.com/search/index.aspx if there is, can I use it for the application that I am writing..? Thanks. Edwin A. Perez peree1@supreme.com |
|
| How to integrate an .swf file extension in an aspx page ? (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi everybody, Anybody know how to integrate an Macromedia flash file in an aspx page ? Thanks for your help. S E9verine. 20 S E9verine Blanc Tel: 33 4 92 94 67 82 20 20 Local Technology Services Application Fax: 33 4 92 94 67 99 20 Development 20 20 Accenture Sophia Antipolis, France Octel: 294/6 782 2... |
|
| How to implement popup windows or dialog boxes ? (Still no reply) (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngdatagridrepeaterdatalist] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Why aern't there any articles on handling popup dialogs ?? What I want is to prompt the user for a selection and use his/her selection to change the data source of a dropdownbox For instance : Select choice : 1. Fruit 2. Vegetable If the user selcts fruit, my dropdownbox will show pear ap... |
|
| writing an active x control in VB.net (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi guys... a small doubt... how do i go about writing an active x Control in VB.net ??? Regards, Vijit ************************************************************************** This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that... |
|
| NOT ANSWERED BEFORE: Netscape Validation (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Copied from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Is there a trick to making it work for netscape (4.5). I have scoured msdn and the wrox book andASP.net unleashed with no answers. Thanks in advance... Original Message From: Bryan Andrews 20 Sent: Friday, March 15, 2002 8:36 AM To: aspngfreeforall Subject: [aspngfreeforall] Netscape Validation My val... |
|
| Closing a WebForm from a C# Code Behind (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com I've popped open a browser window via Javasscript and have code behind C# that runs on various button events. At the end of one of the events, I want to close the newly created browser. I thought that if I didn't need the code behind, I could use javascript in the onclick event. However, because I am u... |
|