I have a commemerce server site and an asp site... i want to exchange xml between the two sites but i need to use soap to get through the firewall... any suggestions on where to start... im new to soap
Mr Cully
Posts
-
Soap with Commerce server 2000 -
silly asp questionyeah i was thinkin they were implemented by the developers but was thinkin that mayb alot of developers may use a standard and was wondering if there was one what it was?
-
silly asp questionRight well im knew to asp and i've just been given a project to change around an existing project, mainly this one file of 3000 lines of code but the variable names seems strange to me, they seem to start with letters and then a defination like "Bpopup" and "Atitle" and "SAttribute" i was wonderin if these stood for anything like s for server etc. Maybe im totally wrong but i just thought mayb there was a standard????????????
-
asp.net and asp togetherAll i did was create a seperate asp.net project and hyperlinked to thatpage in another project so if you have both project running on an IIS it'll be ok, its just a quick fix as its not to important, just some to show clients
-
asp.net and asp togetherI have a asp app running on a virtual directory if i just copy an aspx page into that folder can i just hyperlink to it or do i have to write it in asp and add it to the project?
-
"Push" method for crystal reportIm trying to code a crystal report which gets the information from a dataset, I have the C# code to bind the data but i need the vb code, or if anyone knows of a good example on the net that might help. Thanks, Colum private void Page_Load(object sender, System.EventArgs e) { CrystalReport1 report=new CrystalReport1(); CrystalReportViewer1.Visible=true; DataSet ds=new DataSet("Account");//give same name as on //dataset1 table header DataTable table=new DataTable("Account");//give same name as on //dataset1 table header table.Columns.Add("Fname",typeof(System.String)); table.Columns.Add("Lname",typeof(System.String)); table.Columns.Add("Salary",typeof(System.String)); DataRow row=table.NewRow(); row["Fname"]="Mathew"; row["Lname"]="Hayden"; row["Salary"]="5000$"; // add to table table.Rows.Add(row); ds.Tables.Add(table); // set report's dataset report.SetDataSource(ds); // set report source CrystalReportViewer1.ReportSource =report; }
-
visual studioah yes now thats what im taking bout, fast accurate reply's... thanks a lot
-
visual studioright well i installed visual studio on my home pc so that i could run my c++ pojects and now when i surf the internet some pages bring up an error window and make a really annoying noise and ask me if i want to debug the page, im sure someone knows what im talkin about, how do i stop this, its so head melting thanks colum
-
Crystal Reportsright well now im looking to store information in a dataset (hard coded in, not extracted from a database or anything) and display it as a crystal report... anyone?
-
Sorry..Solved..[was Google Logo]im confused, looks like the normal english google logo to me
-
Crystal ReportsNot sure if this is the right place to post this but I'm using Asp.net to design a report system. I want to show the clients what the final report will look like after exporting it as a crystal report but i have never used crystal reports before and dont know what the output looks like. Obviously it will look different depending on the information to be displayed but i just want to get an idea of how it is layed out. I have looked for a sample of a crstal report output but cant find any, so if anyone could post up an example it'd help alot Thanks Colum
-
Crystal ReportsNot sure if this is the right place to post this but I'm using Asp.net to design a report system. I want to show the clients what the final report will look like after exporting it as a crystal report but i have never used crystal reports before and dont know what the output looks like. Obviously it will look different depending on the information to be displayed but i just want to get an idea of how it is layed out. I have looked for a sample of a crstal report output but cant find any, so if anyone could post up an example it'd help alot Thanks Colum
-
visibility attributeah i see great thanks, i forgot to change the autopostback attribute to true
-
visibility attributeI think this is a simple question but Im new to asp.net so give me a break!!! i have a drop down menu and i want to make different labels visible when different values are selected from the dropdown menu, i dont wan to have to use a button to submit tho, any suggestions?
-
Linking pagesNow i get it thats a great explaination, any suggestions on what book to get, Im gonna get one at the weekend!!!! thanks
-
Friday!Im only starting my day and you're already talking bout goin home, damn time zones making me jealous!!!!
-
Linking pagesJust a simple question for someone. I've just starting using asp.net and i was wondering what is the proper way to link pages. I'm writing an application and when the login button is clicked i want it to load another page. I think i heard something bout only have one page and reloading it with whatever you want displayed or something like that, maybe im taking crap... anyway just wondering if some could help me out thanks
-
problem with buttonsif i put a button on my asp.net page and then click enter in a text box for wxample, it clicks the button and does the action attached to it... annoying, how do i stop this ps. i know its a really dumb qeastion
-
simple asp.net question regarding linksGAT IT THANKS ANYWAY
-
simple asp.net question regarding linksi mean hyperlinking by the way