| Thread | Last Post | Replies |
|
| using a datagrid in asp.net | 18 Jan 2005 20:17 GMT | 4 |
I have a datagrid that I am trying to add rows to on a page. I have several textboxes that allow data entry for each column in the data grid and a button that submits the data by refilling the datagrid's datasource (after the new data is saved in the database) and databinding ...
|
| Entry in DataGrid | 18 Jan 2005 19:33 GMT | 2 |
I am from Visual FoxPro Community and used to develope data entry forms on many sides on Data Grid. But the Grid in Dot Net is quite different than in VFP as long as interfaces are concerned.
|
| Invisible data | 18 Jan 2005 19:19 GMT | 4 |
I can't get my messagebox/listbox/combobox to display any data. In the listbox you can tell that it is there because the scroll bars appear and you can click around in the listbox, in the message box it is just empty. The only time I can view my data is in a combo box and only if
|
| Image refresh | 18 Jan 2005 18:53 GMT | 2 |
I've 2 frames. Frame 1 shows small pics. Frame 2 shows the clicked one from Frame 1. MY PROBLEM The Function from Frame 1 behind a Imagebutton calls the showed one who is
|
| inheriting/reusing common code | 18 Jan 2005 18:24 GMT | 1 |
Hi, basic question here - I'm struggling with the transfer from asp to asp.net a bit, especially in seeing the 'bigger picture' of how things are best structured. I have a website made up primarily of aspx pages. I have separated out the
|
| (.NET) Registering assembly while deploying | 18 Jan 2005 18:17 GMT | 2 |
I know there is a way to add a .bat file to your setup package in .NET. I just have to run a regasm utility to register my dll. How can I make sure that the .bat file will be ran at the end? And is there any other way I can register my dll rather than adding a .bat
|
| COM obj Registered? | 18 Jan 2005 18:16 GMT | 2 |
I need a way (in a VB.Net app) to determine if a COM obj is registered on a user's PC. I can determine if the dll exists (where it was copied to by the installl app). If not I can simply call regsvr32. MSDN has tons of info on late binding, but assumes you have the COM obj as ...
|
| How Can I get the Processor Id from my computer | 18 Jan 2005 16:49 GMT | 3 |
Hi group, I?m working with a .NET application and I need to know the Processor ID or Motherboard ID. Is there a way to get it? Thanks so much. JMAB, Guadalajara, M?xico.
|
| Resize image from SQL server and display in asp:image | 18 Jan 2005 16:29 GMT | 1 |
I am storing an image in an SQL database and have one field as an image datatype. I am also using a webservice to transport data. I want to be able to resize the image and pass back a thumbnail image in a byte[] of what is in the database.
|
| Change windows user account password | 18 Jan 2005 16:20 GMT | 1 |
Can any one tell me how to change windows user account password by programmatically using C#? I don't have administrator privileges and I want to change my account password by programmatically. I will be thankful if you can provide a sample program.
|
| how to make a decimal a power of ten? | 18 Jan 2005 16:07 GMT | 3 |
I want to do some validation of data field something like the following: System.Diagnostics.Debug.Assert(decimal.Truncate(this.GesamtPreis*100)==this .GesamtPreis*100); so that Iam sure that no more than a certain number of decimals are stored,
|
| How can I tell if a worksheet exists in a workbook using VB.NET ? | 18 Jan 2005 15:09 GMT | 2 |
Does anybody know of the best way to determine if a worksheet exists in an Excel workbook using VB.NET?
|
| How to find out if OS is Windows XP? | 18 Jan 2005 14:09 GMT | 1 |
I want to know i my application is running under Windows XP. I can retrieve the platform and version from the OSVersion object. The problem is that i can't map these into an operating system. I can't find it on MSDN or Microsoft's homepage.
|
| Dategrid PushButton Validation | 18 Jan 2005 13:41 GMT | 1 |
I have a ASP.Net page that has a few fields to submit to a database and a datagrid to edit the entries. I have validation controls to make sure the user enters the right info on the first few fields. In the datagrid, I have it set up dynamic so they can edit the dtabase
|
| How do you detect when a file is finished being created | 18 Jan 2005 11:39 GMT | 4 |
I could use a little help from you Gurus out there. I have an aplication that watches a directory and detects when a PGP encrypted file lands in the directory and starts a process that decrypts it and parses the resulting contents. I am using the FileSystemWatcher's Created ...
|