ASPFriends.com 'aspngclient' list Archive - February 2002
Messages
Page: 12
Javascript: How to disable a CheckBox (2 replies, VIP)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi Could anyone provide me with the Javascript to disable/enable a CheckBox on the client, based on whether the value of the underlying data is true or false? IE something conceptually similar to style "visibility:' %# DataBinder.Eval(Container.DataItem, "QHelp").ToString().Equals(string.Empty)?"hidden...
JavaScript, ImageButton, DataList (2 replies, VIP)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com I'm having a slight problem getting a JavaScript event to fire when clicking an ImageButton in a DataList. I can attach the JavaScript event code via the OnItemCreated event of the DataList. Using the following line: btnDelete.Attributes.Add( "onclick", "alert('Are you Sure you want to delete this comp...
HELP to discard "BACK" references of IE (3 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngdatagridrepeaterdatalist] to [aspngclient] by Alex Lowe webmaster@asp grandrapids.net If I use inline editing for datagrids, what I notice that after I complete editing, I can still use the back button of the IE toolbar to retrieve the original states. The steps are as follows : 1. Click edit of datagrid 2. update field information as appropriate 3. click update to refresh table c...
Pop Up (3 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello all, I am using a standard asp:listbox control on a website. When a user makes a selection, I would like to display a javascript popup. Any ideas? Richard M.
How to ensure that the page requested is not from the client side cache (4 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Alex Lowe webmaster@asp grandrapids.net Hi: I want my web form to be loaded from the server and not from the local cache each time the URL is typed. How do I ensure this? Ganesh Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Problem : Only one server side form tag (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi, I am trying to create a page with a top menu bar with rollover images. I created a user control for the top menu bar and used ImageButtons for each of the menu items. I would like to embed this user control in all of my web forms. After I do that, I get the error message saying that "there can be o...
Client side Javascript debug (7 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Marcie Jones marciejones@yahoo.com When I try to set a break point in client side JavaScript function, it don't pause program. Anyone has idea how to do debug on client side JavaScript code. Thank you, Ray
Automatic Refresh of a Form (2 replies, VIP)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Marcie Jones marciejones@yahoo.com Hi, how can I use a Meta tag refresh of a web page? Do anyone can post this 1 line statement to me? so that I can repeatedly executing a ASP.NET web form to submit a request by using a single web page only? Thanks, Peter MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/wor...
drag and drop controls (3 replies)
ASPFriends.com 'aspngclient' list
Does anyone know if server controls that support dragging and dropping from one control to another? For example, I want to allow the user to drag and drop items from one list box to another. Thanks in advance, Chris
serail port (2 replies, VIP)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello all, Ok, please tell me this can done. I have written a small VB app that uses the Microsoft MSCOMM control that reads data from serial port on my computer. I would like to rewrite this into a WEB APP. So, my question is, is it possible to access a serial port from within a web browser? Any ideas...
How do I create a simple "Back" button? (4 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by ????????M. Carroll charlesmarkcarroll@yahoo.com Hi, I want to create a "Back" button on an asp.net page, and assume that the way to do this is to use the http referer. However I am more than a bit baffled by the SDK documentation on the HttpWebRequest and HttpWebResponse classes, and can't work it out myself. Can anyone give me some simple VB.NET co...
dynamic Javascript (2 replies, VIP)
ASPFriends.com 'aspngclient' list
I am looking for the way to implement dynamic Javascript from C#. I would like to create menu's from a database, and am curious if anyone has done this, and how I would insert the Javascript into the ASP page from codeBehind. Any thoughts?? Thanks Bill
FRAMES and ASP.net (11 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngarchitecture] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Howdy, all. Forgive me if this post should be on another list, but I do have architectual ASP.net questions. I am trying to develop an app with many forms for data entry. My first question would be whether or not the following setup in three frames is good in ASP.net, or whether there might be an alt...
How to Scroll Down to the Bottom of A ASP.NET Page (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com How to scroll down to the bottom of A ASP.NET page programmatically in a ASP.Net page? Thanks in advance. David Join the world s largest e mail service with MSN Hotmail. http://www.hotmail.com
OnUnload (4 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngsec] to [aspngclient] by Marcie Jones marciejones@yahoo.com Is there an event that is equivalent to the onunload event in javascript. Not the Unload event that occurs when server controls are released from memory. I'm looking for the event that fires up when a page is closed, or maybe when the Location property changes. I need a .Net version Thanks Chat with friends online, try MS...
Frame width using JavaScript (3 replies)
ASPFriends.com 'aspngclient' list
How can I get the width (in pixels) of a frame in a nested frameset from another frame in the same framset? I'm trying to get the value of the menu frame in a framset called content. Using window.parent.content.cols I can get the settings for all the columns, but only need the width of the one frame. Cheers, Julian Voelcker
how to set onmouseover event to HtmlAnchor (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngcontrolsvb] to [aspngclient] by Marcie Jones marciejones@yahoo.com hi all i want to set onmouseover event programativcally to an htmlAnchor... Dim imh As New HtmlAnchor() imh.HRef "WFCustQtrIn.aspx" ... here i want to set onmouseover event to this imh hyperlink...how to do this...please help me.. Thanks siri Do You Yahoo!? Yahoo! Sports Coverage of the 2002 Olympic Games http://sp...
Calling JavaScript within ASp.NET loop (3 replies)
ASPFriends.com 'aspngclient' list
I am trying to call a JavaScript function that sets the size of my progress bar to indicate how far the user is in downloading their mail. I have a for loop which loops through the messages, but the progress bar only renders once the last message has been downloaded. Thus the progress bar appears complete straight away. I have turned buffering off my page and included a few response.flush() statem...
Expand/Collapse (2 replies)
ASPFriends.com 'aspngclient' list
I don't know if this should appear in either or both Client and WebControls list. I am using the MultiPage/TabControl combination for displaying web forms. Within each web form are .ascx file user controls that I set up. These web forms are very complex, and they show a lot all at once. To ease the user experience, I want to give the user the ability to expand/collapse these user controls to unclu...
Button Attributes (9 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Marcie Jones marciejones@yahoo.com Hi ppl. I have the following the prompts a user for a value btnChangeRank.Attributes.Add("onclick", "return prompt('New Rank for *" e.Item.Cells[2].Text "*', '0');"); But if I click Cancel in the dialog box the Command event is still fired. How do I do the above but act like the "Confirm" box where nothing happens ...
validating dropdown list boxes (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngstart] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hello, I have four dropdownlist boxes and buttons associated with each one of them. The user needs to select a value from one of the dropdown boxes and press the corresponding button. The layout of the form is ******************************** Please select from one of the options below Dropdownlist1 button1...
BrowserCapabilities Problem (2 replies)
ASPFriends.com 'aspngclient' list
Copied from [aspngfreeforall] to [aspngclient] by James Avery javery@deluxeeng.com I just write a web page that contain a function returning Page.Request.Browser.Cookies is true or false, if it's false, then response.redirect client to an error warning page. But, I set the IE Tool Internet Option Privacy Setting to the HIGHEST, that's block all cookie writing. While the user really can't login my ...
opening a new window (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngvs] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com I need to open a new window but I would not like to use javascript. Is there a way to do this?
opening new window (2 replies)
ASPFriends.com 'aspngclient' list
Anyone could tell me if it is possible to open a new window in an ASP.NET code without associating it with an event?
Displaying Browser bars image (3 replies)
ASPFriends.com 'aspngclient' list
hi all, In IE the top left corner always shows an image which starts animating when a page is loading. if i give the window.open ("","","menubar no,toolbar no") then the image is not visible How can i retain this while hiding the other menu items ( ie the Row containing File, Edit etc ) Thanks in advance Melvin
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification