User Profile

Collapse

Profile Sidebar

Collapse
Monish30
Monish30
Last Activity: Dec 18 '12, 12:33 PM
Joined: Mar 12 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Monish30
    replied to Auto fill any website form
    in .NET
    Hi ,

    Thanks for your reply. Actually i have tried using iframe i have open the page in iframe and try to set the element value but cross domain javascript is not supported.

    I just need logic how to do so i will generate the code.

    For example if you say that open page in iframe then find control and set the value.

    like that only logic no code. I don't know how to do so.

    Thanks in ad...
    See more | Go to post

    Leave a comment:


  • Monish30
    started a topic Auto fill any website form
    in .NET

    Auto fill any website form

    Hi Friends

    I want to fill sign up form of facebook https://www.facebook.co m/ from asp.net code i don't how to do so.

    I have data in .xml file and i have code that pickup 1 by 1 value from .xml but now sure how to fill form of facebook.com in new tab.

    When i click on fill form button it would open in new tab with data filled.

    can anyone assist me how to do so using asp.net code. ...
    See more | Go to post

  • Monish30
    started a topic What is the best way to create Model Classes?

    What is the best way to create Model Classes?

    Hi Friends,

    I want to start a new project in MVC 3 just want to know which is the best way to create Model Classes.
    Linq , Entity Framework or any else.
    This project is very big so before starting it i think i should take advise from you guys.

    Thanks in advance
    See more | Go to post

  • Monish30
    started a topic Creating Sub Domain
    in .NET

    Creating Sub Domain

    Hi guys

    My domain is in name.com and my hosting is in 2gbhosting.com.

    I am bit confused which DNS type Record i have to enter in domain(A,CNAME, MX).
    And what setting i have to do in hosting.

    I have enter CNAME for subdomain but its not redirecting to that Given IP.

    Please help me out..
    Thanks in advance.
    See more | Go to post

  • How to automatically redirect after google check payment is made?

    Hi everyone,

    Thanks for reading my question i am using google checkout dll for checkout purpose. And my code is as follow..

    Dim Req As CheckoutShoppin gCartRequest = GCheckoutButton 1.CreateRequest ()
    For i As Int16 = 0 To grdMainItem.Row s.Count - 1
    Dim CItem As New ShoppingCartIte m
    Dim pname As String = CType(grdMainIt em.Rows(i).Find Control("lblPro ductName"),...
    See more | Go to post

  • Monish30
    started a topic Advance 3-tier architecture

    Advance 3-tier architecture

    Hi,
    I am using 3-tier architecture using C# as code behind language. I am making BO , BLL , DAL. I am using store procedure for insert, update ,delete , select Operation.

    BO
    I am making property of database field. For each database table i am making seperate BO.

    DAL
    I am making static method for insert update delete select operation by passing the object of BO. For each database table i am making...
    See more | Go to post

  • Monish30
    started a topic Move GridColumn

    Move GridColumn

    hi friends
    Right now i am making a website and i get a requirement that in GridView or ListView whatever control you used but the column is dragable means the order of the column can be change by drag and drop.

    Along with that i want to give option to the client that add more column if he check mark some column then that column should be added client side.

    So i am looking for some dll in ASP.NEt or Jquery for...
    See more | Go to post

  • Monish30
    replied to Block Ip in asp.net
    So is there any solution MR Frinavale. Can i get some unique thing from client computer that remain unique in all the request.
    Can I get something unique from client side using javascript?
    Thanks in advance
    Monish
    See more | Go to post

    Leave a comment:


  • Monish30
    replied to Block Ip in asp.net
    Thanks Frinivale
    But what about the dyanamic ip? I have upload the below code
    Code:
     string VisitorsIPAddr = string.Empty;
            //Users IP Address.                
            if (HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"] != null)
            {
                //To get the IP address of the machine and not the proxy
                VisitorsIPAddr = HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"].ToString();
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 30 '10, 01:05 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

    Leave a comment:


  • Monish30
    started a topic Block Ip in asp.net

    Block Ip in asp.net

    hi friends
    I am making a website in asp.net c# code behind. My client told me that he want to remove the user who break the website law and then that particular user can create another account in our site with different emailid and password.
    I am little bit confused what to do.
    Thanks in advance
    Monish Solanki
    See more | Go to post

  • Screen Scraping in ASP.NET which need Username and password

    hi i need to Screen scrape the smsze.com which required the login page. I need to scrape the page after login so what should i do..
    code is as below
    Code:
    string url = "http://www.smsze.com/logingo.php";         
     
                WebRequest request = WebRequest.Create(url);
     
                request.Method = "POST";
     
                string postData = "mobile=9998471231&pass=xyz&Submit='Sign
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 12 '10, 02:13 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags. Removed email address: please do not post your email address.
No activity results to display
Show More
Working...