First  |  Prev |  Next  |  Last
Pages: 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
How will the Footer div stick to bottom of screen?
I've used CSS for my website: *** <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder> <style type="text/css"> </style> </head> <body> <form id="form1" runat="server"... 17 Feb 2010 03:25
HttpContext.Current.User returns old user id
In my web app I get the logged in user's id using HttpContext.Current.User. I can then compare this to ActiveDirectory to authenticate, and off we go. However, recently a woman at my company got married, and wanted to change her login name to use her new married name. No problem. Except when she ran my web app. ... 28 Feb 2010 06:43
In the .master code how to get the title defined in context <%@Page
Could add the meta dynamically like this on a basepage - Dim head As HtmlHead = CType(Page.Header, HtmlHead) Dim title as New HtmlMeta() Title.id = "sdsds" title.Content = page.title head.Controls.Add(title) Lee On 16/02/2010 15:14, in article ullhFrxrKHA.4752(a)TK2M... 17 Feb 2010 03:25
simple xss question
Hello, One thing I dont understand about XSS: 1.There is a page with a text box 2. I inject some Javascript into that textbox that shows a form in a new div that can send content somewhere. Am I not the only one that sees this form? What good is it if the next person that goes to the website just sees the pag... 16 Feb 2010 18:23
ASP.NET AutoPostBack don´t work in IE6
Hi, when i want to work with AutoPostBack in a ASP:DropDownList it runs for the first click, but when i try to do it a 2nd time nothing happens. This behaviour is only in IE6. Some Pages describe my problem, but the solutions don´t work. e.G. http://www.dentaku.com/2006/06/how-to-fix-autopostback-error-for-aspn... 17 Feb 2010 03:25
Norwegean language
Hi, I'm having a lot of languages to my page, but having a problem with norwegean. There are 3 types but witch one are most used ?? No in generel, Nynorsk NN or Bokmål NB ? /Somanden ... 16 Feb 2010 12:57
Shared Web Method
I'm using Ajax Callbacks which require a webmethod attribute and require that the method be declared as public shared. In order to access session variable values I have to use httpcontext.cusrrent.session... Isn't this a bad practice in a web application? Isn't there a possiblility of session crossup? What ... 15 Feb 2010 12:05
Prevent ASP.NET page to resend data on refresh?
One of most common issue which many of the web developers face in their web applications, is that the duplicate records are inserted to the Database on page refresh. If the web page contains some text box and a button to submit the textbox data to the database. In that case when the user insert some data to the... 15 Feb 2010 07:37
SecurityException AspNetHostingPermission weirdness
Hi, I have an ASP.NET 3.5 website which references dlls for the DAL, BEL and BLL. Works fine on my machine and worked fine on a different test server. I am now trying to set it up on another server and getting the following error: System.Security.SecurityException: Request for the permission of type 'Syste... 15 Feb 2010 06:32
AJAX
Hi, I have a ajax page where i want the page to scroll to the bottom of the page on each update. I have tried to use "#bookmarks" and "d.scrollIntoView(true);" scripts, but it doesn't seems to be triggered on updates. Is it possible to fire scripts on ajax updates or how should i fix this scroll problem ??... 5 Mar 2010 05:04
First  |  Prev |  Next  |  Last
Pages: 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84