| Thread | Last Post | Replies |
|
| ASP .NET | 11 Jul 2004 16:47 GMT | 1 |
I have a small problem ordering the TabStrip in ASP .Net (web form aspx, code behind c#) I have 6 horizontal tabs, how can I order them as 3X3 ? Now the all 6 tabs is in one row (tab1 tab2 tab3 tab4 tab5
|
| Sending Email From Windows Apps | 11 Jul 2004 10:27 GMT | 3 |
I am writing a windows application that generates a text file that I want to email to a specific location. Is there a simple way that i can create an email with VB.NET, attach a file and put the email into the Outbox ready to be sent next time the computer is connected? Ideally I ...
|
| Searchable DataGrid | 11 Jul 2004 10:16 GMT | 3 |
I am trying to implement searchable DataGrid. I am creating a DataSet object with DataRelation on form load, as follows: Private Sub BindDataGrid() Dim planTS As New DataGridTableStyle Dim appTS As New DataGridTableStyle
|
| Inherited Forms | 11 Jul 2004 09:39 GMT | 2 |
Forgive me for asking a stupid question but I am still failry new .Net (C#) My question is that I have a form with a few controls which is base form for several other forms. In the most part, the layout of the controls is OK for the child forms but a
|
| DataGrid display problem? | 11 Jul 2004 08:39 GMT | 1 |
I am having a problem with the way my DataGrid displays when a column header is clicked on to sort the records (AllowSorting="True"). When the column name is clicked, a white background appears behind the column name. Also, if the column name has two words, if they were ...
|
| How To: Colour Flash TextBox background? | 10 Jul 2004 20:37 GMT | 11 |
While at first this may seem a simple tast, it has plagued me for a while... What I want to do is to have the background colour of something like a TextBox to change from (say) White to Yellow to White to Yellow and then back to White in about 1 second or so.
|
| DOT NET Store template | 10 Jul 2004 17:28 GMT | 2 |
Scenario I have a website and want to create a site where users can add and list items for sales kind of like an EBAY scenario. I want to use a .NET environment. I will probably use MS SQL as data base. I can build it my self with Visual studio but there also may be some ...
|
| is a file blocked? | 10 Jul 2004 17:28 GMT | 3 |
Is there any way to know if a file is blocked, because it's being used by another process?
|
| hosting .net app question | 10 Jul 2004 17:28 GMT | 2 |
I was wondering what most web hosting companies would think if I asked them to host a .NET executable application? Are they going to laugh me out the door, or can .NET code be suitably quarantined off so that it can share a server's resources without much of a
|
| Any ideas - Page refreshing automatically | 10 Jul 2004 07:46 GMT | 1 |
Hi- I have a couple of pages on my asp.net site that take a few minutes to process after the user clicks the submit button. An example is a page that kicks off a Crystal Report that is printing a form and producing a PDF for a group of records - but there are others that simply ...
|
| Changing decimal simbol in a dataset | 10 Jul 2004 07:44 GMT | 1 |
I'm showing decimal values in a datagrid, but the decimal point shown is the "," and the correct is the ".". The datagrid is filled with a dataset, the dataset is filled with a SQL Server 2000 store procedure. I'm running the client on the same machine of the database server and
|
| multi threading in asp.net | 10 Jul 2004 07:40 GMT | 5 |
I am trying multi threading in asp.net , but i could not do it. We do a daily Run in our company for calculations purpose etc.. we use SQl Stored Procedures to do all the process at back end. Actually my requirement is, when i call a Sql Stored Procedure from aspx page the ...
|
| Changing Designer Defaults in VS.NET 2003 | 10 Jul 2004 00:46 GMT | 1 |
Curious if there's a way to change designer defaults in VS.NET 2003; most notably change which font is selected by default for a new Windows Form, etc. Since we're past Windows 3.1 design, the Sans Serif default isn't really
|
| Inserting a Form into a Folder | 09 Jul 2004 22:23 GMT | 1 |
I am creating a program that will create a folder on the click of a button, but I also want the form to be inserted into the folder that is created. Any help will be greatly appreciated. ---
|
| How to check if browser is running on the web server? | 09 Jul 2004 22:22 GMT | 4 |
I am part of a group that has developed an ASP.Net web application. I am looking for a way to determine whether or not the browser is actually running on the web server. For this case (when executing IE on the webserver) I want to remove a link to Remote Desktop -- as the
|