Topics
-
- 1 reply
- 900 views
Hi! I've searched up and down google and other places to try and figure this out, but I have not had any success. I have created a page that queries a database for values. (QtyGood = x and QtyBad = x) Then the page dynamically creates a text box for each QtyGood and QtyBad Table Row. (I.E. 6 Rows = 12 dynamically created textboxes.) My problem now, is how do I access the .text and .id properties of these textboxes on a postback? Links or examples are greatly appreciated. Thanks!!!
Last reply by John_0025, -
-
- Administrators
- 12 replies
- 1.6k views
Hello! I have a problem that I can't even understand more less solve. The scenario is following: I have made an asp.net site running on IIS and asp.net 2.0 a couple of years ago. The site has worked well until recently. What happened before the site started behaving oddly is that the customer complained the server the site is on produced some additional traffic to the local network they had it in. Well, they removed the site from that network to some other less used network and (i guess) solved the problem. It had something to do with looping addresses on that network. I don't know what they did exactly to fix the problem. During this time the site had different ip. …
Last reply by Nate Bross, -
-
- 1 reply
- 801 views
Anyone here with an Eee PC with a multitouch mousepad? Does anyone know how to capture the rotate event from the pad in VB2008Express?
Last reply by Nate Bross, -
- 2 replies
- 1.5k views
Not sure where the best place to post this question is. I need to automatically (live, or on a schedule) sync files in a folder on my PC with a folder on a FTP site. Does anyone have a recommendation for a software to accomplish this?
Last reply by kcwallace, -
-
- Leaders
- 12 replies
- 9k views
In VS2003, in sub main I load Splash screen and in the back grourd I do many processes shawing the status to the user in the splash screen. I VS2005, I a, not able to call sub main and do the same i did in 2003. can some one help what am i missing?
Last reply by UdayKumarB, -
-
- 2 replies
- 1k views
I tried to search these forums for this, but none of the results seemed to be what I need. I have a simple VB.Net form with the basic grid on it. It is not databound, I designed it at designtime and will fill it during runtime. The one last thing I want to do is remove the first column, the one that has the selected rown indicator in it. I do not see any property in the DataGridView control for this, and if I try to do it at runtime "clientGrid.columns(0).width = 0" then it resizes my first column, and not the selected row column. So does anyone know how I can resize this column to 0, or hide or remove the column entirely?
Last reply by kkonkle, -
- 3 replies
- 3.3k views
Dear ALL, I am developing the windows application which interacts with one external hardware, with this hardware i have to run a command which perofrms an operation with the hardware. this i am running in the DOS, But actually this should run in back ground(Pageload) mean while i have to show another screen, i am able get run the command but whenever it is running the dos screen is showing and closing i want to avoid showing the dos screen how i can do this
Last reply by JumpyNET, -
- 4 replies
- 3k views
Hi, I am trying to render to a 64 bit floating point texture, and later on to read the values from the texture but can't seem to get it to work. What I am trying to do is to render a number of lines to a texture, setting the color of each line to 1 in the red color-channel and then use additive blending to get a kind of density map where the value represents the number of lines crossing (two lines crossing giving a red value of 2 and so on). Using a 32-bit integer texture this works fine, but I can't get it to work at all with 64-bit textures (wich I need since the 8 bits of the red channel is not enough). What I get stuck on is that there don't seem to be any prede…
Last reply by SaraJ, -
-
- *Gurus*
- *Experts*
- 9 replies
- 12.9k views
Hello folks! This is my first post here so hope I follow convention: What I am attempting to do is to gather data from multiple tables from 2 different databases into one dataset. Does anybody have a suggestion. Thank you in advance.
Last reply by robertsams23, -
-
-
- Administrators
- 5 replies
- 2.5k views
Hey all! I'm currently working on a file downloading program, and am brainstorming on the best way to write the files to disk. Here's a hypothetical: I have a file to download, let's say for argument's sake it's exactly one gig in size. before I begin the download, I set a filestream to 'pad out' the target file with a gig's worth of zeros, to create the initial file. Now, say I run through the download and after every filestream.write() that amounts to 2 meg or so, I flush the file to actually write this data to disk. Will this flush simply replace the zeros in question with the new binary data (the GOOD scenario), or will the entire one gig file be rewritten in…
Last reply by CryoEnix, -
-
-
- Administrators
- 0 replies
- 23 views
http://www.xtremedotnettalk.com/showthread.php?p=466835#post466835 - worth considering as an idea.
Last reply by PlausiblyDamp, -
-
- 7 replies
- 2k views
hello all, This is my first time I wanna read from a XML file! I have a XML file like this: <?xml version="1.0" encoding="utf-16" ?> <MessageAccount> <Account_Name type="SZ">my account #1</Account_Name> <Connection_Type type="DWORD">00000003</Connection_Type> <POP3_Server type="SZ">pop.domain.com</POP3_Server> <POP3_User_Name type="SZ">info</POP3_User_Name> <POP3_Password2 type="BINARY">gfdjkgdfghdfjkghdfgjk</POP3_Password2> <POP3_Use_Sicily type="DWORD">00000000</POP3_Use_Sicily> <POP3_Prompt_for_Password type="DWORD">00000000</POP3_Prompt_for_Password&g…
Last reply by Diesel, -
- 2 replies
- 2.7k views
It would be really cool, if the OP could mark a specific post as the solution to their problem. Then in the search, have an option for "un answered questions" in addition to "answered questions". Just a thought.
Last reply by Nate Bross, -
-
- Administrators
- 2 replies
- 1.3k views
I have the following SQL statement: SELECT tbMeasurement.MonitoredEntityCode, CASE WHEN tbMeasurement.MonitoredLocationCode = 'EMISSION_POINT_1' THEN tbMeasurement.NumericResult END AS 'EMISSION_POINT_1' ,CASE WHEN tbMeasurement.MonitoredLocationCode = 'EMISSION_POINT_2' THEN tbMeasurement.NumericResult END AS 'EMISSION_POINT_2' ,CASE WHEN tbMeasurement.MonitoredLocationCode = 'EMISSION_POINT_3' THEN tbMeasurement.NumericResult END AS 'EMISSION_POINT_3' ,CASE WHEN tbMeasurement.MonitoredLocationCode = 'EMISSION_POINT_4' THEN tbMeasurement.NumericResult END AS 'EMISSION_POINT_4' …
Last reply by Diesel, -
-
Webservice
by laxman-
- Administrators
- 1 reply
- 864 views
Dear all, i have developed a sample web service i wanted to deploy this secureli and with https how to do this plz explain
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 4 replies
- 877 views
What's wrong with my validators? They used to work, and I certainly don't remember changing anything. Am I using an outdated design? <table><tbody> <tr> <td>Name:</td> <td> <asp:TextBox ID="txtFirst" runat="Server" /> <asp:RequiredFieldValidator ID="validFirst" runat="server" ErrorMessage="Required" ControlToValidate="txtFirst"> Required</asp:RequiredFieldValidator> </td> </tr> <tr> <td>E-Mail:</td> <td> <asp:TextBox ID="txtEmail" runat="server" /> <asp:RegularExpressionValidator ID="vaildEmail" runat="server" …
Last reply by Diesel, -
-
- 2 replies
- 1.3k views
I just ran into this problem and thought you guys should know. I came into work yesterday morning and my computer said it had installed a critical update and had to restart. This happens every now and again so I paid it no mind. I opened my project that uses Microsoft.Office.Interop.Excel made some changes then Attempted to compile, which generated an error "Can't find Microsoft.Office.Interop.Excel". The project worked great and compiled the night before. I have spent about 2 days trying to locate the fix. One site said I can use Interop.Excel which I can see in the Object Browser but could not figure out how to connect to. I fixed the problem by…
Last reply by MTSkull, -
-
- Administrators
- 2 replies
- 1.1k views
Hi, At work we have a data access layer that has been developed by one of developers. Things is it works well enough with the exception of one thing. There is a class in this datalayer that subclasses System.Data.Datatable. So for example if I populated a System.Data.Dataset and then tried to put the first table of this dataset into this class like so: Dim dt as new myDatable dt = ds.Tables(0) I get an InvalidCastException. I have created the most basic of classes for myDatable. Public Class myDatable: Inherits System.Data.DataTable End Class Is there as interface missing or something?
Last reply by davearia, -
-
- 2 replies
- 672 views
hello all, nameindex = lstname.SelectedIndex lstscore.Items.Remove(nameindex) lstage.Items.Remove(nameindex) lstscore.Items.Remove(nameindex) lstpassword.Items.Remove(nameindex) for some reason, when i play this program, it wont delete the selectedindex item number, say 11. when i click delete, it wont delete the 11th data input. in fact, it wont do anything - am i using the wrong code? please help! thanks plutonyum
Last reply by plutonyum, -
-
- Administrators
- 6 replies
- 1.6k views
How would I load a file from a resource? We have a 'PDF-like' file that is formatted for printing the our label forms (it isn't quite like a PDF, but pretty close. It lets us enter text that comes out as a barcode). Anyway, the file often gets lost or deleted by someone fooling around with the PC when they should not be. To resolve this problem, I inserted the file under Project Properties > Resources > Files section. I'm trying to do something like this: File.Open(global::Project2.Properties.Resources.File1); Obviously, this will not compile. Can I use the Resource object to store files that I can access in my application? If so, how?
Last reply by PlausiblyDamp, -
-
Who's Online 0 Members, 0 Anonymous, 49 Guests (See full list)
- There are no registered users currently online