| Thread | Last Post | Replies |
|
| Shared Subs? | 04 Mar 2004 13:30 GMT | 13 |
How do you create a library of shared subs to be used by all your pages? I thought I would create a public class called "Global" with a bunch of public subs, but how do I instantiate this new global class from other pages? How does ASP.NET know where the source code for the
|
| View data in DataGrid | 04 Mar 2004 12:11 GMT | 2 |
I have this code to read a text file (.txt) and fill a dataset and then filter, using DataView, by user. The final result I want to put into a datagrig, but this last part is not happen and I don't know why. the code is below
|
| tabstrip does not render properly on a windows 2003 server | 04 Mar 2004 10:20 GMT | 2 |
I've encountered a problem when opening an aspx page with a tabstrip webcontrol on a windows2003 server. When opening the page on the server or opening the page from another pc the control doesn't render properly.
|
| How to create a label which only displays a certain amount of characters? | 04 Mar 2004 09:50 GMT | 3 |
does anybody know how to create a custom control which inherits from System.Web.UI.WebControls.Label with the ability to display only a certain amount of characters? I thought about overriding the Text property of a System.Web.UI.WebControls.Label but it does not work like I want it ...
|
| listbox | 04 Mar 2004 09:43 GMT | 5 |
I have an web page with four listboxes created in asp.net. Each listbox has more than 100 items. Each time I select one item added to another list, the listbox that I choose items from refreshed to the top. I have to scroll down the list again each time I chose an item. How to ...
|
| Link Button in User Control causes JavaScript error | 04 Mar 2004 02:30 GMT | 1 |
Could anyone please explain why it causes a JavaScript error when I simply add an <asp:LinkButton> to a User Control and then reference and tag that user control within a webform ? I am using Visual Studio .Net 2003 an C#
|
| MSChart in .NET environmnet | 04 Mar 2004 02:24 GMT | 1 |
My web application is using MSChart for reporting. (until i port it to some decent reporting tool) How to make sure all the web clients (IE atleast) have MSChart on their system to view these charts?
|
| dropdownlist initial value | 04 Mar 2004 02:14 GMT | 1 |
I have a dropdownlist that is bound to a recordset. The default selected item has turned out to be the first record in my table. I need a row that has value = 0 and text showing "--ALL". How can I do this?
|
| Dropdown list and client side javascript | 03 Mar 2004 19:18 GMT | 3 |
I need to change the page located in a frame, base on user selection in a DDL. something like: <script language="javascript">
|
| Filter Data | 03 Mar 2004 17:58 GMT | 8 |
Hi gurus, How can I filter data in my DataSet and then put the result in a DataGrid? NOTE: I'm reading a txt file into a dataset with 3 columns: Id, Name, Age
|
| Dim context As HttpContext = HttpContext.Current | 03 Mar 2004 16:51 GMT | 2 |
I reference namespace and imports System.Web on my spcifice class and then I declared: Dim context As HttpContext = HttpContext.Current I always got httpcontext is not defined. Any suggestion would be
|
| Drag and Drop | 03 Mar 2004 15:58 GMT | 2 |
I am tring to implement Drag and Drop in my asp.net web-app, the idea is to allow a user to Drag and Drop an Object/Image to any location on a form (with a grid-background), and have the server store the usr selection. Is it possible to do this purely in asp.net? (no Java). Any ...
|
| .NET Textbox and databinding | 03 Mar 2004 15:29 GMT | 3 |
Can someone help with this idea, Textbox1.text = mydataset.consumer.address Consumer is my table and address is the feild!!! Thx! I want to retreive and update information from that textbox using OLEDB adapters.
|
| Error Creating TXT File | 03 Mar 2004 12:00 GMT | 3 |
Private Sub find_file(ByVal strFile) Dim Path As String Dim NewFile As StreamWriter strFile = "Extern\" & strFile
|
| XML data from TreeView | 03 Mar 2004 00:20 GMT | 2 |
What do I do to have TreeView XML data available on the client side? Thanks
|