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
H

hifiger2004

@hifiger2004
About
Posts
263
Topics
129
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get INPUT value with this ENCTYPE="multipart/form-data"
    H hifiger2004

    Hi Guys, Are you still working on some ASP Classic codes? I am working on file upload in ASP Classic (not ASP.Net). And I am declaring my form as follows:

    Problem: (when using ENCTYPE="multipart/form-data) Response.Write(Request.Form("txtSample")) '--- returns blank of course removing the "multipart/form-data" will solve the issue, but I am working on file upload and I need that. Is there a work around where I can get the value of input text after clicking the submit? Thanks

    hifiger2004

    ASP.NET help csharp asp-net tutorial question

  • SEO vs. GRAPHIC DESIGNS?
    H hifiger2004

    Hi Guys, I am not a web/graphic designer, but I would like to know if it is true that the web/graphic designs will affect the seo? Let's say for example if I have a lot of graphics, images in my website, does it affects the seo negatively? Looking for the best answers from you Guys. Thanks, Hifiger

    hifiger2004

    Graphics visual-studio graphics tutorial question

  • HELP! PayPal Integration
    H hifiger2004

    Hi, I am an ASP.Net Developer and currently working on how to integrate to paypal payment service, and if how can I get the return value from paypal. How can I get return value like payment amount, subscription id, status verified or not verified, etc.? Below is my source code. I hope you can help me modify my codes that fits to what I have mentioned above. source codes: ASP.Net/C# ... if (Convert.ToDouble(Session["PAmount"]) > 0) { btntest = btntest + "

    "; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + ""; btntest = btntest + "

    "; lblResult.Text = btntest }

    hifiger2004

    ASP.NET csharp question asp-net help tutorial

  • REMOTE ACCESS OF MYSQL?
    H hifiger2004

    Hi Guys, I am using MySQL Administrator 1.2.17. And my problem is I cannot access the MySQL remotely from the web server. I have the dbHost, dbUsername, dbPassword. But when I tried accessing it through MySQL Administrator tool I got an error that says... Error: Could not connect to the specified instance. MySQL Error Number 2005 Unknown MySQL server host '...' (11004) Is there a way on how can I get through this? Thanks

    hifiger2004

    Linux, Apache, MySQL, PHP help question mysql sysadmin

  • Classic ASP ConnectionString?
    H hifiger2004

    still doesn't work :( In ASP.Net there's no problem when using this type of connection string inside the web.config <add name="ConnStr" connectionString="Data Source=PCName\SQLEXPRESS; Initial Catalog=MyDatabase;Integrated Security=True" providerName="System.Data.SqlClient" /> I tried the codes below and placed it inside the global.asa but still doesn't work. Error: An unhandled exception ('[Microsoft][ODBC Driver Manager] Dta source name not found and no default driver specified') occurred in dllhost.exe [1368]. ConnStr = "Driver={SQL Server};Data Source=PCName\SQLEXPRESS;Initial Catalog=MyDatabase;Trusted_Connection=Yes;" Or ConnStr = "Provider=SQLOLEDB; Data Source =PCName\SQLEXPRESS; Initial Catalog = MyDatabase;Integrated Security=SSPI;" It's really time consuming, I followed everything you told me from connectionstrings.com but still doesn't work at all.

    hifiger2004

    ASP.NET question csharp asp-net database sysadmin

  • Classic ASP ConnectionString?
    H hifiger2004

    Hi Guys, I know that this is an ASP.Net forum, but just in case some of you still remember about the classic ASP, I have one question. How can I assigned connection in Classic ASP using the MSSQLServer 2005? I tried this code below, but I got an error. Below is the connection string I have tried, but has an error       Application("ConnStr") = "server=PC\SQLEXPRESS;database=TestDB;Trusted_Connection=True;" What's wrong with it?

    hifiger2004

    ASP.NET question csharp asp-net database sysadmin

  • In ASP.Net, how to resize iFRAME at runtime?
    H hifiger2004

    Hi Guys, I have a problem resizing the iFrame at runtime. I need to resize it based on different screen resolutions. This is the html tag of my iFrame: <a id="iiframe" href="livechat.aspx iframe=true&amp;width=394&amp;height=520" rel="prettyPhoto[mixed]">                                                 <img src="images/corner.png" width="190" height="205" />                                                 </a></div>

    hifiger2004

    ASP.NET csharp html asp-net help tutorial

  • Doubtful in SEO ASP.Net
    H hifiger2004

    Would be helpful if I'll use the canonicalization?

    hifiger2004

    ASP.NET question csharp asp-net tutorial discussion

  • Doubtful in SEO ASP.Net
    H hifiger2004

    Hi Rama, You mean to say that either putting the complete url like href="http://www.domainname..." and without the domain name the results are still the same? So for my ASP.Net pages maintenance purposes, no need to change all the links by adding http://www.domainname..." ? Because, the way I understand the SEO is that, once you have a complete url, then the SEO engine can see it(crawl). What's the best way to do it for my asp.net maintenance purposes and for our SEO, what can you suggest?

    hifiger2004

    ASP.NET question csharp asp-net tutorial discussion

  • Doubtful in SEO ASP.Net
    H hifiger2004

    Hmmm Ok. So I really need to change all of my asp.net pages links to the full url with "http://www.domainname...." something. After changing all the links, the problem is in the maintenance, I think. What will happen if I'm going to debug on something locally in my asp.net files within my machine, since the links of all pages has to be changed to this - "http//www.domainname..." ? If for example, I need to trace the code behind of pageB.aspx which was being redirected from pageA.aspx, in order for me to do the code behind debugging/tracing, I should change back the link manually to something like this <a href="pageB.aspx">page b</a>, without the "http//www.domainname..." Is there another way of doing this stuff? About the property you mentioned, I haven't tried that yet.

    hifiger2004

    ASP.NET question csharp asp-net tutorial discussion

  • Doubtful in SEO ASP.Net
    H hifiger2004

    Hi Guys, I am an ASP.Net Developer, and our SEO guy want's me to change the links to a complete http links. For example, instead of this link <a href="sevices.aspx">services</a>, our SEO guy wants to change everything to this <a href="http://www.ourdomain.sevices.aspx">services</a> My question, does it matter when working on SEO? Let's say if I have 10 aspx pages and have different href links in it, do I really need to change the href link to the complete http://www.... links? Please give some thoughts about this Thank you

    hifiger2004

    ASP.NET question csharp asp-net tutorial discussion

  • Calling <img src="#" /> tag ?
    H hifiger2004

    Hi Mark, There's an existing codes already being developed by previous developer using an img tag for all images in the master page. If it's only 1 img tag, I wouldn't hesitate to change it to standard Image control. This is the situation now, so instead of changing all the img tag to a standard Image control I prefer to call the img and change the src value if there's a simple way of making it work.. But I am not sure if how possible, workable, I don't know. What can you suggest, better just change them all from img tag into the standard Image control, there's no other solution? Thanks

    hifiger2004

    ASP.NET csharp asp-net help question

  • Calling <img src="#" /> tag ?
    H hifiger2004

    Hi Guys, I am using VS2008 ASP.Net 3.5. I have a masterpage.main where <img id="image1" src="image1.jpg" /> is located. My problem now is, in my sub page how am I be able to change the src="image1.jpg" to image2.jpg at runtime? For finding and changing the value of standard image control, I am using this code - CType(Page.Master.FindControl("image1"), Image).ImageUrl = "~/images/image1.jpg" But how will I do the same when changing the <img src=#/>   value? Any ideas? Thanks in advance.

    hifiger2004

    ASP.NET csharp asp-net help question

  • ASP.Net HTML Editor at Runtime?
    H hifiger2004

    Hi Guys, I am asp.net 3.5 and just downloaded the free HTML editor which I downloaded from this link - http://www.codeproject.com/KB/ajax/HTMLEditor.aspx My questions are: 1. I actually placed the Winthusiasm.HtmlEditor control in one of my asp.net pages inside the ContentPlaceHolder1. And since I am using CSS, the problem is that, the HTML codes which I pasted in this control does not link to my CSS, so when I clicked on "Design" tab, the result is not good. Do you think this HTML Editor is not capable of reading CSS file? 2. In "HTML" tab, if I change something in the text, how am I going to pass the value from Editor.text to Textbox1.text? Because, I will just simply code it like this (below), it doesn't work.       Textbox1.Text = Editor.Text; // this code does not work; It doesn't show the latest changes. That's all I wanted to know guys. Please help. If you know other Free html control for asp.net 3.5, please let me know. Thank you.

    hifiger2004

    Web Development help csharp html css asp-net

  • Does not Work - Literal1 control in MasterPage.Master
    H hifiger2004

    Yes, it works using basepage. Thanks

    hifiger2004

    Web Development csharp help html asp-net linq

  • Does not Work - Literal1 control in MasterPage.Master
    H hifiger2004

    Hi Guys, I have a problem here and I don't know if why does the Literal1 control in MasterPage.Master will not change the value. What I am currently doing is to call the Litera1 control of MasterPage.Master from the content page. And when I tried this one I got an error that says - Object reference not set to an instance of an object". I really don't know why does the calling Literal1 control when call at runtime and change the value of it, it just didn't reflect the changes, and I even got an error that says - "Object reference not set to an instance of an object". I am stuck with this portion. I pasted below here a sample of asp.net/C# source codes. Actually the error is pointing here ltlBodyTitle.Text = "<b>hello</b>"; MasterPage.Master: <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">       <title></title>       <asp:ContentPlaceHolder id="head" runat="server">       </asp:ContentPlaceHolder> </head> <body>       <form id="form1" runat="server">       <div>             <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">                               <asp:Literal ID="Literal1" runat="server"></asp:Literal>                         </asp:ContentPlaceHolder>       </div>       </form> </body> </html> ---------------------- Content Page should change the value of Literal1.text which was placed in the MasterPage.page. But it won't. Below is the finding of Literal1.text and suppose should change new value. Test.ASP.aspx.cs source codes. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using Syst

    Web Development csharp help html asp-net linq

  • Looking for Website Host Provider (PHP/MYSQL/Wordpress)
    H hifiger2004

    Hi Guys, I'll check the links you gave me. Thank you.

    hifiger2004

    Web Development php csharp mysql help question

  • HELP! MySpace ID
    H hifiger2004

    Hi Christ, I was able to create a script on this using the concept of test software, but as I tested it, you've helped me realize that the client I'm having now, who really wanted this to be done, I think, might have some bad motives. Well, since it's only a very short hour project, I immediately terminate the contract. Thanks man. :-) Hifiger

    hifiger2004

    Web Development csharp database help tutorial

  • Looking for Website Host Provider (PHP/MYSQL/Wordpress)
    H hifiger2004

    Hi Guys, I am a .Net Developer, and I am not very familiar of the best top 5 web host providers for php/mysql/wordpress who can actually cater around 10 domains or even more? It would be a great help if you can help me find, if not the best, just the top 5 web host providers for php/mysql, wordpress, blog related. We will be needing this as soon as possible. Thanks

    hifiger2004

    Web Development php csharp mysql help question

  • HELP! MySpace ID
    H hifiger2004

    Hi Guys, How am I be able to generate a 100,000 MySpace IDs? I am using VB.Net and MSACCESS as my local database where I suppose to save the 100,000 MySpace IDs, but I don't know how to do it. Please help. Thank you

    hifiger2004

    Web Development csharp database help 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