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
F

FJJCENTU

@FJJCENTU
About
Posts
52
Topics
38
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why is WCF so important
    F FJJCENTU

    I hear about WCF as a new tool which is able of implements the applications as Services, but after look for it`s funcionality I see that it cover some protocols, security, Error control, but endly it's functionality is no so different of traditional asmx Web Services, they offer some methods and one client can access such methods and collect some objects, so I don't see so much possibilities. please could you tell me something that I don't see in order to understand how WCF help to create RIA applications, that asmx services don't do Best Regards

    WCF and WF wcf help csharp security

  • VISUAL STUDIO 2010 - ERROR WORKING WITH WEB PARTS
    F FJJCENTU

    I have just installed Visual Studio 2010 with SQL Server 2008 Express and I can not use WebParts, when I introduce the WebPartManager in the page and I execute the application it yields an error telling that it´s not able of creating the ASPNETDB datatable.. the error is: Error in automátic creation of the SQLExpress Database Anybody knows the problem and it's solution Best Regards

    ASP.NET database help csharp sql-server visual-studio

  • Problem adding new element to the project of type 2008 .mdf database
    F FJJCENTU

    Hello, I am working with Visual Studio 2010 and a Windows Form application, because I want to include a SQL Databse .mdf file as resource for that application in order to keep the data inside the application, I Try to include a new element and I choose a database linked to Service (*.mdf datafile) but I allways receive an error message in which it says that for that action is needed to install first SQL Server 2005 Express or SQL Server 2008 Express and it give an Internet address for downloading. The situation is that SQL Server 2008 Express is just installed, and I can create the same named database from SQL Server Management Studio o Visual Studio Server Explorer without any problem, so why it's not posible to aggregate as new element in the Solution Explorer. Best Regards

    Windows Forms database help csharp sql-server visual-studio

  • Compatibility Windows Process Activation Service and Windows XP
    F FJJCENTU

    I want to Host an WCF Service in a local Intranet without IIS and Iam thinking about WAS but my problem is that my Sever for such Service is running with Windows XP Service Pack 3 and it does'nt contain by default WAS and looking for install it I find installation packs for Windows 7 and windows Vista but not for Windows XP and my question is if Windows Process Activation Service really cann`t be installed and used in Windows XP ? Best Regards

    WCF and WF question csharp wcf windows-admin help

  • images in Custom Server Control
    F FJJCENTU

    I am creating a new Custom Asp .Net server Control which include some images and my question is, what I need to do for enclosing the images as part of the final .dll so I can move the Library including all their resources in the same package or the only solution is to create an installation msi package. Best Regards

    ASP.NET csharp sysadmin question

  • Selected Text in a TextBox with TextMode Multiline
    F FJJCENTU

    I am tring to access to the user´s selected text inside the text contained in an TextBox ASP .Net server control, but because I do not want to get all the text but only the selected by the user I cann't use the text property, please any suggestion for do it with the TextBox or with another control which let do it inside a an ASP .Net site. I choose TextBox Multiline because it yields an TextArea Html tag in the explorer and because there is no a RitchTextBox control in ASP .Net but perhaps is there an other control for do it. Best regards

    ASP.NET csharp html sysadmin

  • Link a custom PerformanceCounter to the XP Performance Monitor
    F FJJCENTU

    I have just created a PerformanceCounterCategory which includes various counters type (CounterCreationData), and later using the PerformanceCounter I access to one of this counters in order to operate with them (Increment, IncrementBy ...) but my problem is how to connect my counter to the Monitor (perfmon.exe) included in XP Operative System, I don´t find in it my Category nor counters. Best Regards

    C# performance help tutorial

  • Problems using UserControl
    F FJJCENTU

    Hallo everybody, I am using using a Custom control inside an aspx page and such user control includes a public property, so I need to access from the aspx.cs to the object created and stablish a value for the public property, but I have problem because the page doesn't recognize the object, the register data is: <%@ Register TagPrefix="Data" TagName="Navegador" Src="~/Controles_Usuario/Navegador.ascx" %> and the inclusion sentence: later from the aspx.cs code I try to access to NV1.Property1 = 1; and it yields an error telling that the page doesn't recognize NV1 and if I define it with protected Navegador NV1, the error is JUST REDEFINED So Please where is the error, because I find this kind of errors each time when I use Custom Controls.

    ASP.NET help

  • Create a Bitmap image in memory and show it in an ASP .Net Page
    F FJJCENTU

    Could you please give any link talking about this Server Control creation. Best regards

    ASP.NET graphics csharp winforms performance

  • Create a Bitmap image in memory and show it in an ASP .Net Page
    F FJJCENTU

    I am tryng to create a Bitmap completely in memory (Bitmap BMP = new BitMap(300,300)) and later with GDI create a complete image based on mathematical calculations, and later show the result in the ASP .Net page, but I don`t know which control use for it because all the ASP .Net image control that I find include an URL string property for stablishing the source image, but I don´t find any control which accepts an in memory image as source like pictureBox does in Windows Forms, but I find pages doing it, could anybody tell me how is it possible in ASP .Net. Best Regards

    ASP.NET graphics csharp winforms performance

  • Positioning a content page inside a Master Page
    F FJJCENTU

    The only problem is that my Master page also paint an lower icon bar for all the pages, so the content page comes in the middle and depending of it´s size it makes the Master change it's appearance, but I´ll check about Flow Layout

    ASP.NET help

  • Positioning a content page inside a Master Page
    F FJJCENTU

    Because the content pages can have different size so I am having problems of positioning the content pages inside the Master, and the Master Elements don`t keep an strict position, Because it must be a normal problem I think that it shall have a normal solution, but I don´t know it, so could you please tell me if is there any rule or way of keeping the Master elements unchanged independently of which content page is located in. Best Regards

    ASP.NET help

  • Using ASP_Local_Resources and Ajax
    F FJJCENTU

    Hello everyone, I am creating a page with various languages using ASP_Local_resources files, and it works correctly the user is able of choosing the language, but my problem is that in the language change it needs refresh all the screen not only located controls, and the page contains some graphics which make the language change a not very nice repainting, so I am thinking about Ajax in order to change only the afected controls, but I don´t know how to mixture the resources utilization and Ajax, could anybody give me a solution or any link in relation with. Best Regards

    ASP.NET graphics help tutorial

  • ASP .Net Page with two languages
    F FJJCENTU

    I don`t understand your meaning for "a simple hack" but my problem is that InitializeCulture executes before than Button_click so the first click on the button first execute the InitializeCulture before the culture has changed (Session["Culture"]) and the second click just really change the page, but how to do it in only one click.

    ASP.NET csharp

  • ASP .Net Page with two languages
    F FJJCENTU

    I am working with a page which needs to change it's language by user decission, so I created the Local Resources and I want link the language to an imageButton with the country flag, and I change the Culture data inside the button click event and overrides the InitializeCulture Method, and it works, but because InitilizeCulture executes before than the click event it needs two clicks for getting the page change, my InitializeCulture method contains the following sentences: protected override void InitializeCulture() { if (Session["Cultura"] != null) { Cultura = (string)Session["Cultura"]; UICulture = Cultura; if (Cultura == "es") Culture = "es-ES"; Thread.CurrentThread.CurrentUICulture = new CultureInfo(Cultura); } base.InitializeCulture(); } What I need to introduce in order to avoid the double click, because the execution order normally is InitializeCulture - Page_Load - Button_click, and if I directly call the InitializeCulture from the Button_Click it doesn't refresh th screen. Best Regards

    ASP.NET csharp

  • Working with APP_LocalResources
    F FJJCENTU

    Finally I found the problem, I was using local resources for a page and I had Resource files for various languages, but not a resource file by default for the page, so I had Default.aspx.en-US.resx but not Default.aspx.resx, in the moment in which I create such file it started to work. Regards to everyone

    ASP.NET design tools learning

  • Working with APP_LocalResources
    F FJJCENTU

    Before I post my message I saw that article and I have done all the steps enclosed in it, but in my application it doesn`t work

    ASP.NET design tools learning

  • Working with APP_LocalResources
    F FJJCENTU

    I am tryng to work with a page which shows different languages, so I follow the steps: 1) Create a Web Form 2) Add a Label to the Form and add a value for the Text Property 3) Go to Design mode and in the Tools Menu click on Generate Local Resource. 4) Go to APP_localresources directory and rename the resx file adding the en-US language reference (webpage.aspx.en-US.resx). 5) Create a resource file for other language (webpage.aspx.es-MX.resx). 6) endly I tried some ways to get the page in different languages - change the default language in IE to es-MX - override the initialize method and change the UICulture to es-MX But After two days tryng to see the werform in Spanish-Mexican I am not able of getting I only se the label text in it`s original USA text. Could you please tell me where is my mistake because I don't find any article which does some different of what I do but for me it doesn`t work. Best Regards

    ASP.NET design tools learning

  • Web Parts Example
    F FJJCENTU

    My question has reference to that I have just done 3 Intranet projects, so I know how Web Parts work and how to work with them, but I never has seen other projects using Web Parts in Internet in order to get more utilizatión possibilities, so I simply try to see other Webs using Web Parts. I don´t think that it sounds so strange, at least for me.

    ASP.NET tutorial

  • Web Parts Example
    F FJJCENTU

    Could you please give me any link to a real web page which currently uses Wep Parts, I know the technology but I would like to see it working in the practice. Best Regarsrd

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

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