|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Adrienne -
2 Apr 2005 1:28 PM - 2 messages
Gazing into my crystal ball I observed "Frank Buchan" <future_lege***@hotmail.com> writing in You might want to think about using the label element and styling it, eg: <label for="name">Name: </label> <input type="text" name="name"...><br> ...
Rajesh Abraham via DotNetMonster.com -
2 Apr 2005 9:46 AM - 6 messages
Hi Friends i am facing one problume. i am using one Vlidation summary control for a web application. but the message box is not working on web server. but its working very well on the local mechine. i dont know what is the reason. So please Help Me......... ...
kylin -
2 Apr 2005 2:07 AM - 3 messages
I get the ImgThum.ImageUrl from the database, And I want to get the ImgThum's ThumbnailImage, how can do it ? ...
CoreyMas -
1 Apr 2005 10:37 PM - 2 messages
Hello everyone, I have downloaded and installed the IE Web controls for Microsoft and I am using the Treeview control to display a simply hierarchy However, I cannot seem to get the Image associated with the node to align vertically (top) to the actual contents of the node. ...
Mike -
1 Apr 2005 6:39 PM - 2 messages
Hi, I'm building a WebCustomControl, and if i inherit from System.Web.UI.WebControl and set the attribute DesignerSerializationVisibility = Content and PersistenceMode = InnerProperty to a System.Web.WebControls.Style property, in the design html of the control each style property is nested between <style> tag. If i ...
Luhar Powell via .NET 247 -
1 Apr 2005 6:33 AM - 2 messages
How to access other controls values in ITemplate? Hi, I have simple Itemplate implementation with 2 textboxes and button. On postback I would like to access values entered by user in the textbox controls. The Itemplate sample below has two text boxes for first name and last name. There is Ok button that will do process first name and last name entered by the user. ...
Louis Yeung -
31 Mar 2005 8:37 PM - 3 messages
Hi, I created my very first code-behind user control (ascx) and tried to used it in the aspx within the same project. I have the following questions: 1. Can I select the user control and drag it into the aspx designer view? I ...
Richard -
31 Mar 2005 7:37 PM - 3 messages
How would I display images in an asp.net dropdownlist using vb.net? I have a webform where the user can modify product info (cost, description, etc.). The info is in a ss2000 database. There is also an nvarchar field that points to ...
jthornby -
31 Mar 2005 7:35 PM - 2 messages
Is there any way to manipulate the content of a web control in client side jscript that can propogate to the server? Specifically, I'm trying to increment or decrement the value in a text box when one of a set of check ...
Louis Yeung -
31 Mar 2005 4:07 PM - 5 messages
Hi, I am playing with validators using VS2003 on a XP box. I have textboxes with regExp validators and a button. The validators work when I press the button. If any validator fails, error messages are displayed and button click event ...
Arvind P Rangan -
31 Mar 2005 9:11 AM - 2 messages
Hi All, I have tried creating web controls with examples on the net. It works fine with c# but not with vb.net If anyone have a good website for vb.net webcontrols or if you have executed any kindly let me know. ...
studen771 -
31 Mar 2005 1:29 AM - 4 messages
is this possible? I know that I can derive a class from the windows.form namespace but then i Couldn't use it in an asp.net page. I want my user to be able to select speciifc text they've highlited in an asp.net textbox and ...
voo -
31 Mar 2005 12:49 AM - 2 messages
I would like to group the rows of a datagrid so its value spans multiple rows. Data: A 1 12 A 2 24 A 3 11 ...
Glenn L. -
30 Mar 2005 6:28 PM - 5 messages
I am using the VS 2005 beta1. I am trying to add a Dropdownlist control that gets its data from one table and when selected saves the ID into another table. I have 2 tables TBLSTAFF and TBLRACE. TBLSTAFF ...
ae -
30 Mar 2005 5:47 PM - 4 messages
i have a custom datagrid with the viewstate turned off. i plan on caching the datasource and handling this myself rather than using viewstate. when the viewstate is disabled my SortCommand event handler never gets fired. ...
Karl -
30 Mar 2005 2:45 PM - 6 messages
I'm using Lutz Reoder's .NET Reflector program to browse the source code for System.Web.UI.WebControls.TextBox. Looking at this class's Render() method, I had expected to see code that would actually draw a textbox. No such luck. ...
Shafia -
30 Mar 2005 11:11 AM - 6 messages
Hi, I dont find the GridView features described in the following artical e.g column reordering and FullRowSelect. [link] Please let me know when and in which release these would be available? ...
JohnH. -
29 Mar 2005 9:56 PM - 4 messages
I'm obviously not looking in the right place to find the source of this problem. Anybody got any ideas where to look? I have an ASP.NET c# application w/ several pages that have buttons. On my development IIS server everything works fine. When I publish my ...
newmem -
29 Mar 2005 9:07 PM - 6 messages
Hi In the webform, if a use selects a file to upload and submits the form. But if page validation fails, the HtmlInputFile loses the filename string and the user has to re-select the file using the browse button. ...
RyanW -
29 Mar 2005 7:39 PM - 2 messages
Is there a way to drop controls in the cells of a table at design time? I can do it with the HTML Table, but not the asp.net table. Thanks Ryan ...
Randel Bjorkquist -
29 Mar 2005 7:05 PM - 5 messages
How do I stop my WebForm from jumping back up to the top of the window every time it's posted? What is happening is that I have a web-application that has a couple of ListBoxes that I allow the end-user to fill in. They are ...
Bernardo -
29 Mar 2005 5:58 PM - 2 messages
Hi, There are in .net some control that simule a SlideBar? Thanks ...
Charles -
29 Mar 2005 4:47 PM - 3 messages
Hello, I have found lots of examples and information on how to create an edit button in the datalist control, however the edit button is done with the edit template property. I have created the edit button in a class that Implements ITemplate in the ...
Randel Bjorkquist -
29 Mar 2005 4:34 PM - 3 messages
I'm trying to figure out how to stop one of the Button on my WebForm, from activating its OnClick event when I press the "Enter" key while entering data in a TextBox. If I disable it, the control/focus goes to another ...
Randel Bjorkquist -
29 Mar 2005 3:43 PM - 3 messages
Hi all, I'm extremly new to building web-applications, C#, and the whole Microsoft Visual Studio 2003 .NET IDE, so please bare with me. What I have: I have a web-application that communicates to an SQL Server. My aspx file ...
pierre -
29 Mar 2005 1:09 PM - 2 messages
Can anyone tell me how to get the SelectedValue from a ASP.net RadioButtonList, using javavscript. Here is my code: <ASP:RADIOBUTTONLIST id="optOption" runat="server" ONCLICK="javascript:alert(document.all.optOption.selectedItem);"></ASP:RADIOBUTTONLIST> ...
buran -
29 Mar 2005 12:01 PM - 3 messages
Dear ASP.NET Programmers, Here's my problem: I have a page (as usual :), in which I'm going to display invoices in a repeater control. I am binding data to the repeater control (ID: repHospCosts) without any problems. I have also a button on the page, I am going to add a new datarow programmatically and display it when pressed. Unfortunately, I cannot refer to the dataset in the event handler of the button (or at least I think so). I get the following error: Object reference not set to an instance of an object. drow = dtable.NewRow ...
~Maheshkumar.R -
29 Mar 2005 9:56 AM - 3 messages
Hello groups, i need small code snippet for implementaion of div tag. Let say, if i click a button, i have to hide a checkbox list. I have placed that control inside the Div tag, but not responding. Mahes. ----------------------in codebehind -------------- ...
dweng@hronline -
29 Mar 2005 12:35 AM - 2 messages
We use IEWebControls (including TreeView and TabStrip) in our Dot Net application. It works fine in IE6.0. But the treeview does not work in IE5.0, Netscape and Firefox. When we click the item of treeview, the expected result ...
Lubomir -
28 Mar 2005 9:29 PM - 5 messages
Hi, I have a datalist with 3 columns. First one contains an image. All of them are hyperlinks. Datalist is generated by using ExtractTemplateRows="True". My question is how to highlight the entire row by dragging mouse cursor over the row. ...
SouthSpawn -
28 Mar 2005 2:52 PM - 3 messages
I am looking for a way to add tabs to my asp.net pages. I saw an application that had tabs on it. It seem as they did it with javascript, because when you click on each tab. It didn't post back to the server to ...
David Londeck -
28 Mar 2005 2:40 PM - 2 messages
The following code will only populate every row for the DropDownList control column in the datagrid instead of every row where the DropDownList appears in the DataGrid for a particular column. Any ideas on why? Private Sub dgAssignSalesReptoIMEI_ItemDataBound(ByVal sender As Object, ...
LB -
28 Mar 2005 4:37 AM - 4 messages
Hello trying to use the micorsoft.office.interop to create chart, i got stuck to position the chart on the page. everytime I try to use : ChartSpace1.Charts(0). top = 500, I get the following error : This is an inappropriate time to alter layout ...
Przemek Orlik -
27 Mar 2005 11:49 PM - 2 messages
I have a small problem. While useing Internet Explorer I'm able to change size of text in labels on my web page (Ctrl+MouseScroll). Is there any way stop this, because while designig my page I have to know exactly what are the ...
Wayne Wengert -
27 Mar 2005 1:55 PM - 3 messages
I have one aspx page that contains a radiobuttonlist control that does not fire the SelectedIndexChanged event? I have similar controls and processes on a dozen other pages that work fine but on this one page, the event code (see below) is never executed? I am totally stumped. Any thoughts on how to ...
|
|||||||||||||||||||||||