Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

keniagm

@keniagm
About
Posts
23
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Background images not displayed in asp.net page
    K keniagm

    Hello and thanks for your reply. I did what you suggested and when i convert the HTML file to .aspx without a master page the image is displayed, however if I use the master page used on the project and inherit from the project template page then the issue comes up again. So I've reposted this on a different forum, 'cause this is actually an EpiServer (http://www.episerver.com/[^]) project, and there's clearly some conflict with something else...but i really have no idea what it might be. It was a good tip you gave me, thanks! /Kenia

    Kenia

    ASP.NET help csharp javascript html asp-net

  • Background images not displayed in asp.net page
    K keniagm

    Hello everybody! I'm working on an asp.net 4 project in which I'm using a jquery plugin for displayig bubble popups on mouse over on certain elements. I started facing a problem with the borders of the plugin not displaying, and now after a while trying to figure what was wrong, I've narrowed the issue to the background images that are set as inline styles on the border elements not being displayed. I tried somethning more simple like,

    testing

    and voila! doesn't work. It's easier to solve it now i think but it's freaking weird. The image exists and the span is displayed but no image on the background. I tried an empty HTML file with just that same code

    jQuery Bubble Popup - How to make a selectable Bubble Popup when mouse is overy

    testing

    and here the image is displayed! Both pages at the same level and with exactly the same code for the span element, the only diference is that the real page is an aspx and has a lot more content. Also when i look in Firebug and roll the mouse over the image on the styles panel to the right, the preview of the image is shown for the test file, but when i do it on real page, then it says that it can't find the image. Any ideas? Any help will be highly appreciated since I've been stuck on this for quite a while. Thanks so much in advance, /Kenia

    ASP.NET help csharp javascript html asp-net

  • Permission Denied error in IE when closing popups
    K keniagm

    Hi everyone! I have a simple web testing application which is supposed to open and close several popups by itself (without user interaction). For this purpose i have a javascript function to access the variable where the popup reference is stored and close it if it´s not null, fairly simple. However I get random IE errors like Message: No such interface supported Line: 86 Char: 3 Code: 0 URI: http://10.10.0.61:10000/savmailer/adm/tests/common\_tests\_code.js and Message: Permission denied Line: 86 Char: 3 Code: 0 URI: http://10.10.0.61:10000/savmailer/adm/tests/common\_tests\_code.js The line 86 references exactly the point at which I do popup.close(); in the following function function closePopupWindow(popup){ if (popup != null) { popup.close(); popup = null; } } I have googled and it seems this permission denied error is quite common to come through among IE developers, however there´s no clear solution for it, it´s just a matter of changing the code slightly "to please" IE, so to speak. However i have no idea how to change mine since it´s just 3 lines! Tried also to change the security browser settings by adding my domain to the trusted zone, but nothing, doesn't help either. If anyone has any helpful idea or notices something i might be forgetting, please, reply to this! Thanks in advance, Kenia

    Web Development javascript help security testing beta-testing

  • Javascript,calling child window function from opener doesn't work
    K keniagm

    In fact, that about calling repetively the addWindow.getMaskElements(); is what i did, because i didn't want to modify the function already attached to the onload event of the document. Thanks for your time!

    Kenia

    Web Development javascript help question

  • Javascript,calling child window function from opener doesn't work
    K keniagm

    Thanks! that was exactly the problem. I did what you suggested and it works perfectly now, thanks again

    Kenia

    Web Development javascript help question

  • Javascript,calling child window function from opener doesn't work
    K keniagm

    Hello! I'm developing a web application that opens a popup using windows.open(..). I need to call a function on the opened window using the handle returned by "window.open", but I'm always getting the error message "addWindow.getMaskElements is not a function", as if it couldn't access the function declared on child window. This is the behavior in both IE and FF. My code looks like this: function AddEmail(target,category) {      if(addWindow == null)      {           currentCategory = category;           var left = getDialogPos(400,220)[0];           var top =   getDialogPos(400,220)[1];           addWindow = window.open("adicionar_email.htm",null,"height=220px, width=400px, status=no, resizable=no");           addWindow.moveTo(left,top);           addWindow.getMaskElements ();      } } I've googled and read from different reliable sources and apparently this is supposed to work, however it doesn't. One more thing, the functions in child window are declared in a separate .js file that is included in the adicionar_email.htm file. Does this make a difference? It shouldn't.. So, if anyone has ran into a similar problem, or has any idea of what I'm doing wrong, please, reply to this message. Thanks in advance.

    Kenia

    Web Development javascript help question

  • Javascript calling a c# method
    K keniagm

    First, you must understand that when you write javascript code it runs on client side and your c# code runs on server side. So you can have both, client validation written in javascript by attaching code to the onclick event and server validation written in C#. There's no ambiguity if that's what worries you. Hope this helps.

    Kenia

    C# csharp javascript asp-net database sysadmin

  • WebBrowser control and Ajax requests
    K keniagm

    Hello everyone! I'm using a WebBrowser control in my app to load a page that updates its content dynamically via Ajax. I need to access the updated content to do some processing, but since the calls are made with Ajax the page doesn't get refreshed and thus the DocumentComplete event doesn't fire. Is there a way to get notified when a call is made using the XMLHttpRequest object? Some event fires maybe? Any help will be appreciated, TIA Kenia

    Kenia

    C# help question

  • Convert nvarchar(max) to mysql data type
    K keniagm

    Hello everybody! I've migrated my mssql database to mysql using SQLWays. In my stored procedures I use several variables which are supposed to hold a great amount of data so I declared them in mssql as nvarchar(max), however in mysql they are migrated as NATIONAL VARCHAR(4000), which obviously limits them to hold up to 4000 characters, so my code doesn't work as I need it to. What I need to know is the right data type to use so that I can achieve the great amount of data storage. If someone can help me out with this, I will really appreciate it. Thanks in advance,

    Kenia

    MySQL database mysql sql-server help

  • webBrowser control embedded in page doesn't get body element
    K keniagm

    Hi, I'm trying to get the body element of a page using a webBrowser control. Right now I'm testing in javascript to make sure i can access the body through the webBrowser control, but soon I'll create an activeX control and use the control from there. My code is: var wb = document.getElementById("wbSave"); wb.Navigate(window.location); var body= wb.Document.body; The point is I don't know why the body is always null. If I analize the Document children I see it contains the "head" element and its contents but I would expect it to contain the body as another child too, and however it doesn't. I've searched online in several forums and everybody seems to access the body element this way, I just can't. I'm completely clueless. So, please if anyone can give me any help on this, it will be appreciated. Thanks in advance

    Kenia

    Web Development javascript com hardware testing beta-testing

  • AllowNavigation equivalent for DataGridView
    K keniagm

    What the property does is to allow the user to select whether to show or not links to child tables. If you know how to achieve this in the DataGridView control, please, let me know. Thanks,

    Kenia

    Visual Basic csharp css collaboration question

  • AllowNavigation equivalent for DataGridView
    K keniagm

    Hi everybody! I'm developing a VB.NET 2005 application and I want to use a DataGridView, but I need to disable navigation, so I've been looking for a property like AllowNavigation (like the old DataGrid had) but I don't seem to find it. Is it that the Mycrosoft team removed this property for the new grid? If somebody knows how I can achieve the same as AllowNavigation but for DataGridView, please, let me know. Thanks in advance

    Kenia

    Visual Basic csharp css collaboration question

  • What is the WebBrowser control?
    K keniagm

    Hi Catherine, Thank you so much for your reply. I think the page will help me. Thanks again, Cheers,

    Kenia

    COM question com help

  • DataGridTableStyle equivalent for DataGridView
    K keniagm

    Good point the Rolling Stones song!! It's not that I want to do it that way, it's just that there are lots of lines of code that work with the table, so if I start working with cells and columns then I'll have to change pretty much of the code, and it's not a good idea, as there are other functionalities to be added to the project and the DataGrid replacement is just one of a long long list. That's why I needed a similar table class for the DataGridView. Thanks anyway for your concern,

    Kenia

    .NET (Core and Framework) help csharp question announcement

  • DataGridTableStyle equivalent for DataGridView
    K keniagm

    They provide classes to work with the table elements such as cells, columns and so on, but I need to work with the table as a whole, do you get it now? And that's what I don't see in the documentation, classes to work with the entire table, if you know of any, please tell me. I hope I made myself clear enough this time. Thanks again,

    Kenia

    .NET (Core and Framework) help csharp question announcement

  • DataGridTableStyle equivalent for DataGridView
    K keniagm

    Oh yes led, I know they do, that's why I see no other solution than implementing the class myself, but as the idea freaks me out a bit, I want to hear opinions from other programmers. Thanks anyway for your quick reply Best Regards,

    Kenia

    .NET (Core and Framework) help csharp question announcement

  • DataGridTableStyle equivalent for DataGridView
    K keniagm

    Hi everybody!! I've migrated a .Net 2003 VB project to .Net 2005, everything works fine, but I need to replace the use old DataGrid class with the DataGridView, as it's more functional; but I'm having the following problem: I need an equivalent of the DataGridTableStyle for the DataGridView, I know that as is it doesn't exist, but maybe there's another class that holds a similar functionality...? So, what I need is someone to give me a hint on that, maybe there's some kind of library already developed by a third-party that encapsulates the functionality of DataGridTableStyle and it'a appliable to DataGridView. Any help will be appreciated, as I have no idea of how I'm going to achieve the same for the new version of the program. Thanks in advance,

    Kenia

    .NET (Core and Framework) help csharp question announcement

  • HTML tables equivalent in windows form
    K keniagm

    Hi everydbody, I'm developing a VB.NET 2003 application and I need to include in my layout a table that I can dynamically set row/col spanning to, like in the HTML tables. I've taken a look to the datagrid control, but it obviously doesn't have those properties. So, what I need is somebody who can give me a hint on how to program this, or if somebody knows of a control developed by someone on the web that has this functiontality please, provide a link. I've thought, for the developing option, that maybe a panel based table could help me out achieving this, but yet I'm not sure. So, I'm open to any ideas. Thanks in advance,

    Kenia

    Visual Basic csharp html help tutorial

  • About the Document property of the WebBrowser control (activeX)
    K keniagm

    Hey everybody!! I need to know if the Document property of the WebBowser control (used by Internet Explorer) returns also the DOM elements created dynamically via Javascript or just the static ones defined on the page. If anybody knows something about this, or has used the control and can give a hint on this, I will really appreciate it. Any ideas are welcome. Thanks in advance, Best regards,

    Kenia

    COM javascript html com

  • What is the WebBrowser control?
    K keniagm

    Hi everybody!! I've done some research on the msdn about the WebBrowser control, but yet I can't find what it is. I can see the properties, events and so on, and by the way it's used i think it might be an ActiveX, but I'm not sure. So can anybody tell me if it's actually an ActiveX, and if gets registered when Windows is installed? Also, is it used by IntenetExplorer in any of its features? Please, if someone can help me out by explaining this to me or giving me a link to a page where all of these is explained, I will really appreciate it. Thanks

    Kenia

    COM question com help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups