I am working on converting a VB6 app into C# app.
Here what i need to do
Public Function SendData(sUsername as string ,sPassword as string, url as string , message as string ) As Boolean
Dim XMLHttpRequest As MSXML2.XMLHTTP40
Set XMLHttpRequest = New MSXML2.XMLHTTP40...
hi,
I need to convert a vb6 app to c#/asp.net application. One of the functions in that app is to send an xml to a server. I didnt know how to proceed so thought of checking with the experts
Here' the vb code
Set XMLHttpRequest = New MSXML2.XMLHTTP40
XMLHttpRequest.Open "GET", g_FeedURL...
Hi,
I am having a strange issue. I have couple of text boxes for which i have required field validators. I have a button to submit and this is supposed to cause validations.
The issue i am seeing is that these validations are not happening on the client side but on the server side for the first...
Hi,
What i need to do is display a specific section of the xml file on the webpage.
Here's what i am doing
i am reading the xml file into a dataset and then check for row count and if its more than one i am tying to the table.
the issue i am having is it showing correct count but when i try to...
Here's what i am trying to do. I need to create a page which has 6-7 text boxes for various search criteria and user can enter either one or more than one search criteria. The same page displays the results of the search (orders) with hyperlink to details page for each ordernumber.
I am able to...
Hi,
Coming from classic asp i am not able to figure out whats the right way to do this so any guideance is appreciated.
What i want to achieve is, like in classic asp we used to create functions in global.asa; for functions which would be called by various pages, Is that somethign what is...
Hi,
Here's what i need to do, i need to make sure that the user has entered something in atleast one of the 6 text boxes before they are taken to another page on the website after the submit button is clicked.
i used to do the same using client side javascript in classic asp so trying to...
Hi,
Here's what i want to achieve
I have a master page which has to display the page we are on (content page) somewhere on the master page.
For example if we are on login page it should display login, if we are on feedback page the master page should display feedback etc.
I tried using label...
Hey,
One of the requirements is to read the user and password from the xml file. I can do that but i dont want the password to be clear text so my question is
1. how can i encrypt the password in the xml file
2. How can i read it and compare with password entered by the user?
Any directions or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.