I’m trying to run an AJAX Webservice request on a VB ASP.NET page. When the page loads, I’m trying to call the webservice but I get a 500 error in the console. My WebService file looks like this: My ASP.NET page looks like this: I expect the page to load and a message box to popup server side that says
Tag: vb.net
Why does my layout not extend to the bottom of the window when percentages or floats are used?
When I am using width in percentage or float for a Sencha ExtJS panel, then set the left position and width in scientific notation by Sencha ExtJS, the layout stops before the bottom of the window is reached. See this problem screenshot: I’m using ExtJS with the VB.NET framework on Chrome v52. Can you please provide solution for this problem?
Pass GridView column value to Javascript function – OnClientClick
I have a grid view like this: The JavaScript looks like this: How can I pass the value in LabCreUser for the row selected to the Javasript function? I have looked here: Passing variables to javascript in onclientclick and also a few other questions. Nothing I have tried has worked. Answer You can pass the parameter to the JS function
Confirmation delete window – deleting record when click delete or cancel
I have a Javascript file that contains the function for calling the confirmation delete window, the code used is similar to the following: I have a gridview with a template field that can delete a row in the gridview, this is a snippet of what I have: Within the aspx.vb page I have code to do the deletion of the