ASPFriends.com 'aspngclient' list Archive - June 2002
Messages
Page: 12
Session Timeout using Client Side JavaScript (4 replies)
ASPFriends.com 'aspngclient' list
Hi, I'm making use of Sessions in a wizard like UI. I want to execute a timer using client side JavaScript. When the timer expires, I want to use Client side redirection and redirect the user to Step 1. I would highly appreciate any ideas/suggestions in this regard. Thanks, R
firing webcontrol event via script (2 replies)
ASPFriends.com 'aspngclient' list
Does anyone know how to have a script block fire an onclick event of a web control? I've tried to follow msdn's example here http://msdn.microsoft.com/library/default.asp?url /workshop/author/dhtml/ref erence/methods/fireevent.asp?frame true (watch for URL wrapping). In my code snippet below I'm trying to fire off the code that the submit button does when the user clicks "yes" from the msgbox. The...
Trapping a double click and single click event in a datagrid (2 replies)
ASPFriends.com 'aspngclient' list
I'm trying to have both a single and double click event run on the same datagrid 'row'. My datagrid has the following columns. **Thanks goes out to fellow listers Will Currie and Matias Woloski for their previous input on the link button : ) columns asp:editcommandcolumn buttontype "LinkButton" visible "False" /asp:editcommandcolumn asp:boundcolumn datafield "PersonID" visible "False" /asp:boundco...
hyperlink web control w/ Mouseover event (3 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Tony Stark IronMan@aspelite.com Hi, Events such as OnMouseOver are not supported for web controls such as asp:Hyperlink. I came across a post describing how to capture the onmouseover event using javascript, by adding something similar to HLnk1.Attributes.Add("onmouseover","javascript:alert('MouseOver');") in the Page Load. I am not a javascript pro...
Connect to remote object using Interner Explorer (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngstart] to [aspngclient] by Clint Barton hawkeye@aspelite.com How to create Web pages that allow a user to connect to a remote object using Internet Explorer. Thanks Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
Javascript and webcontrols (2 replies, VIP)
ASPFriends.com 'aspngclient' list
Moved from [aspngibuyspy] to [aspngclient] by Tony Stark IronMan@aspelite.com Hi, When developing webcontrols (e.g. like the one that displays contact information) how do you insert javascript functions into the page in which the web control is placed. I don't want to insert all my functions into the one page that I have which displays different webcontrols. Thanks Paul MSN Photos is the easiest w...
Mozilla 1.0 (5 replies)
ASPFriends.com 'aspngclient' list
Mozilla 1.0 has been released...finally.... http://www.mozilla.org/ I just started to download it and meanwhile I would like to ask a couple of questions : 1) Is Mozilla a up level browser for asp.net apps ? 2) if not, Is MS planning to support this new browser ? thanks, Rolando rramirezg@hotmail.com RRamirez@belcorporation.com BELCORP Peru http://www.ebelinternational.com Life after Napster http:...
how to popup a new window in asp.net (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngdatagridrepeaterdatalist] to [aspngclient] by Clint Barton hawkeye@aspelite.com Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Clint Barton hawkeye@aspelite.com Hi All, I have a link button that is dynamicly built within a datalist. ItemTemplate asp:LinkButton Runat server CssClass "text black" Text ' %# DataBinder.EvalContainer.DataItem, "Item")% ' /asp:LinkBu...
MouseOvers in .NET (5 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by devin devinr@drone interactive.com Hello all, I've made a nice little web user control to display the header for my site pages. The site navigation is included in this header as an HTML based series of mouseover events. I'm trying to convert it to use ASP:IMAGE so that I can use the control in my subdirectories and have the images appear (at current...
Disable Enter key for a single field on a form - because of a bug in asp.net (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Tony Stark IronMan@aspelite.com It seems that this little bug has plagued me repeatedly and would like to know what others are doing to get around this. When you have a single input field in a form, not only will the form not actually submit when the enter key is hit, but it will do a post back to nothing (which is very confusing for the endusers). ...
Browser Window (3 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Michiel van Otegem mvo@mail.aspnl.com Hi all, i'm just wondering how do you open a new browser window within c# cheers in advance
Phantom <tr> padding? (5 replies)
ASPFriends.com 'aspngclient' list
All, I'm doing initial layout for a client website at http://buell.brunone.com/default.aspx (the reddish background is for my benefit) with a fairly simple table. I've set the border, padding, and spacing at zero, and the cells are wedged nice and tight, but for some reason IE puts little uniform spaces between the rows. In Netscape, it's even worse; the pieces that make up the bottom row are spac...
Accessing ASP.net webcontrols from an embedded object with Javascript? (4 replies)
ASPFriends.com 'aspngclient' list
I have the following Dilemma: My company doesn't want to pay for the RichTextBox control available from www.richtextbox.com so I am forced to develop my own. I've found various code around the net to do such a thing and thus far it's fairly functional and i can even submit the value of it to my c# program using hidden forms. My problem, however, is that I must use an object type &quot;text/x scriptlet&quot;...
Frame. (3 replies)
ASPFriends.com 'aspngclient' list
Hi all , I saw a neat feature on a web site where it had a frame to the left of the page (like the search page when it pops up) but the very cool feature is it had a button that one could press and it would collapse or hide the frame and when you wanted to open it there would be another button that would open or expand it. Does anyone have code that also does this examples or how to do it??? Thank...
back with a link button? (3 replies)
ASPFriends.com 'aspngclient' list
I want to do something like this on the clientside: asp:LinkButton id &quot;LinkButton1&quot; runat &quot;server&quot; CssClass &quot;Title&quot; onclick &quot;javascript:window.history.back();&quot; But that does work. Is there anyway to either insert client side javascript on a link button or a way to do it server side with .net?
User Control With JavaScript (2 replies)
ASPFriends.com 'aspngclient' list
Copied from [aspngreuse] to [aspngclient] by Tony Stark IronMan@aspelite.com I have a user control with JavaScript with a button. In IE6 I have to press the button 3 4 times before it executes. Is there something I should know about with JS in user controls? btnLogOut.Attributes.Add(&quot;onclick&quot;, &quot;window.location 'http:&quot; &amp; ConfigurationSettings.AppSettings(&quot;LogOutURL&quot;) &amp; &quot;?SignOut yes'&quot;) This gets re...
Page layout (3 replies)
ASPFriends.com 'aspngclient' list
Hi all, Does anyone know on how to make a opened on the client side &quot;look better&quot; in other words I know all the default settings no nav bar menu bar but how can I specify only the close button no min and max buttons how can I specify no line under the page Title. I saw this on one web site out there and was wondering if anyone knew or even better had code to do this.. Thanks C This email and any f...
Can we find out which submit button was clicked in Page_load() (7 replies)
ASPFriends.com 'aspngclient' list
Hi, I have more than one submit button in a webform. Can we find out which submit button was clicked in Page load() of that webform? Thanks Krishna
set focus on code behind (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Marcie Jones marciejones@yahoo.com hi guys, I have an empty form that has 2 textboxes. The 2nd box will have a initial value &quot;your password&quot; How do I set the focus and high light the &quot;your password&quot; on the 2nd textbox from the codebehind so the user can start typing his password? Thanks. Send and receive Hotmail on your mobile device: http://mobile....
elements not releasing memory (3 replies)
ASPFriends.com 'aspngclient' list
My application's windows engine basically creates and destroys draggeable IFrames on the fly. When a user opens a new window, a new iframe is created using the document.createElement function, and then when they close the window, it is killed using the removeChild() method. The only problem with this is that Internet Explorer does not release memory once the element has been removed. This means af...
String (3 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Tony Stark IronMan@aspelite.com !DOCTYPE HTML PUBLIC &quot; //W3C//DTD HTML 3.2//EN&quot; HTML HEAD META HTTP EQUIV 3D&quot;Content Type&quot; CONTENT 3D&quot;text/html; charset 3Diso 8859 1&quot; META NAME 3D&quot;Generator&quot; CONTENT 3D&quot;MS Exchange Server version 5.5.2652.35&quot; TITLE String /TITLE /HEAD BODY P FONT SIZE 3D2 Ok all you clever people here is something for you /FONT /P P ...
Aligning table sizes in different frames... (3 replies)
ASPFriends.com 'aspngclient' list
Original Message From: Greg Quinn [mailto:greg@i online.co.za] Sent: 24 June 2002 11:32 To: 'qpalzm@yahoogroups.com' Subject: Aligning table sizes in different frames... I am writing an email cliernt in HTML, I have one problem, in the one frame I have the From, Subject, Received headings, and in the frame below I have the messages aligned under the headings... i.e From Subject Received Priority J...
Smart Navigation (6 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngstart] to [aspngclient] by Tony Stark IronMan@aspelite.com Hi All, I have a problem in the msat navigation that it don't work all the time perfectly and i found out that when the smatnavigation don't work perfectly on my page that the below line is missing from page source script language &quot;JScript&quot; src &quot;/aspnet client/system web/1 0 3705 0/SmartNav.js&quot; /script note that the line e...
Refreshing a page on exit of a popup window? (2 replies)
ASPFriends.com 'aspngclient' list
Here's one to think about.. Is there a way to refresh a page from a popup window that was created from it? Ok here's the plan. I have a form that displays the contents of the table. 3 columns in that table need to be updated. I would like to try this by using a popup window, (i.e. call window.open on another webform that has the 3 fields for data entry, then on the submit button, close the window ...
can i call javascript function to submit from on LinkButton Click Event? (2 replies)
ASPFriends.com 'aspngclient' list
hi im trying to submit from programmatically on linkbutton click even. the code below errors in code behind with error &quot;object expected&quot;. maybe i am not doing it right at all. please advise if there is a better way of doing this. thank you i have this code in head tag of Aspx page: SCRIPT language javascript function Submitforms() { var theURL &quot;ReportFilter.aspx&quot;; document.frmReportPage.action the...
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