| Thread | Last Post | Replies |
|
| Button Routines being called twice | 18 Jun 2006 02:10 GMT | 9 |
I am sorry but I am all very new and slow at understanding all this ASP.NET2. I found some code which showed how to page with a repeater. All very excited as I had been looking for this all day. It worked wonderfully,
|
| not a member of 'ASP.default_aspx | 18 Jun 2006 02:01 GMT | 6 |
I'm trying to streamline an app by converting inline code into a functions.vb file in the App_Code folder but can't seem to work out this error: The code worked fine in its "inline version". BC30456: 'LinkCat_ItemDataBound' is not a member of 'ASP.default_aspx
|
| is the value passed via HiddenField to client-side always string? | 17 Jun 2006 20:37 GMT | 2 |
I want to pass a integer value to client-side via a hiddenfield created in the aspx (HiddenField1) dim myvalue as integer myvalue=5
|
| How can I refeer to controls placed in TemplateField | 17 Jun 2006 20:17 GMT | 1 |
I'm building a web site where some users can create receivables (invoices). This website will support several organisations and different users migth have responibility for more that one organisation.
|
| ASP.Net 2.0 FormView - Set Focus To Control On EditItemTemplate | 17 Jun 2006 20:10 GMT | 1 |
My ASP.Net 2.0 FormView has an EditItemTemplate, an InsertItemTemplate and an ItemTemple. When the page first loads, the ItemTemplate shows with an Edit button. If the user clicks the Edit button, the postback loads the EditItemTemplate, but with NO focus on any control on the ...
|
| global.asax redirect issue | 17 Jun 2006 20:08 GMT | 1 |
Hi all, got a bit of a strange one....I am developing in ASP.NET 2.0 and I have some code in my Session_Start method that sets user attributes. If an error occurs at this time, such as the user is not registered or configured for the site, I throw an error that is caught
|
| Namespaces and asp.net | 17 Jun 2006 20:06 GMT | 1 |
I have a project dedicated to custom controls. (ie..dropdownlists, datagrids, mouseoverbuttons, etc...) and I have folders for each control group. Ajax, DataGrids, Buttons
|
| Setting UIculture in code | 17 Jun 2006 20:03 GMT | 1 |
This question relates to ASP.Net 1.1 - NOT 2.0 I want to set a site-wide UIculture from code. I know it can be set in web.config, but can it be set in code? For instance in Application_onstart. All other configuration is stored in a database for these sites (20+), and I
|
| Help with web.config.(authentication mode form | 17 Jun 2006 18:21 GMT | 1 |
I want to use form authenitcation for all files under one directory.and none for the parent. How would it web.config look like. Thanks..
|
| Task list | 17 Jun 2006 17:49 GMT | 1 |
Does anybody know of a good free .NET component that is a Task List like what is in Windows XP on the side of a window?
|
| Dropdown list | 17 Jun 2006 17:30 GMT | 4 |
http://www.persquareyard.com/ in the above site in Select Property dropdownlist we have headings like Residential or Commercial which we are not able to select but can select their sub categories only
|
| Dynamic LinkButton, ViewState | 17 Jun 2006 16:20 GMT | 1 |
I have a <asp:table> control with a large number of dynamically created LinkButtons. I am using the command event, command name and command argument values in my LinkButtons to trigger actions after the post back. The table is dynamically generated based on a key field that is ...
|
| How to insert at first | 17 Jun 2006 16:06 GMT | 2 |
I have a dropdownlist, and it's Items is bound to a TableAdapter. After the Dropdownlist bound, I want to add a items to the DropDownList's Items, but it always at bottom. How can I add the new items at the top?
|
| Catch trace enabled='true' output and store in database? | 17 Jun 2006 13:08 GMT | 2 |
I want to store the trace information I get on trace.axd when I use <trace enabled="true" /> in a database or a custom log file. Is it possible to intercept the trace mechanism at a suitable point? TIA,
|
| ***Difficult*** asp.net meteorological controls | 17 Jun 2006 12:44 GMT | 1 |
Hello group I am looking for asp.net controls to display meteorological data, like wind speed, wind direction, air temperature, etc. I looked at many places but I could not find any. Please help.
|