| Dynamic Menus as a User Control (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Question! I created dynamic menus (using DHTML and Javascript) and implemented it as a user control in my web application, but the menus appear behind the controls I defined in my .aspx page. How can I make sure that the menus will appear "above" the web controls? Thank you, Rimma Do You Yahoo!? Yahoo! Tax Center online filing with TurboTax |
|
| ASP.NET Refresh (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Can anyone tell me the C# code to do the browser refresh in ASP.net? yours, Best Regards, Sammy Tang BackBone Production House eMail: Sammy@hkec2000.com mailto:Sammy@hkec2000.com Mobile Phone: 94604294 |
|
| Spacing dataset results for printing on paper (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi, If I extract a set of results from a query into a dataset, how can I make it so the spacing is correct so the results print correctly over many pieces of paper. I.e lets say one needs to draw a report on a load of invoices, the invoices will obviously need to write the company name and address in t... |
|
| .NET window.opener replacement (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by devin devinr@drone interactive.com Hello ! I'm Marcelino Ramirez Maldonado and i'm new to this list. I have a little problem. I need to call a kind of DialogBox (as an aspx page) from a main aspx page, and let the user to select some valut at the chils web form, and return this value to the calling web form, maybe updatig a variable declared in it. ... |
|
| Displaying HTML/XML tags in Browser (4 replies) |
| ASPFriends.com 'aspngclient' list |
| Hi All, How do I quickly and easily display a block of HTML/XML tags on an HTML page without the browser rendering them? Say I want to demonstrate some HTML/XML content themselves on the page, but don't want to have to replace all and characters with entities. I thought the browsers used to rend the pre Tag in this way, but apparently I was mistaken. I can use the xmp tag still, but that has been ... |
|
| Framesets in ASP.Net (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngcs] to [aspngclient] by Marcie Jones marciejones@yahoo.com Hello list, Assuming I have to use a frameset, how do I pass the querystring values to the specific src frames. Example: I have a frameset like below: frameset frame src "pg1.aspx" frame src "pg2.aspx" /frameset Now this page has a querystring value ( say ID ) which I want to pass to the pages pg1 and pg2. Btw. When I am t... |
|
| I need to open a new window and pass all variables after the "?" in a url. ie. d (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com I am wanting to pass a varible for the ("april 10/default.asp?pic 2", that I can change for each table cell but i am not sure how to do this. Take a look below and you will see what I am talking about. Thanks to anyone that can help me out. script language "JavaScript" function myWindow() { myWindow wind... |
|
| Frames in a form (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Yannick Smits dotnet@stepcompany.com I want to break a web page into three horizontal frames (three boxes one below the other). What is the web control or HTML code to do this ? Regards, Chak. Do You Yahoo!? Yahoo! Tax Center online filing with TurboTax http://taxes.yahoo.com/ |
|
| Client-Side Popup Ok/Cancel Box (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Does anyone know how to have a pop up box that says ok/cancel and will do 2 different things depending on what they select? I would prefer something I could code in asp: tags or something I can do in the codebehind, but if I have to do it the old way in HTML, I guess that would be ok too. I just want a confirmation box before I delete something from a table. Thanks Matt |
|
| Javascript from asp.net (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by devin devinr@drone interactive.com Copy and run this example page will load but it will say object expected as a error. The line it errors out on is script language javascript test(); /script !DOCTYPE HTML PUBLIC " //W3C//DTD HTML 4.0 Transitional//EN" html head title jscript /title meta name "GENERATOR" Content "Microsoft Visual Studio 7.0" meta na... |
|
| RGB function in Javascript (8 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by Yannick Smits dotnet@stepcompany.com Hello ! I have a very little problem. I have client side scripting in Javascript, and i have capured the three values for a color (red, green and blue) in three corresponding INPUT type text items, in decimal. In VBScript, there is the RGB function who is very ease to use, and return the color i want by calling i... |
|
| Combining Javascript with Server Code (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by devin devinr@drone interactive.com I'm fairly new to .net and can't figure out how to do this. I'm porting an ASP app to get up to speed. I have an aspx form with two buttons on it. I'm using a codebehind page. The form has several (runat server) fields on it. The form is used for add/change and deletes of a customer. One button saves the changes, t... |
|
| Web Client-side DataGrid functionality? (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Does anyone know of components, controls, sample code, sample applications, XML transforms, etc. for DataGrid functionality on the web client? I want to send a 4 column by 100 to 300 row DataSet to the web client and allow both filtering and sorting by column without round trips to the server. The DataGrid control is great, but a round trip to the server for every sort or filter seems a waste of t... |
|
| looking for the name for these type of lists (2 replies) |
| ASPFriends.com 'aspngclient' list |
| Moved from [aspngfreeforall] to [aspngclient] by James Avery javery@deluxeeng.com Does anybody know the name of this kind of lists ? 2 listboxes, where the items can only belong to one of the lists and usually in the middle there're buttons to transfer the items between the lists... |Item 1 | |Item 2 | |Item 4 | |Item 3 | |Item 5 | |Item 6 | | | | | | | | | | | | | | | | | some of you could be ask... |
|
| Resizing a User Control contained within a DIV (4 replies) |
| ASPFriends.com 'aspngclient' list |
| I have opted to avoid using FRAMES or IFRAMES in my ASP.net application. Instead, I have taken controls (user and web) and placed them in a DIV tag. There is a left side "panel" (which I am calling a "Sidebar") where I have the treeview control, as well as an area for a datalist control. The main "panel" contains the web form controls, but will also return a "profile" of a completed form selected ... |
|
| New Window (3 replies) |
| ASPFriends.com 'aspngclient' list |
| I would like to open a new window on Button click event, What's the way to it? Regards sachin |
|
| adding a client side onchange event to a drop down server control (3 replies) |
| ASPFriends.com 'aspngclient' list |
| Is it possible to add a custom client event to a server control. I need to do some things before posting back to the server, and I would prefer to use a server control if possible. Thanks in advance, Chris |
|
| Set focus? (4 replies) |
| ASPFriends.com 'aspngclient' list |
| How do I set focus to a textbox in ASP.net? |
|