| Thread | Last Post | Replies |
|
| Session Variables and Event Sequences | 29 Jun 2007 04:16 GMT | 1 |
I am just beginning to learn ASP.Net and am not connecting on something related to session variables. Without concern over whether or not session variables are appropriate here is my disconnect. I would like to be able to read the value of a session variable when the
|
| Controlling items visibility in menu control | 27 Jun 2007 09:02 GMT | 2 |
I'd like to control the item visibility of a menu control, but I cannot find the visibility property of the item. The idea is like this: if [...]
|
| Custom Textbox and Web site VS Web application | 27 Jun 2007 03:12 GMT | 6 |
I have created custom textbox in framework 2 and been using in asp.net framework 2 with Web Application Project mode everythinge works fine. Until I try to create new application by using Web Site Project mode, I add reference for custom textbox and add <controls> in web.config ...
|
| Overlay panels? | 26 Jun 2007 14:04 GMT | 1 |
Is it possible to overlay panels? If so, how would you do it?
|
| Streaming Media ASP.Net Website with VB.Net Code. | 26 Jun 2007 14:00 GMT | 1 |
I am new to asp.net I am wanting to embed windows media player into my website and play media files using vb.net code. I was able to do this with the windows media player control using a
|
| ObjectDataSource and FormView | 25 Jun 2007 14:33 GMT | 7 |
FormView is connected to ObjectDataSource Table example id Name
|
| Multiple Rows in Datagrid Column Headers | 25 Jun 2007 14:28 GMT | 2 |
In my datagrid I'm trying to figure out how to have two rows in my column headers. Each column header in the first row will have two column headers below it. I'm including a little diagram here to try to better illustrate my issue... i hope the text stays lined up when i post ...
|
| IIS 7.0 et Visual Studio 2005 | 25 Jun 2007 08:45 GMT | 8 |
Bonjour, lorsque je veux faire fonctionner une appli ASP.Net (par ex un Web services) développée sur XP , IIS me jette car il trouve le fichier web.config incorrect.
|
| Pager Error when using DataGrid.RenderControl inside custom control | 22 Jun 2007 21:57 GMT | 1 |
I have a feeling this is a simple error, but I can't for the life of me figure it out. I am writing a custom webcontrol which has an internal DataGrid. Everything works fine, except the pager links have no postback
|
| Repeating Datagrid | 22 Jun 2007 13:55 GMT | 2 |
I have a datagrid on my web form which we would like to see repeated on the web form. The current datagrid has customer information (i.e. name, address, phone number, etc.) and we currently have this one datagrid for all customers, but
|
| Edit Gridview using stored procesure | 21 Jun 2007 11:23 GMT | 8 |
Hi all, I'm try to write the code for gridview to delete, edit (only one or two columns), page, sort using stored procedure to get dataTable to bind data (avoid using SQLDataSource to bind data). All the samples I see always use
|
| call a javascript function within code behind | 21 Jun 2007 06:27 GMT | 3 |
i want to call a java script function from code behind. in page1.aspx page i placed script' <script language="javascript"> function SetSelected()
|
| finding User.Identity in a control | 20 Jun 2007 21:05 GMT | 2 |
What is the correct or best way to find and reference the User.Identity. I'm creating a control to handle login functions for a site. (need more flexability than the builting one) Thanks
|
| Menu | 20 Jun 2007 14:38 GMT | 1 |
I am tring to get the menu control to do some things, but have had problems trying to do what I want to do. 1.) Why is there underlines under each menu item? How do I get rid of these? I've tried to use style sheets but they don't work.
|
| How to programatically set GridView selected row? | 20 Jun 2007 13:39 GMT | 1 |
I've got a GridView control (GridView1) containing several fields (Field1, Field2, ...) from a SQL table If I set the selected row using: GridView1.SelectedIndex=1 Then how do I get the value of one of the fields in that row - say
|