Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Datagrid Hyperlink Doubt
Arun - 7 May 2005 1:39 PM - 3 messages
Hi , I have doubt regarding disabling Hyerlink in Datagrid. For some cases I don't want to show Hyperlink and some cases I want to show the Hyperlink Column. I don't want to hide the entire Column. -thanks Arun ...
Score checkboxlist help
Jasmine - 7 May 2005 10:08 AM - 2 messages
hi all, In my code I dynamically create web controls. My problem is newCheckBoxList = new CheckBoxList(); newCheckBoxList.EnableViewState = true; newCheckBoxList.AutoPostBack = true; newCheckBoxList.SelectedIndexChanged += new System.EventHandler(Checked_Changed); When I create a dynamic checkboxlist like that, I handle the selected index ...
Score WebForm's Size
neo00 - 7 May 2005 3:16 AM - 2 messages
Hi, I have got a webform. I want to get the current size of the user window such as 19", 17" or 15". Later on, I want to resize my webform's window size respect to user's window's size. Then I want to make false the enable state of resize icon of the webform. How can I do this operation? ...
Score Format textbox to time format
ruca - 6 May 2005 2:53 PM - 2 messages
Hi, Can anyone tell me how can I format a textbox with this format: "HH:mm:ss"???? I want that the user when writing text, that javacscript format to time. Like OnKeyPress event and format at same time user writes. ...
Score DropDownList selectedIndexChanged event not firing
Dabbler - 6 May 2005 2:35 PM - 7 messages
My dropdown list with autopostback set to true is returning to the application but my even handler for selectedIndexChanged isn't firing. in InitializeComponent I have: AddHandler Me.BrandSearch.SelectedIndexChanged, New EventHandler(AddressOf Me.BrandSearch_SelectedIndexChanged) in the handler I have: ...
Score DropDownList postback
Manuel - 6 May 2005 1:08 PM - 2 messages
Hi all, I have a dropdownlist with postback set to true because I need to use the selecteditemchange event. However, each time I select one item from the list, my page opens again. If i select 10 times from my original page, finally I have 11 pages (my original ...
Score Syntax for "NULL" in asp.net
xianxian chan - 6 May 2005 7:06 AM - 3 messages
Hi everyone, what is the syntax for NULL if u guys know of any.. Cache.Add("ProductsTable", s, null, DateTime.Now.AddSeconds(60), TimeSpan.Zero, CacheItemPriority.High, null) i tried writing the code like this but when i put my mouse pointer over ...
Score DataGrid SortCommand Event not fired on dynamically generated datagrid
biru - 5 May 2005 10:03 PM - 3 messages
I have a page that allows the user to do a search and the page would basically display the search result at the bottom of the page when the user hits "Search".  The result is shown in a datagrid that has columns ...
Score LinkButton Control
Tim Farrell via DotNetMonster.com - 5 May 2005 7:45 PM - 4 messages
Firstly, I am somewhat new to this so I am sure the fault is based on my inexperience. I have a repeater control in which I display record summaries from a database.  Within the repeater control is a linkbutton control that I am ...
Score Validator Control
Jim - 5 May 2005 6:53 PM - 3 messages
Greetings, A little about my situation(fairly simple)...I have an ASP.NET page containing a number of TextBox controls with a button named "Update" which saves all entered values back to the database.  When the page is loaded the controls contain the original values retrieved from the ...
Score Change print orientation by website
Nevets Steprock - 5 May 2005 3:44 PM - 4 messages
I have a webpage that prints nicely when the layout is switched from portrait to landscape. Many of my site users have mistakenly printed it without making the change to their settings and end up with a cropped printout. I have researched this and have been told by many people that this ...
Score Image auto sizing in asp.net
pachuts - 5 May 2005 5:48 AM - 4 messages
1.iN ASP.NET how to do autosizing of the image, so that image will be displayed as it is with out being squished. 1.In ASP.net While for browsing for images, i just just want to restrict the ...
Score VS.NET 2003 using ASP.NET & VB.NET -- IDE design time problems?
Rob R. Ainscough - 4 May 2005 11:56 PM - 3 messages
I'm have some serious issues during design time using web forms with panels on them and a table contained within the panel -- I'm using flowlayout as I don't want GridLayout since CSS is not available to all browsers.  My ...
Score Empty column
Joe via DotNetMonster.com - 4 May 2005 6:25 PM - 3 messages
Hi, I need to check to see if a column in a repeater or datagrid control is empty. I tried this but got the error that expression is expected: <%If # DataBinder.Eval(Container.DataItem, "linkURL1") ="" %> <a href="javascript:openWindow('<%# DataBinder.Eval(Container.DataItem, ...
Score Help! Web User Controls
Scamps - 4 May 2005 5:16 PM - 3 messages
I'm struggling real bad. I have created a WUC with a calandar object in it (Cal.ascx). I have a second WUC with a DataGrid in it (Events.ascx). I want to select a date in the Calendar WUC, and use the selection event to ...
Score DataGrid Question
Josema - 4 May 2005 3:10 PM - 2 messages
Hi, I have a DataGrid that its filled from a DataTable. this datagrid has autogeneratecolumns=true cause this datatable could have different number of columns. My problem its that: I need that the first column be a link button column. ...
Score How to make datagrid headders non Scrollable in a multi page contr
Ashok - 4 May 2005 2:42 PM - 3 messages
Hi All, I have a datagrid and it is inside a multi page control. When i have lot of rows i am getting a scrollbar to scroll though the rows. The problem is, i want the heading of the data grid non-scrollable, ...
Score DropDownList - Programmatically setting the background colour of i
Mike Owen - 4 May 2005 2:24 PM - 5 messages
I have a DropDownList box that I assign values from as follows:                 drpColor.DataSource = myVariancecolor                 drpColor.DataBind() ...
Score Drop down list viewstate; please HELP!
Dylan Mines - 4 May 2005 2:10 PM - 4 messages
Hi I'm having an absolute nightmare with this problem. I have a dropdown list of values that are pulled from my SQL database.  I simply want to select an item and write it to another table when the user ...
Score Adding control to datagrid
Trond - 4 May 2005 11:58 AM - 2 messages
I have an ASP.NET page that is displaying data from a dataset in a datagrid. All columns are bound. In code behind file i use ItemDataBound event to do some formatting of some off the columns. Insted of changing the ...
Score custom webcontrol : render and then get "html" result in server side
rabii - 4 May 2005 8:44 AM - 5 messages
Hello, Is there any way to render/execute my custom webcontrol in server side then get the result (html) into string ? ...
Score Column span datagrid header
soh chau hi via DotNetMonster.com - 4 May 2005 8:28 AM - 2 messages
Hi. Is there a way to have a header span 2 columns in a .NET windows form DataGrid control? ...
Score Building a Template
jijis - 4 May 2005 4:28 AM - 2 messages
I want to ask how can I make a template like using the one in dreamweaver? I want to update the design consistently, so I want to use a template ...
Score Can I set initial focus from server-side into textbox?
Kent P. Iler - 4 May 2005 4:22 AM - 4 messages
Hi, I am showing/hiding a variety of panels that have different text boxes via code-behind functions.  Depending on the condition, I would like to have the focus be set on a specific text box.  However, all examples I've seen do ...
Score Hidden Controls yield inconsistent behavior on Postbacks
TWEB - 3 May 2005 2:09 PM - 5 messages
Hi there, I'm using VS2003. I have a hidden control: <input id="hdnABC" type="hidden"  runat="server" value="-1"> This control is defined on my codebehind class as: protected System.Web.UI.HtmlControls.HtmlInputHidden hdnABC; This hidden element is manipulated by Javascript on the client.  For the ...
Score CreateUserWizard Control
Asp Hunter via DotNetMonster.com - 3 May 2005 10:20 AM - 7 messages
Hello Everyone, I am using the CreateUserWizard Control of ASP.NET 2.0 for user registration, but i need some more fields, i found that this can be done by adding a new step in the control, but i havn't found the way to use that ...
Score Automatic updating an ASPX page
t@t - 3 May 2005 9:02 AM - 5 messages
Hello, I have 2 applications, communicating with web-services. One application is an ASP.NET application. This is sometimes updated with some data by the other application by means of a web-service. The ASPX page of this ASP.NET application should always display the actual ...
Score HOWTO: Bring that row back into focus ...
So - 3 May 2005 8:14 AM - 3 messages
HOWTO: Bring that row (in a grid) back into focus, on which a hyperlink was clicked to navigate to Detail page. Hi everybody, There is a grid control on page with a hyperlink column. On clicking on of the hyperlinks a details page is shown. The details page has a Back or ...
Score Parser Error in TabStrip Control
RMQ - 3 May 2005 8:12 AM - 2 messages
Hello, Does anyone encountered this error in Windows 2003 Server? Parser Error Message: Could not load type Microsoft.Web.UI.WebControls.Design.CssCollectionEditor from assembly mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Any suggestion on how to solve this problem? ...
Score How to get the HtmlForm element of an ASP.NET Page?
Laser Lu - 3 May 2005 12:25 AM - 17 messages
Hello, All, I just want to know that generally how to get the HtmlForm element in an ASP.NET Page? Can anybody help? Please:) Best regards, Laser Lu. ...
Score Text Length
TCORDON - 2 May 2005 7:12 PM - 4 messages
How can I restric a multirow textbox's text length, Max Length doesn't seem to really do anything. I want the user to not be able to type, say more that 300 chars. TIA! ...
Score Listbox and multiple selection
antonio.echalecu - 2 May 2005 8:53 AM - 3 messages
Hello!! I have a listbox with all countries. I select several and save to database. I want to get these countries from the database and select several listbox countries according countries I get from the database. Is this posible? I can select several of them, and click the save ...
Score 2d graphics controls
Andreas Zita - 1 May 2005 10:12 AM - 2 messages
I'm looking for a way of doing a advanced custom control (timeline data visualization) with custom dynamic 2D-graphics based on data input and user interaction. I would prefer if the same control could be used in winforms as ...
Score Text_Changed ?
Alex Nitulescu - 1 May 2005 2:15 AM - 2 messages
Hi. I have kind of a 'file manager' on my website. It also allows for changing some text files (for administrative purposes). My question is this - is it possible to detect the changes in a text box and react accordingly ? Text_changed works only on posting back to the server. I would ...
Next » 2 3 4 5 6 7