| Thread | Last Post | Replies |
|
| Controls don't render | 11 Jun 2005 20:31 GMT | 6 |
I'm an intermediate/novice (I've probably developed a half dozen ASP.NET apps at this point) ASP.NET C# developer at this point and am totally strumped by a client's setup. I am developing this for a client's intrnet. On my client's server (Windows
|
| How do put image on favorite | 11 Jun 2005 02:57 GMT | 1 |
I have a Web Aplication. I want an own image when an user adds me to favorite. Thanks, Edu
|
| Closing office apps with c# | 11 Jun 2005 00:38 GMT | 1 |
This is probably something simple... I'm trying to close a Powerpoint application from c# using: PptApplication.Quit(); PptApplication = null;
|
| URGENT: OutofMemoryException. | 10 Jun 2005 23:49 GMT | 1 |
Whenever our ASP.Net application starts it consumes 40 MB memory (this reading are from Task manager of aspnet_wp.exe) this keeps on growing. At very fast rate. Every page hit increases the memory by 1 to 2 MB.
|
| Scrollbar of multiline textbox | 10 Jun 2005 19:40 GMT | 2 |
I have a multiline textbox (with scrollbar) on a form. I add lines to the textbox at runtime. If the number of lines crosses the visible area in the textbox, I want the scrollbar to scrolldown. I tried selectionstart but it is not working.
|
| Turn Cursor into an Hourglass when waiting | 10 Jun 2005 19:22 GMT | 2 |
I'm creating an application in C# with webservices and some of the pages have a substantial amount of lag time. I'd like to know if there is any way to have the cursor turn into an hourglass while waiting? Any help is appreciated!
|
| Regex question | 10 Jun 2005 17:49 GMT | 1 |
I have a fairly simple pattern but am stuck on the very end. Simply, it needs to match any character grouping that is separated by more than a single space: This is one group and this is another group and this is a third
|
| Really Dumb Question about .Net | 10 Jun 2005 17:39 GMT | 3 |
I've just started working with .Net, so appologize for what is probably a really dumb question. Did Windows XP originally come with the .Net framework installed, and if so which version?
|
| How do I delete a row in a DataGrid ? | 10 Jun 2005 16:06 GMT | 2 |
I have a form that has an SqlConnection, SqlDataAdapter & DataSet as components, and a DataGrid control that has this DataSet as the DataSource. I do sqlDataAdapter1.Fill( dataSet11, "tableName" ), and the control fills up properly. I do an update by typing in a new value in a ...
|
| button shortcuts | 10 Jun 2005 15:58 GMT | 1 |
If I have a login button with this as text &Login it shows up with an underline under the L as it should in the designer. When I compile the "L" doesn't have an underline, the shorcut works however. How do I get the underline to show after compiling?
|
| C#/.net efficiency | 10 Jun 2005 15:25 GMT | 3 |
Two simple questions: 1) Shouldn't the code snippets below produce the same IL? 2) Which will be faster? TIA!
|
| catch the down/up keystroke when selecting items in a combo box of a datagrid | 10 Jun 2005 15:21 GMT | 1 |
I would like to put a combo box in a column of a datagrid. I've seen the samples in the MSDN library of other sources, but all samples didn't catch the 'DOWN/UP' keystroke. It means that when I select an item in the combo box, I need to use my mouse for the selection. If I use ...
|
| When to use struct and when to use class | 10 Jun 2005 15:16 GMT | 1 |
When deciding to use a structure or a class, what is the general "rule of thumb"? When you're creating your data model, what factors dictate that you use a class instead of a structure? Structures are more lightweight than classes but for example if you're
|
| Double post back problem with two clicks on a control | 10 Jun 2005 14:45 GMT | 2 |
We are working on a .NET application (ASP.NET/VB.NET). In our application, when the user clicks on a control (say a link, button, check box or whatever) and then clicks on the same control again (while the first click is being processed), the application is hanging and giving ...
|
| trial version of software - serial number | 10 Jun 2005 10:48 GMT | 2 |
Does anyone know of any resources on creating trial version of your software written in .NET. I want to make a trial version and have people add a serial number that cannot be guessed. I'm sure its some kind of algorithm is involved.
|