| Automatic Browser compatability (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Michiel van Otegem mvo@mail.aspnl.com I read somewhere that .net automatically detects the client browser and recreates the page so that it will be displayed correctly in that browser. Is there any truth to that and if so, how? I can changed the schema, but it doesn't allow for me to select ALL browsers :) Mike |
|
| Determining screen resolution (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by mrpike damian.barrow@travelcounsellors.com Does anyone know if its possible to determine screen resolution when an asp page is actioned. Some of the PCs in use in the office are quite elderly and when the nice forms I have put together go up they are enormous. If I change the font etc to suit them, they become tiny on High spec screens. If I could d... |
|
| Beginner's approach to building cascading menus using C#, ASP.NET, DHTML, JavaScript, XML, CSS (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [xml transformformat] to [aspngclient] by Michiel van Otegem mvo@mail.aspnl.com I need to create a cascading and context menu using these technologies: C#, ASP.NET, DHTML, JavaScript, XML, CSS...pretty much what every source of help has. However, all of this is quite overwhelming. Is there a good starting place? And what are the steps to quickly accomplishing this task? Thanks in advanc... |
|
| Using Javascript along with ASP.NET (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Alex Lowe webmaster@asp grandrapids.net Hi everyone, I am a total ASP.NET newbie. For that matter, I am totally new to asp at all, having spent most of my time using ColdFusion. I've spent a little bit of time working with VB6.0 and love the idea of webforms. The problem is that I don't quite understand how to integrate JavaScript into the mix so th... |
|
| JAvaScript (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngdatagridrepeaterdatalist] to [aspngclient] by Tim Musschoot Tim.musschoot@rug.ac.be how to add javascript in my code behind ?? the javascript tag is window.close in some of my sub ?? |
|
| Dynamically add text to an image (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by GODD Tim.musschoot@rug.ac.be The web application I am creating gives the user the ability to change text on a button (we store the button text in a database). I was wondering if it is possible to have a background image for the buttons image source, and then overlay text on it. I don't necessarily want to dynamically create an image for every button... |
|
| Changing the look and feel of IE6 (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by GODD Tim.musschoot@rug.ac.be Can anyone help me with this? I am trying to start a web app. with the browser window maximized, no status bar, not tool bar, no menus. I don't want anything other than my app. I remember seeing sites doing this. Thank you, Marcelo. |
|
| Modifying controls client-side (3 replies) |
| ASPFriends.com 'aspngclient' list |
| I have two listboxes on a form. Client side, I'm allowing the user to move elements back and forth from each listbox. I'm using javascript that uses the document.createElement, and the options collection of each listbox to add and remove options. Problem is that when I post back, the items collection of each of these controls does not reflect the options that were added or removed client side. Any... |
|
| url encode in client site (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by mrpike damian.barrow@travelcounsellors.com Hi all, I just came into the question below Is there any function that can encode an url in client site or we have to do it by hands ? |
|
| Server side button calling JavaScript function (6 replies) |
| ASPFriends.com 'aspngclient' list |
| I have the following web control... asp:button id "shareBut" Text "Sharing..." onClick "JavaScript:Initialize();" runat "server" / Since it is a server control, obviously the JavaScript is not recognised as a .NET function. Now besided writing my own function that response.writes the Javascript, is there any quicker way to call a JavaScript function directly from a web control? Greg |
|
| Return value from Popup webform (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Kyle Richmond nighthawk@aspelite.com Hello all, Is there a way to return a value from a popup webform? Returned to the calling webform? Asp.Net (vb) We are using JavaScript to call another webform which the user can calculate some value. We want to return the result to the calling webform. Is there a way to do this? Thanks in advance, William Oliver... |
|
| Getting list of items sitting in listbox (2 replies) |
| ASPFriends.com 'aspngclient' list |
| How does one get the list of items sitting in a asp:listbox? I know how to get the selected items, but just need to get all the values of the items that are in the listbox... Greg |
|
| Target window (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Tim Tim.Musschoot@rug.ac.be Hi! I've just started an ASP.net project. I've got a site divided into four frames (Top, Rigth, Mid, Left) and loaded different ASPX pages to each frame. Now I want to refresh or load a new ASPX page to a different frame. I've tried response.redirect and server.target but I can't set target fram in either of these functio... |
|
| Browser status bar (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Melt(ed)down Tim.Musschoot@rug.ac.be Any ideas how can I access status bar of IE so I can display messages? Thanks, Marcelo. |
|
| Can I dynamically set the TITLE tag of a page? (17 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Tim Musschoot Tim.musschoot@rug.ac.be Based on a database entry.. Ie asp:title id "title" text "database field..." / |
|
| javascript popup ? (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngdatagridrepeaterdatalist] to [aspngclient] by mrpike damian.barrow@travelcounsellors.com can any body help me to add Javascript:window.open in this script ? a runat "server" href '( %# "moreinfo.aspx?id " DataBinder.Eval(Container.DataItem,"cekidall") % ' ID "A1" TEST /a |
|
| Popup (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Copied from [aspngdatagridrepeaterdatalist] to [aspngclient] by mrpike damian.barrow@travelcounsellors.com Hai ... i want to know how to make popup when my datagrid view, and when the popup window submit the parent window will refresh, and not change the datagrid position only the data will change.... |
|