Search

You searched for the word(s): userid:754974

Matching Posts

  • Re: Job Scraping ASP.Net 2.0

    Thanks alot Thomas Can you give me a guideline or show any working example regarding the work of WebRequest and WebResponse in the job scraping context (or any other scraping content in the same regard). Well during searching i have come up with the idea of screen scraping. The screen scraping only give success in the manner that it shows the whole content of a specific website only and Not multiple web pages. Can i extract only specific portion of the page (Let say only the key "abc"
    Posted to Getting Started (Forum) by hasan251 on 12/12/2007
    Filed under: urgent
  • Re: Job Scraping ASP.Net 2.0

    Thanks Mr Vishal i have already seen and tested these links. but i dont want the screen scraping. i infact want to display the job titles and their links on my website. As you can say on the first site, the new user doesnt able to come to know that the jobs are of my website are of any other. Unless and until he clicks the job title and redirected to the website where the full job detail is actually posted. Thanks again Regards
    Posted to Getting Started (Forum) by hasan251 on 11/2/2007
  • Job Scraping ASP.Net 2.0

    I want to show the job links in my website (developed in asp.net 2.0) from other jobs websites. I dont want to store the jobs in my database. I just want to display the jobs title in my website. When users visits my website, they may see the jobs. When they click on the job title , they will be redirected to the relevant website. Any help will be appreciated Regards
    Posted to Getting Started (Forum) by hasan251 on 11/2/2007
    Filed under: urgent
  • Re: Url Rewriting is not working

    The HttpModule to Perform Extention_Less Url Rewriting with IIS6 also works , just the ISAPI filters should be enabled. Regards
    Posted to Installation and Setup (Forum) by hasan251 on 9/25/2007
  • Re: Url Rewriting is not working

    Thanks alot Hosam Kamel for quick reply i am not using wild card setting in my project and nor they are supported on my webserver. well i am using the Scott Gu method for url rewriting which is on the following link http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx There are 4 approaches of url rewriting are given. I am using the 3rd approach which is extentionless url rewriting. The strange thing is that previously it is working perfectly. But suddenly this
    Posted to Installation and Setup (Forum) by hasan251 on 9/19/2007
    Filed under: Urgent
  • Url Rewriting is not working properly

    Hello Friends i have successfully implemented the url rewriting using the ScottGu's extentionless url rewriting code. i have initally tested it on the website and it was working fine but now i it is not working .when i clicked the link it gives the following error "The System can not find the file specified" in the mozilla firefox while in the internet explorer 404 file not found error. i think there is something to be done with the path of the file in the rewrite url. On the webserver
    Posted to Installation and Setup (Forum) by hasan251 on 9/19/2007
    Filed under: Url Rewriting
  • Re: extentionless url rewriting in asp.net 2.0

    Hello codeasp on the default page i where i have created a hyperlink element in the following manner <a href="categories/books" mce_href="categories/books"> books </a> Then in the web.config file in the rewriter i have remapped the url (The complete code is given in the article you have reffered) < rewriter > < rewrite url = "categories/books " to = " ~/Categories/categoryproducts.aspx?cat_name=$1 " /> </ rewriter > so the page
    Posted to Web Forms (Forum) by hasan251 on 8/24/2007
    Filed under: urgent
  • Re: extentionless url rewriting in asp.net 2.0

    Thanks for quick reply codeasp i have used the code and it is working fine. But there is a problem. i am displaying the data using a datagrid. So for the first time when i click a link url rewriting is working fine and data is shown in the datagrid on the other page. i have set paging for datagrid so as soon as i click on the page 2 , it gives error. The error says the string is not well-formed. this problem is obviously due to the implementation of url rewriting and so it is not again refering the
    Posted to Web Forms (Forum) by hasan251 on 8/23/2007
    Filed under: urgent
  • paging problem in data grid

    Hello i have implemented the url rewriting in my site. it is working fine but the problem is that i have used paging in the data grid to show records. on the first page it is working fine but as soon as i click the page 2, it gives the error System.FormatException: Input string was not in a correct format. i think so it is due to url rewriting i have implemented. so when post back it follows the path which is rewritten and does not actually exist. Any help or suggestion will be really appreciable
    Posted to Data Presentation Controls (Forum) by hasan251 on 8/22/2007
    Filed under: urgent
Page 1 of 2 (13 items) 1 2 Next >