Hi... can anyone please tell me "What are the various debug visualizers in visual studio ?" thanks deep.
lovedotnet
Posts
-
What are the various debug visualizers in visual studio ? -
displaying a stringhiii.....try to set the width for the "td" to a certain value.... i hope this will solve ur prob regards, deep.
-
how to set path to the scriptreference in ScriptManagerhi...i need to give the path of the webservice(which is running in another machine) in the serviceReference....if the webservice is in our solution then we use the following code
asp:servicereference path="~/WebServices/MySampleService.asmx"
but now my webservice is in another machine which is published.... i have written code like this...asp:servicereference path="http://12.18.15.17/WebServices/MySampleService.asmx"
but the javascript throws error "Mysampleservice" is undefined... ..can anyone suggest me how to fix this? -
Calling Webservice throught JavascriptHi...please go through this URL and read my question...u will understand wat i am asking http://www.semenoff.dk/en/Code-Corner/ASP.Net.AJAX/WebService-From-JavaScript.aspx[ href="http://www.semenoff.dk/en/Code-Corner/ASP.Net.AJAX/WebService-From-JavaScript.aspx" target="_blank" title="New Window">^]....i hope u can suggest something.... Thanks, deep.
-
Calling Webservice throught JavascriptHi...thanks for replying.... i have written "ScriptManagerMain.Services[0].Path = autoFillService.Url;" in the Page_load event. where autoFillService is the object of my webservice....but it couldnt help me out..when i debug it.....i am getting the correct path into the path....can u help me ? thanks, deep.
-
Calling Webservice throught JavascriptHi, I need to call a webservice through javascript, i am using scripmanager(http://www.semenoff.dk/en/Code-Corner/ASP.Net.AJAX/WebService-From-JavaScript.aspx[^]....it was succesfful when i use webservice in my project..now i need to use a webservice which is running from another machine....i tried to give path to the serviceReference trough code...the path is something like this(http://165.8.15.10/myServices/WebServiceone.asmx), but couldnt solve it...Javascript throws error that "WebServiceone" is undefined.....i have googled and found that we can use .HTC and solve it..is there any other way? or..can anyone help me to solve this??
-
problem with formview updateWhat do you mean by outside of control ? do u mean in another class?? this formview is in a usercontrol which i am using in another aspx page. How can i use it in another aspx page without getting error ? thanks, deep.
-
HELP! Accessing controls on a user controla simple solution is write a public method in user control which returns the textbox value like
public string GettbValue(){ return this.Textbox.Text;}
and access this method in ur aspx page by using B.GettbValue() method and send it using querystring... i hope this will help you thanks, deep. :) -
problem with formview updateHi, i am usign formview control in my user control. when i use formview.UpdateItem(true), i got this error "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control." I have googled about it, i couldnt sort out the problem. Can anyone help me, please. thanks, deep.
-
Problem with Loading an User Control dynamically [modified]Hi, Then how can i maintain the state of the dropdown ? i.e if i select a particular value and load the control again.....the state of the drop is lost.... how can i fix this ? Thanks, deep.
-
Problem with Loading an User Control dynamically [modified]hi, I have a menu in Default.aspx, based on the menu clicked corresponding user control is loaded dynamically using LoadControl(). This User control loaded has a formview control in which a dropdown and a textbox are present. When i set the autopost back property of the dropdown to true and select an item in it. The User control which is loaded is disappearing. I have found that the page_load event of the Defualt.aspx is called. I have used Ajax too..but it didn't help me. Can anyone help me ? thanks, deep.
modified on Friday, April 25, 2008 12:33 AM