| Thread | Last Post | Replies |
|
| Forced Column Widths in a DataGrid? | 20 Jun 2006 13:16 GMT | 3 |
Hi. Is there any way to lock down the width of columns in a DataGrid so that even if the text in one of the rows of that column is very wide, it just gets cut off or something rather than causing the column to get wider? The problem is that even if I set the column to wrap text, ...
|
| setting Column width of Template Column in Datagrid.. | 20 Jun 2006 13:01 GMT | 2 |
I have a DataGrid with Template Columns..... There are LAbels,Linkbuttons in the Single Row.. I have to set the Constant Column width for those Template Columns in Grid...
|
| forcing code to run - httpmodule etc. | 20 Jun 2006 12:38 GMT | 3 |
Let's say i have something, that will eat up a lot of cpu cycles, that i want to run for the whole webpage( asp.net application and all subfolders underneath). What's the best way to accomplish this? I can't have anyone 'turn off' this feature or atleast not anyone who is not an ...
|
| making a dropdownlist visible when clicking in a textbox of a detailsview? | 20 Jun 2006 12:36 GMT | 2 |
I made a detailsview containing several fields for inserting only. I also made a dropdownlist which is invisible at start. Now, when clicking in a particular textbox, the dropdownlist must become visible (in order to put the selected value of the dropdownlist into the
|
| "&" in Querystring | 20 Jun 2006 12:18 GMT | 3 |
I need to pass a string having ampersand "&" in the query string like Company=Johnson&Johnson. How do I send it and receive it? TIA,
|
| Calling C#/VB.Net function in Javascript | 20 Jun 2006 11:43 GMT | 3 |
I have a web application where I need to call backend C#/VB.Net functions from javascript. Is it possible..and how? Thanks,
|
| Search documents from ASP.NET page | 20 Jun 2006 11:39 GMT | 1 |
I keep uploaded documents (DOC / XLS / PDF / ...) in a SQL2000/2005-database as a binary in an image data-typed field. Now I want to search within these documents from my ASP.NET app. I came across the "Indexing Service" (including the PDF filter from Adobe)
|
| DataGrid Roll-Over Rows | 20 Jun 2006 11:19 GMT | 2 |
I'd like to set up the DataGrid so that as users rollover a row, that row is highlighted a different color and then goes back on roll-out. Any samples for how to set that up?
|
| hiding columns of details view on a button click | 20 Jun 2006 11:10 GMT | 2 |
i want to hide some columns of a details view on a button click and want to change the name of that button my problem is that i am able to hide the column but can't able to change name of button
|
| Find WebControl's (HTML) Form Name? | 20 Jun 2006 11:01 GMT | 1 |
If I have reference to some TextBox, how can I find its form name (eg. "document.Form1")?
|
| ASP.NET 2.0 Session Cookie | 20 Jun 2006 10:58 GMT | 4 |
Kindly clarify the followings; 1. Is the session cookie & FormsAuthenticationTicket cookie Interdependent? 2. When a new SessionID is generated, I have noticed the Session Cookie and the FormsAuthentication cookie are binded.
|
| Session variables inside shared functions | 20 Jun 2006 10:53 GMT | 2 |
My question is simple. If Session variables were to be assigned a value inside a shared function, does the session data visible to other sessions (Other users). I know the variables used inside the shared function are shared as well, is it same for
|
| Which control has performed (triggered) PostBack event? | 20 Jun 2006 10:38 GMT | 6 |
How can I find out which control performed PostBack? I have put this code inside my Page_Load event: Response.Write(Page.Request.Params.Get("__EVENTTARGET")) but it doesn't write to response anything when I click on the button inside
|
| Setting the visible property to a group of controls | 20 Jun 2006 10:33 GMT | 1 |
I am trying to find a method to set the visible property to a group of controls In VB.NET I would put all the controls in a group/Panel and set the visible property of the group/panel
|
| How to compile the code behind .cs files | 20 Jun 2006 10:31 GMT | 2 |
I started recently with asp.net 2.0 and I am currently trying to generate the mysite.dll by compiling the corresponding code behind .cs files. I am using the csc tool that displays one CS0103 error message (The name '...' does not exist in current context) for every control id ...
|