Topics
-
- 0 replies
- 2k views
Hi all Here is the code for a .dll that allows you to query the payment gateway provided by the Maltese based company Endeavour. Feel free to use it, critique it, or edit it. If you decided to either edit or critique it, I would appreciate it if you posted details on why you did what you did, or any other comments. Mike55. PaymentsGateway.zip
Last reply by mike55, -
- 2 replies
- 1.5k views
Hi guys, am having some small problems with an Ajax accordion control. Here is the code I use to populate the items for (paneCounter = 0; paneCounter < navMgr.MainNodeList[headerCounter].ChildList.Count - 1; paneCounter++) { PanelItem = navMgr.MainNodeList[headerCounter].ChildList[paneCounter].Text; HyperLink lContent = new HyperLink(); lContent.NavigateUrl = "~/Families/default.aspx?family=" + PanelItem; lContent.Text = PanelItem; myPane.ContentContainer.Controls.AddAt(paneCounter, lContent); } but the items when displayed are not…
Last reply by Eduardo Lorenzo, -
- 0 replies
- 1k views
I am getting a client side script error when I am using the ValidatorCalloutExtender on a textbox inside an UpdatePanel. I tried moving it out of the panel in the panel, still the same error. It's wierd I get the popup callout message then input the field, but if I click the button that causes validation again I get the error. Any thoughts?
Last reply by nate, -
-
- Administrators
- 2 replies
- 1.3k views
How do you reference a control in an Ajax UpdateProgress Control. I put a label in it and it shows up on the associated panel page update like it is supposed to. But if I try to change the text in the label via code, intellisense won't even show it exists and I get errors forcing it. Itried the following and nada. Please help! UpdateProgress1.Lable1.Text="test" or Lable1.Text="test" I can't find the object even though it is a registered asp control. Argh. What's up? Any help would be great. Thanks.
Last reply by nate, -
-
- 3 replies
- 892 views
Hi, Is there anyway to use ASP.NET runat=server code within a page with a standard .html extension. I just wondered becuase i've got a small job to do on 1 page on a plain html site and i'd like to keep all the page extensions consistant. (its just a contact us form) Thanks
Last reply by nate, -
- 1 reply
- 1.7k views
I can retrieve data from server using ajax concept, but when I want to do something like 'online update', so I use javascript 'setTimeout' to make it 'refresh' the data, but I get error message 'out of memory.." May I know what is the problem? anyone help?
Last reply by nate, -
- 0 replies
- 2.5k views
Hi, I am trying to create a custom trackbar in vb.net and wondering if there is a way to show only certain ticks whereas hide other tick marks from appearing? Either that or if there is a way to modify the color for certain ticks alone. Any pointers regarding this would be greatly appreciated. Thanks in advance! Linesh
Last reply by linesh, -
- 1 reply
- 2.7k views
Hi, If I have the following strings Vauxhall Corsa 1.2 XS 5 Door 1.4 Citroen Saxo Red Ford Escort Si 1.6i I need to pass them to a function and get the engine sizes out. So for these examples 1.2 1.4 1.6 All the engine sizes will be in the same format number - full stop/period -number. I'm guessing regex might do it but never used before. Thanks
Last reply by mskeel, -
- 0 replies
- 965 views
asp.net 2.0 On my server, I have a main directory with a bin and and App_Code directory. In that directory, i also have a subdirectory with a bin and an App_Code directory of it's own. How can I import/use the subdirectory classes from an aspx page thats in the main directory? I need to import dlls from the subdirectory bin folder into a vb class in the App_Code directory on my main directory. It needs to be done like this because the subdirectory dlls cant be moved. Thanks, Jack
Last reply by NeuralJack, -
- 0 replies
- 1.1k views
Hi All, I have a asp.net web page that gets a lot of its content from a user control. The thing is I wrote my own user control a while back to create a date picker control in another project. I wanted to add this user control to the existing user control on the web page. Is this possible? If it is how due you implement this? Cheers, Dave.
Last reply by davearia, -
-
- Administrators
- 10 replies
- 956 views
I just recently disconvered the possibillity to sort an arraylist of classes using an IComparer and it works perfectly. But now I have another problem: I have for example the class: Public Class FileStrc Public FilePath as String Public Ed2k as String End Class To speed up the process to find the right class, I need to find it sometimes by FilePath and sometimes by Ed2k. Now using the IComparer only allows me to sort it in one way. Is there a "simple", standard way to do this or do I have to program it myself? If I have to do it myself: How can I overwrite the sorting method the arraylist class provides? My idea would be then to create two …
Last reply by Arokh, -
-
- 0 replies
- 664 views
I have an application on a shared hosting space, On one page I am uploading files, .jpg to be exact to a folder in my application. I am however experiencing a Security Exception with the error message: It would appear that I need to adjust the trust permissions of my web application. Browsing through the internet I found the following code that I am suppose to enter into the web.config file: <location allowOverride="false"> <system.web> <securityPolicy> <trustLevel name="Full" policyFile="internal"/> <trustLevel name="High" policyFile="web_hightrust.config"/> <trustLevel name="Medium" policyFile="web_mediumtrust.config"/&g…
Last reply by mike55, -
- 1 reply
- 12.7k views
I am trying to add a new row to a BOUND DataGridView control. The "AllowUserToAddRows" property is set to false (the user must right click the grid, then select "New Row" from a context menu). private void AddNewContactLineToGrid() { // deselect the currently selected row if (dgvContacts.SelectedRows.Count > 0) dgvContacts.SelectedRows[0].Selected = false; // add a new row to the underlying table, which will add a row to the data grid view dsCustomer.Tables["customer"].Rows.Add(dsCustomer.Tables["customer"].NewRow()); // the following line throws an exception dgvContacts.CurrentCell = dgvContacts.Rows[dgvContacts.Rows.Count…
Last reply by timbyrd, -
-
- Administrators
- 7 replies
- 932 views
I have this simple table ID Name Quote 1 Smith 244.67 2 Jones 178.89 3 John 212.56 I need to select the lowest quote, so i've got SELECT MIN(quote) FROM quotes Which returns 178.89 as expected. BUT... I also need the record ID and customer name SELECT MIN(quote),id,name throws an error. How can I do this Thanks
Last reply by alreadyused, -
-
-
- Administrators
- 2 replies
- 1.1k views
i need a control that allows the user to type text, add images, and create links. after the user has done everything, the data will be sent back to the server as stream data. does it have to be activeX control? any good recommendation?
Last reply by alanchinese, -
-
- 3 replies
- 808 views
I have a page that currently accepts a .csv file and takes the records in that file and saves them to the database. I have a series of rules that are used to determine if each record is to be inserted or updated. I originally chose .csv so people could access it with notepad, however I quickly found out that MS Excel to control of the file and was responsible for maintaining the file. Since Excel did this, my users have been experiencing a large number of problems with submitting data using the .csv approach. How would others recommend doing it? I considered .xml, but again Excel takes control. Also the problem with .xml is that the user has to be familiar with …
Last reply by alreadyused, -
-
- Administrators
- 1 reply
- 1.8k views
Dear All, I get the error following error when I try to access my ASP.NET application through IE Server Error The following error occurred: Cannot connect due to potential loopback problems --------------------------------------------------------------------------Please contact the administrator. [/b] I googled for the error, and it was suggested that i uncheck the [b]"Automatically detect settings"[/b] check box under [b]IE->Tools->Internet Options-> Connections -> LAN Settings -> Automatically detect settings check box[/b] I did that, and the problem still persists. I noticed that when I say Http://Localhost/MYApp, it automaticall…
Last reply by PlausiblyDamp, -
-
- 1 reply
- 742 views
Hi all I am using the asp.net upload control to help in uploading files to a ftp folder. When I call the following: System.IO.Path.GetFullPath(FileUpload1.FileName) on the control (FileUpload1) I get the following result: "C:\WINDOWS\system32\img1.JPG". My problem is that the file that I browsed to is not at this location, but instead at "C\img1.JPG". Can anyone suggest why I am getting a different file location? Mike55.
Last reply by mike55, -
-
- Administrators
- 1 reply
- 590 views
I need some help and advise. I am trying to create a database in the background when installed. I have the SQL script and I think SQLCMD is the way to go. I have downloaded SQLCMD and installed it in the following directory: C:\Program Files\Microsoft SQL Server\80\Tools\Binn however when I double click on the file it appears and then disappear again. Even though I want to run my SQL script on a batch type process, is this the correct path for it to be installed? and also is this the best way to do my task. I do not really want to write a .exe to do this task when MS provide apps. to do it for me. Thanks in advance Simon
Last reply by PlausiblyDamp, -
-
- 0 replies
- 667 views
I have written an asp.net application and I would love test it. I heard that microsoft as a server that I can publish my asp.net application to so I can test it is this true? If so what is the ftp address and location I can publish my work to? If not can anyone recommend to me a free host so I can test my asp.net. Any help offered is greatly appreciated
Last reply by lothos123452000,
-
Who's Online 0 Members, 0 Anonymous, 51 Guests (See full list)
- There are no registered users currently online