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,
after the post i tested with the button enabled and the validations started working.
The enabling and disenabling of the button using radio button is requred for this project so was wondering if anyone knew whats going on and how to have the client side validations working with this or...
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...
I found a way to do if someone knows a better way let me know.
i am doing following and its working
string dataPath = Server.MapPath("~/App_Data/RFS.xml");
DataSet dSet = new DataSet();
dSet.ReadXml(dataPath);
DataRow[] rows = dSet.Tables[0].Select("...
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...
The reason i am looking for this is that i need to have the background of all the text boxes which fail the required field validation to yellow background so wnated to check if i can modify the code to do that rather than having a custom validator and writting my own javascript and server side...
thanks Jbenson001, i am also inclined towards using an object, but
1. How can i immitate search button click programmatically?
2. Once i store the object in session do i need to cast it back to original object or i can use it just like any other object?
Thanks.
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...
all the examples i am able to find have one control tied to one validation , can you share an example where multiple controls are tied to one custom validation control.
thanks.
i tried that but couldnt figure out which control it shoudl be tied to as there are 6 textboxes and any one of them having a value should validate the page.
what am i missing??
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...
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.