I have made several changes to a webservice that I am working on... however the methods are not appearing (only the old method) when I view the methods in the browser the only ones that appear are the old ones... I have cleared my vswebcache and rebuilt to no avail.. any ideas?
I am trying to write a custom validator using javascript and I am simply trying to determine the length of what should be a string...
function ClientValidate(source,args)
{
alert(""+args.Value.Length);
args.IsValid=true;
}
I added the ""+ to try to ensure that it was forced to a...
I am looking for a way to screen scrape a 3270 session from the web and wondering if anyone could provide any insight... the application also writes out a flat file to client but I can't think of anyway to obtain the information in that file as I can't access the file from the browser... any...
Can anyone tell me which option I need to turnoff to keep the ide from verifying my code as I go....
I connected to a rather large solution on a remote server and I can't change one variable without having to wait 5 seconds for it to verify the rest of the code.. make small change 5 secs...
Does anyone know if there is a way to read a log file on a client pc from an asp.net. One more easy requirement... I can't modify the settings on the client.
I am creating a report for displaying parts by category for particular vehicles.
row info = vehicle number
column = category_no
value = cost
I want to be able to drill down by clicking a trouble category and looking at the individual records. Is there any way to obtain the category_no in this...
I was wondering if anyone has experience or knowledge of or with a time control for the web. I am building an online timesheet application and the interface is less than user friendly when I have to force the user to enter start and stop times using textboxes. Does anyone know of a third-party...
I am attempting to create a dddw that will allow me to select multiple
entries ( ie divisions) to be passed to a stored procedures for
reporting. What I have attempted is to add a checkbox field that is
toggled on an off when a row is selected.... it works pretty well but
I have coded this...
does anyone know if you can use wildcards or have used wildcards successfully with System.IO.File.Delete?
what I am trying to avoid is having to code for every possible scenario .pdf,.xls,.doc, .ppt etc.... I just want to delete all documents with a particular name....regardless of the extension.
I am attempting to create a usercontrol that display real statistics / reporting for specialists and at this point I am looking for some suggestions on how to proceed. I have created a user control that accesses a XML web service for it's data. I would like the control to refresh it's data...
Is there a way to refresh a single user control without having to refresh the entire page??? Or do I have to fragment cache the other user controls on the page and use a meta refresh or javascript refresh??? TIA
-Wayno
I am hoping that someone can assist me with this one. I am trying to upload documents into SQL Server to include as a subreport within my crystal report. I have the file (in this case a text file) uploaded to an image field in the database.
I create the DataSet as a xsd file and I can view...
I am trying to use a custom validator inside of a Datagrid...(forgive me I am going off of memory here)- no client side javasript.
<asp:CustomValidator id="cv_categories" runat="server" CommandName="ServerValidate"> </asp:CustomValidator>
cs-
public void...
After adding a literal control using the AddAt Method I can no long access those controls that are in the controls list after the insert
Ex. AddAt(14,blahblah)
I can not access the controls that I would assume were in the 15, 16,17 positions using...
I am implementing adding a popup calendar to a datagrid and I have everything working as it should however I would like the image that fires off the popup to appear in a different location withing my datagrid.
Int32 iLastCellIndex = e.Item.Cells.Count-1;
String sLink2 = "<a...
Based on level of the user I would like to disable or make invisible a hyperlink to another page...
<ItemTemplate>
<TABLE><TR><TD>
<asp:HyperLink ID="mylink" ageUrl="images/arrow_right.gif" NavigateUrl='<%#"ReviewIt.aspx?task_no="+...
I am trying to get some reuse out of a window. If in the querystring I pass a task_no the page runs using that task_no (executing stored procedures etc) ... the task no being shown as a label on the webform.
if the task_no is not included... I want the user to be able to search by entering a...
I am trying to allow certain users to view data that is 'standard' and edit it..... conditionally when it is non-standard I just want to show the data as table data within the table. I am trying to conditionally display either static text or a drop-down list box. I am not sure if this is heading...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.