if i really understand ur problem i think this link will help u http://www.developerfusion.com/forum/thread/53365/[^] check the 4th & the 5th posts from the bottom i think it is the same as ur problem & its answer
MiDo_RoMa
Posts
-
How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. -
How can i set user-defined property which is defined in user control i want to access in javascript in aspx page.look up the "Hiddenfield" property this will help u much http://www.asp.net/learn/Videos/video-275.aspx[^] this video tutorial is extra great enjoy it ;)
-
how to add a web reference by code ?thanx a lot for helping this post was so good from the first view i think after analyzing it i'm going to extract valuable infos. but isn't there a direct way to request the AddWebReference wizard to be shown ?? thanx again for ur valuable help
-
how to add a web reference by code ?Hello Guys I'm working on a quite large mashup project one of the options in this project is to mash the application with a web service to link any project with a web service , we have to right click on the project name and choose the add web reference. this is quite good and the wizard or the dialogue box appears successfully. the point is that i want to show this wizard when clicking a button as an example. i don't know the code that prompts the .NET to show this dialogue box of adding a web reference. if it is not possible is there a way to connect to a web service without using adding a web service. of course i prefer to have a solution for the first request of mine , but keep the second in mine if the first is not possible. thanx alot