| Thread | Last Post | Replies |
|
| Newbie ASP.NET question for Webportal project | 30 Sep 2006 19:20 GMT | 2 |
Dear ASP.NET Guru, I'm start learning ASP.NET 2.0 (Visual Studio 2005), I would like to use ASP.NET on my webportal Chart/Reporting Projects, I have couple questions and appreciate if you could point me a link resource or book for each of my
|
| Query on user control | 30 Sep 2006 14:53 GMT | 6 |
Hii all ! Help i am having a form contaning a user control..when i am giving input to the user control and press a button in the user control the values must be dispalyed on
|
| Div background image from CSS | 30 Sep 2006 07:56 GMT | 2 |
I am developing a web application in .net 2 c# in VS2005 Pro. I have a master page, containing a DIV tag, and I am setting the properties of the DIV in a CSS file. Everything works fine, except the background image. It just refuses to
|
| NullReferenceException with dynamic DataGrid | 30 Sep 2006 00:22 GMT | 2 |
I have a page using a dynamically added DataGrid. DataGrid contains a TemplateColumn and is bound to a DataTable in a protected method called from OnInit. ItemCommand and SortCommand events are wired and working. When I then moved the DataGrid into a Table, Row, Cell and Panel ...
|
| Validation Summary Control does not apprear | 29 Sep 2006 19:10 GMT | 2 |
Hi! People, I have a website with validationsummary control. It works fine on my development machine (Windows XP Pro) but when I put the website in production Server (Windows 2003 Server), the validation summary control does
|
| Custom Control at deisgn time | 29 Sep 2006 15:32 GMT | 2 |
I have a custom control, which creates 2 child controls - an ImageButton and an image as shown in the following code: // Setup the controls on the page. btnImage = new System.Web.UI.WebControls.ImageButton();
|
| GridView Nested - Is it Possible? | 29 Sep 2006 15:13 GMT | 3 |
I have a question hopefully some ASP.NET Guru can answer. I am trying to build a nested style GridView for users to pull reports from a SQL Database. The question is, "Can I create a GridView with the following structure?" I know I can put GridViews' in columns but was wondering if
|
| Can't repopulate DropdownList control during postback? | 29 Sep 2006 06:32 GMT | 2 |
I've run into what appears to be a circular problem; at least it's got me going in circles. I've got a dropdown that I want to repopulate when a particular event occurs; i.e., during a postback for that event. What I need to do is set the DataSource to a new value, a List<Room> ...
|
| ASP.NET Grid view formatting | 28 Sep 2006 15:06 GMT | 1 |
I have a GridView control with manually added bound columns. I have specified ItemStyle.Width=150px and ItemStyle.Wrap=true for several columns. When one of the column values has a long text it doesn't wrap nor the width property taking any affect and the grid is extending outside ...
|
| Binding an upload file control to a string field | 28 Sep 2006 14:48 GMT | 1 |
I have two data fields that I want to bind to the database that are binary file uploads, but I don't want to store the file in the database, just the relative filenames. How do I do that?
|
| Getting multi values from a list box | 28 Sep 2006 14:44 GMT | 3 |
I have two listboxes on my form that are populated from a datatable. I have the selectionmode set to multiselect and the tables are populated correctly with the correct values and text properties. The problem I have is extracting which values are selected in the list. I have ...
|
| How do I restrict webpart usage to a single instance on a page? | 28 Sep 2006 02:25 GMT | 1 |
I need a way to restrict users from placing multiple instances or copies of a webpart on the same page. How do I do this?
|
| Dynamic Textbox | 28 Sep 2006 02:23 GMT | 1 |
Using ASP.Net v2, is there anyway to have a textbox function more like a windows application? i.e. I'd like to have a webbased irc control that functions like jIRC. - when text is received I'd like the text to be displayed in that control but
|
| missing ellipsis in editor | 28 Sep 2006 02:21 GMT | 3 |
I ha e a web user control and my objective is to get the editor working when I drop the control in a web page - but it is not - the url property is an empty field and I woulkd like the ellipsys that would allow me to navigate to and url.
|
| Equivalant to the DateTimePicker | 28 Sep 2006 02:18 GMT | 2 |
Is there a webcontrol that operates like the standard datetimepicker? It appears to be a combobox but the dropdown is a calendar instead of a list. Mike Ober.
|