Hi All in my project I have few cs files asp aspx. now I added webservice
1.how can I do it that the webservice wil "know" about the classes in the cs? seens like the type is unknown 2.I did webservice but I wrote all the code in the cs file at the same name . when I try to run it I get :Error 2 Could not create type 'GetAnswerFromDB'. C:....... \GetAnswerFromDB.asmx 1 3.I have a button on my page. I want the button not to do POSTBACK but to call frm the client to the WS. how can I chage it, so it won't postback? thanks
