| Thread | Last Post | Replies |
|
| Textbox - inserted enters | 22 Oct 2006 17:16 GMT | 2 |
On my ASP.NET 2.0 page I have a textbox with edit type multiline. I have the following question: Is it possible to show manualy typed enters in the Gridview inserted from such a textbox?
|
| changing rows in a multiline textbox | 20 Oct 2006 15:18 GMT | 2 |
I have a situation where I have a textbox that by default only displays 2 rows of text at a time (textbox.rows = 2). On a link button click, I am supposed to expand the textbox to show all the data it contains but there are a number of problems to work through:
|
| implicit vs explicit localization | 20 Oct 2006 10:25 GMT | 5 |
Hi; Any comments on which is the better approach? And why?
 Signature thanks - dave
|
| Datagrid template column | 20 Oct 2006 03:59 GMT | 2 |
Hai, i put template column in datagrid. then if i want to display date in that column (only date with out default time).can u tell me that option to display only date with out tme.
|
| GridView RowComand event Issue | 19 Oct 2006 12:38 GMT | 2 |
In the footer of the gridview, I have a dropdown and a "Add" button set up, so I can add new rows to the gridview. The "Add" button has CommandName of "ADD", so I use that in the GridView1_RowCommand to check if (e.CommandName == "ADD") before I add the row.
|
| Display an empty grid | 19 Oct 2006 11:18 GMT | 5 |
I would swear I asked this yesterday - but I can't find my post (or any answers). So here goes again. In a GridView, when it is empty, instead of a message, I would like the grid to display, preferably with a single empty row but having just the header and
|
| localization for all MS web controls | 18 Oct 2006 17:15 GMT | 2 |
Hi; Does anyone know of a set of localization files that localizes all the MS web controls for various languages? I'ld much prefer that to localizing them ourselves, both because it saves us time/money and because then we will be
|
| sqldatasource and connection exception handling | 18 Oct 2006 15:36 GMT | 2 |
In my page, I'm using a gridview and a sqldatasource. I don't know how to handle the exception that occurs when the database server is unavailable. I've read that I should use the execption property of the selected event. But for this exception, the property is null.
|
| How can I find the datakey of currently selected row? | 17 Oct 2006 21:41 GMT | 4 |
I searched for this and found an answer, but it did not help. In my GridView there is a fileupload and a button click event to save the file upload. I am naming the file uploaded after the primary key field of my table, so, if I have employeeid 4, then my file name is 4.jpg.
|
| Gridview: Edit row validation | 17 Oct 2006 17:31 GMT | 2 |
I have a grid view that, when the row is in edit mode, contains a pair of radio buttons (Yes/No) and 3 edit fields (2 text boxes and a drop down list). I have business rule that states that if Yes is selected, the 3 edit fields are required but if No is selected the 3 edit fields ...
|
| email sending twice | 17 Oct 2006 16:22 GMT | 1 |
With the code below, every email is sent twice. Anybody tell me why? Dim txtBody as string txtBody = "testing 2.0 email" Dim MailObj As New System.Net.Mail.SmtpClient
|
| Request for the permission of type System.Web.AspNetHostingPermission failed | 17 Oct 2006 15:45 GMT | 1 |
I'm using dotNet 2.0 and VS2005. I've got a class library where I've created a webcontrol (Inherits from GridView). The dll for the class library resides on a different server (development
|
| AccessDataSource - how to get access to the retrieved data? | 17 Oct 2006 13:45 GMT | 3 |
I am using the new AccessDataSource control and it works as expected (query result bound to a GridView). Very nice about this control is that it keeps the data in memory. (a Dataset). But how can I get that data, and use it elsewhere in my code?
|
| Trigger an Insert on a FormView control | 17 Oct 2006 11:59 GMT | 1 |
Using a FormView control and I want to programmatically invoke the Insert operation. Instead of the user clicking "Insert" I need to have the web page load and automagically go into insert mode on the FormView control. What method do I call?
|
| Hyperlink in a treenode label | 16 Oct 2006 06:22 GMT | 1 |
I have a simple treeview (four levels deep) that I am building manually when the page is loaded. I am trying to figure out how to take the treeview out of navigation mode. That is to say that the text for a node should NOT be a hyperlink. According to all of the docs I have ...
|