| Thread | Last Post | Replies |
|
| Validator Controls | 27 Jul 2005 19:54 GMT | 2 |
Hi, I have a aspx, vb.net form which i want to use validation controls, but any control that i use automatically disables all my button events and i can't seem to fix that. Thanks for any help.
|
| HtmlTextWriter with Callback | 27 Jul 2005 19:36 GMT | 1 |
I write many custom controls and think that the HtmlTextWriter would benefit from a method such as: writer.Write("<td>{0}<td>", new HtmlTextWriterCallback(this.WriteCell)) void WriteCell(HtmlTextWriter writer)
|
| Help!! I've fallen and I can't reach my ASP 3.0 manual... | 27 Jul 2005 19:25 GMT | 1 |
Can anyone point me to a code sample where a single page in an ADO recordset is sorted independantly on a different field. Example: An ADO recordset is populated and sorted on [ListingDate]. I need to sort the 20 records on recordset.absolutepage 5 by let's say [AskingPrice]. ...
|
| HELP - Passing Date from PopUp ASPX via JavaScript | 27 Jul 2005 19:24 GMT | 1 |
Ok, here's the situation... I have a user control that contains two textboxes (one for a from date/time and one for a to date/time) and two image buttons. The user control itself is supposed to be used on a number of different ASPX pages (that's why I made it a ASCX). When ...
|
| Conditional item template for a datalist | 27 Jul 2005 19:15 GMT | 1 |
Hi, I have the following item template in a datalist: <asp:LinkButton id="lnkAction" runat="server" CommandName="Action" cssClass="TabMenu">
|
| checking for any value in an array | 27 Jul 2005 18:52 GMT | 7 |
let's say I have a string that can be any number of items comma delimited: 2, 4, 6, 12, 345 I want to check against those values in an if/then statement: if integer = any value in the string, then...
|
| Question about Session-object | 27 Jul 2005 18:33 GMT | 2 |
Hey all, when we use the SQLServer mode, does the server make a db-query each time the session object is applied or is the session data saved in the server cache per page request?
|
| listbox hiding drop down menu | 27 Jul 2005 18:01 GMT | 2 |
I have a menu written in javascript. I include that menu on an asp page. The aspx page contains both a listbox and a datagrid. There i one drop down menu that overlaps the place where the listbox is. Whe the user hovers over the drop down menu, the listbox hides the botto
|
| Menu ascx - use database? Best practice? | 27 Jul 2005 17:45 GMT | 6 |
I have a book that illustrates pulling menu items from a Sql Server table into an ascx via a stored procedure. Is this something that is done in the real world? I do like the effect when viewing it in the source code, however, because it
|
| How to check if a field is null? | 27 Jul 2005 17:04 GMT | 1 |
I need to check if a datareader field is empty. My Datareader field is given by: drProduct.Item("image02_url") How can I do this?
|
| Load file | 27 Jul 2005 16:44 GMT | 14 |
I am trying to load a file from a dropdownlist, however I get a error saying a virtual path is required. An example selected value would be "../4900/myfile.doc". Any ideas - my code is. Dim sumfin As String = DropDownList1.SelectedValue.ToString
|
| Running Framework 2.0 before November | 27 Jul 2005 16:43 GMT | 2 |
Just after some opinions/thoughts really. I was with a client yesterday discussing their new web based application that I'm going to be developing. Currently, they already have a Framework1.1 web app running (which I wrote).
|
| ASP.NET Project - Which Version To Use? | 27 Jul 2005 16:40 GMT | 3 |
We're getting ready to start a new project within the next 2 weeks and are wrestling with the age old issue of whether to do the work in VS03 or help MS debug VS05 by doing it there. Some of the new features of '05 and ASP.NET V2 would save us a good bit of effort, but at what ...
|
| Download of a file from DB | 27 Jul 2005 16:27 GMT | 2 |
I have an Array of bytes that it is a file that I bring from the db. How I make the download of this file? Thanks
|
| Array Question??? | 27 Jul 2005 16:26 GMT | 5 |
Can someone please tell me how I can automatically generate the textbox numbers in this statement... EG: - tbMenuItem1.text, tbMenuItem2.text etc etc...
|