ok..but what if security trimming is off. and why does the same code work for 1 button but not for the second one, even if it's only reversing the url that needs to be replaced.
hi.. i have a small problem then i cant figure out. i have 2 sitemaps providers ( one for english and one for another language ). the files from english stay in "en" and the romanian language in "ro". i have 2 site.master pages. in the romanian page i put a button with the following code...
hi. i'm working on a small project and followed the microsoft asp.net tutorial. my problem is that i have a treeview and a web.sitemapdatasource that work perfect exept one thing: when i click on a parent node i want to go to a diferent page and expand the treeview so it can show the child...
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class formular ...
hi. i have a small problem with a formview that has insert/update/delete methods the default ones. my problem is with the insert command/button, that actes ok if i leave it like it is, but i want to redirect the page after the insert command executs and stores the "thead", but when i use the...
hi. i have a small problem with a formview that has insert/update/delete methods the default ones. my problem is with the insert command/button, that actes ok if i leave it like it is, but i want to redirect the page after the insert command executs and stores the "thead", but when i use the...
ups... sorry about that
function popUpLand(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+540+',height='+370);");
}
function popUpPortrait(URL) {
day = new...
<a href="javascript:popUpPortrait('../images/parada-militara/mari/defilare/parada-militara-001.jpg')"><img src="../images/parada-militara/thumbs/defilare/parada-militara-001.jpg" border="0"></a> " this is the code to open the pop-up window... this code was made by a friend, because i dont know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.