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
A

Amol Ravatale

@Amol Ravatale
About
Posts
37
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to trap error in case of asynchronous web calls
    A Amol Ravatale

    I am consuming a web service in VB.NET desktop application. I am using proxy class created from WSDL file using WSDL.exe utility. The call is asynchronous. Problem is if I provide wrong URL to call the web service, I do not receive any error. But if I am calling web service synchronously, it is giving error like "The Request failed with HTTP status 404: Not Found" I do not receive any error in case of asynchronous call, although the URL is wrong. Can anyone help? Regards, Amol

    Every thing will come to you if you have faith.

    Web Development help csharp wcf tools

  • How to check webservers OK responce in case of Web service
    A Amol Ravatale

    But I am not using this in ASP.NET page like aspx etc. I am calling web service using proxy class, build from WSDl file. I do not which object or property to be used for getting HTTP header details. As far as I know there is no such property/object avaialble in the proxy class.

    Every thing will come to you if you have faith.

    Web Development csharp wcf sysadmin help

  • How to get web-server's OK responce in case of web-service.
    A Amol Ravatale

    Hi All, I am building a desktop application in VB.NEt which consumes web-service. I am using proxy classes of the provided WSDl files. I am calling web-service asynchronously. The signature of the web-call is as follows Public Function BeginRequest(ByVal Request1 As Request, ByVal callback As System.AsyncCallback, ByVal asyncState As Object) As System.IAsyncResult Public Sub EndRequest(ByVal asyncResult As System.IAsyncResult) The generator of web-service are saying if we receive web-server's OK responce the call is successful. But how to check the web server's OK responce? Could anyone help me out? Every thing will come to you if you have faith.

    Every thing will come to you if you have faith.

    Visual Basic csharp wcf sysadmin help

  • How to check webservers OK responce in case of Web service
    A Amol Ravatale

    Hi All, I am building a desktop application in VB.NEt which consumes web-service. I am using proxy classes of the provided WSDl files. I am calling web-service asynchronously. The signature of the web-call is as follows Public Function BeginRequest(ByVal Request1 As Request, ByVal callback As System.AsyncCallback, ByVal asyncState As Object) As System.IAsyncResult Public Sub EndRequest(ByVal asyncResult As System.IAsyncResult) The generator of web-service are saying if we receive web-server's OK responce the call is successful. But how to check the web server's OK responce? Could anyone help me out?

    Every thing will come to you if you have faith.

    Web Development csharp wcf sysadmin help

  • Not able to start debugger
    A Amol Ravatale

    Hi All, I have Visual Studio 2003 & 2005 installed on my PC. (OS - Windows XP). For ASP.NEt application, if I try to run in debug mode I am getting following error. "Error while trying to run project: Unable to start debugging on Web Server" How I can enable debugger? Please help me out to solve this. Regards, Amol

    Every thing will come to you if you have faith.

    ASP.NET csharp debugging help asp-net visual-studio

  • How to assign text control's value to a numeric variable?
    A Amol Ravatale

    Hi All, How can I assign a Text control's Text value to a numeric datatype. If I do like this double temp = Text1.Text gives compile time error. In case if I cast as follows double temp=(double) Text1.Text gives run time error as invalid cast. Some body had suggested me to use TryParse() ot Parse method of numeric data type. But I do see any method for numeric data type namely TryParse() or Parse(). I have .NET Framework 1.1 and VS 2003. Regards, Amol

    Every thing will come to you if you have faith.

    C# question csharp dotnet visual-studio help

  • How to get Text control value into a numeric data type?
    A Amol Ravatale

    :)

    Every thing will come to you if you have faith.

    C# help question tutorial

  • How to get Text control value into a numeric data type?
    A Amol Ravatale

    Hi All, I have a problem. I want to assign the value of text control to a variable of double type. If i do in this way double price = Text1.Text gives compilation error. If I do in this way double price = (double) Text1.Text gives me run time error of invalidcast type. How can I procceed in this case. Regards

    Every thing will come to you if you have faith.

    C# help question tutorial

  • Legal aspects of software developement and selling?
    A Amol Ravatale

    Ooops, I forgot it.:doh: Anyway I am not going to use pirated copy. Thanks :)

    Every thing will come to you if you have faith.

    IT & Infrastructure c++ sales question announcement

  • Legal aspects of software developement and selling?
    A Amol Ravatale

    Hi My Dear Freinds, I have some questions related to legal aspects of software developement and selling. 1)Suppose you have pirated copy of VB6.0 or VC++ 6.0 develeopment environment and you made some software out of it. If you sell this software to any customer, would it violate any laws?.... Will it affect the customer who is purchasing that software? or Both customer and person who sells that software affect legally? or It affects only person who develope that software? 2) Do any one know how much legal version of Visual Basic 6.0(only VB6.0) costs? Regards, Amol

    Every thing will come to you if you have faith.

    IT & Infrastructure c++ sales question announcement

  • HTTP 1.1 500 Internal Server Error? [modified]
    A Amol Ravatale

    Hi Everybody, My PC have following things installed on it. -.NET framework 1.1 - IIS 5.1 -.Net Visual studio 2003. When I crate a new project of type 'ASP.NET Web Application', I receive following error. "The web server reported the following error when attemting to create or open the web project located at the following URL ://localhost/webapplication1; HTTP/1.1 500 Internal Server Error". After this no prject is created. I checked if IIS is working or not by manually creating a directory in wwwroot folder, placing a single index.htm file inside it and then accessing that from web-browser by using URL as "http://localhost/DirectoryName". It is working fine. Please see if anybody can help me out in this problem. Regards, Amol -- modified at 1:40 Tuesday 25th July, 2006

    ASP.NET help csharp asp-net database dotnet

  • HTTP/1.1 500 Internal Server Error?
    A Amol Ravatale

    Hi Everybody, My PC have following things installed on it. -.NET framework 1.1 - IIS 5.1 -.Net Visual studio 2003. When I crate a new project of type 'ASP.NET Web Application', I receive following error. "The web server reported the following error when attemting to create or open the web project located at the following URL ://localhost/weapplication1; HTTP/1.1 500 Internal Server Error". After this no prject is created. I checked if IIS is working or not by manually creating a directory in wwwroot folder, placing a single index.htm file inside it and then accessing that from web-browser by using URL as "http://localhost/DirectoryName". It is working fine. Please see if anybody can help me out in this problem. Regards, Amol

    Every thing will come to you if you have faith.

    Web Development help csharp asp-net database dotnet

  • How to create dynamic classes from XML file?
    A Amol Ravatale

    I am having a XML file. I wish to create a class in VB.NET, dynamically. The name of all properties will be same as tag names in HTML file and value of that property will be value within tags. Ex. Consider part of XML file as follows. Kumar 27 .....and so on Now when I create a class from it, I should have someting like this Lets say obj is object os class. obj.Name obj.Age and value of obj.Name should be "Kumar", obj.Age--"27" and so on Can any one help me out in this case? Regards, Amol Every thing will come to you if you have faith.

    XML / XSL csharp html xml help

  • How to create dynamic classes from XML file?
    A Amol Ravatale

    I am having a XML file. I wish to create a class in VB.NET, dynamically. The name of all properties will be same as tag names in HTML file and value of that property will be value within tags. Ex. Consider part of XML file as follows. Kumar 27 .....and so on Now when I create a class from it, I should have someting like this Lets say obj is object os class. obj.Name obj.Age and value of obj.Name should be "Kumar", obj.Age--"27" and so on Can any one help me out in this case? Regards, Amol Every thing will come to you if you have faith.

    Visual Basic csharp html xml help

  • .NET projects are not working
    A Amol Ravatale

    The 'wwwroot' folder is at the desired location. That is not an issue. The main thing is 1) The 'IIS' server has stopped working. 2) New .NET projects (VB C-sharp, VC++ any) can not be created. Every thing will come to you if you have faith.

    .NET (Core and Framework) csharp asp-net windows-admin data-structures help

  • .NET projects are not working
    A Amol Ravatale

    My PC had .NET. For 1-2 months I did not use .NET. Now if I select a new project template such as Windows application, ASP.NET application etc nothing happens. But if already existing project are clicked and made to run they do run. The solution explorer do not show any project details such as name of project, files etc actually entire project tree is not shown. Also when I select "IIS" element(in Systems & Services) from the Computer management console not a single folder, such as Default FTP site, Default web site etc, is shown. What could be the problem? Every thing will come to you if you have faith.

    .NET (Core and Framework) csharp asp-net windows-admin data-structures help

  • Form Method
    A Amol Ravatale

    How can can write following code in Vbscript, as I tried this one in ASP, but not working, do not know why. function Validate(frm) { if (frm.id.value.length==0) { alert('Invalid Id'); frm.id.focus(); return false; } if (frm.password.value.length==0) { alert('Invalid Password'); frm.password.focus(); return false; } return true; }

    ID:
    Password:

    Every thing will come to you if you have faith. -- modified at 22:00 Tuesday 9th May, 2006

    Web Development

  • FORM method
    A Amol Ravatale

    Hi, I am developing a web site in ASP. The problem is simple. In the Login page I am displaying two text box for UserID and password respectively. One Submit button and one reset button. Once User enters his ID and Password, User has to click the submit button. On the FORM's action method I am providing another asp page. But before request is send to server I want to valid the data entered in the text boxes when User clicks submit button. How can I do that? Every thing will come to you if you have faith.

    Web Development question sysadmin help

  • Online trading web development
    A Amol Ravatale

    Hi, I need information regarding the advantages of developing a trading web-site (example: trademe.com where goods are sold by taking credit card.) from security, ease of development, maintainance point of view. I have options such as -pure ASP -ASP.NET -PHP -Perl Databse -MS Access -MS SQL Server Every thing will come to you if you have faith.

    Web Development csharp php perl asp-net database

  • ASP object's method
    A Amol Ravatale

    Yeas correct, I made a mistake. Server object do not possess Redirect method. But Server object should have have 'Transfer' and 'execute' method. But when type Server and then hit dot(.), properties & methods are shown (which is known as Intellisence). In this 'Transfer' & 'Execute' does not get listed. I need this methods instead of responce.redirect as server.execute and Server.Transfer have more control over hoe you redirect. Every thing will come to you if you have faith.

    Web Development csharp visual-studio sysadmin windows-admin 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