| Thread | Last Post | Replies |
|
| radio button CheckedChange event | 12 Nov 2004 22:30 GMT | 1 |
I have a form with 3 radio buttons, representing 3 textboxes. The user will be required to enter a numeric value into 2 of the 3 textboxes to calculate the third textbox's numeric value. The selected radiobutton will represent the value the user is solving for. The textbox ...
|
| ResponseEncoding in Web User Control Page | 12 Nov 2004 21:51 GMT | 1 |
I set the ResponseEncoding="UTF-8" for the aspx page. I created a web user control ascx page which also needs ResponseEncoding="UTF-8". I added the following lines of code to the aspx page: <%@ Register TagPrefix="top" TagName="topmenu" Src="top.ascx" %>
|
| HOWTO: Do Web Control relative screen positioning during PostBack | 12 Nov 2004 21:47 GMT | 1 |
How do you get the x,y pixel location of a textbox so that you can position the Web CalendarControl popup nearby the associated textbox that will contain the date selected? This needs to be done on the postback, so no javascript
|
| IE Web Controls Server Deployment | 12 Nov 2004 15:51 GMT | 6 |
I am just wondering whether web host actually needs to compile IE Web Controls in order for uploaded asp.net application to work correctly. My webhost has advised that they have webctrl_client in the wwwroot directory. In the app I uploaded, Microsoft.Web.UI.WebControls.dll sits in
|
| Fire Event From User Control | 12 Nov 2004 07:56 GMT | 1 |
I need to fire an event from a user control and catch it in the parent page. I cant seem to find any help in the MSDN etc. Any code examples / refrences will help greatly . Thanks in advance
|
| LinkButtons within a Repeater Control | 12 Nov 2004 07:44 GMT | 1 |
I have created a repeater with a linkbutton for each databound item. When I fire off the repeater controls ItemCommand I execute the following... For indx = 0 To rpContacts.Items.Count - 1 Dim btnMyContact As LinkButton =
|
| making checkboxlist checked comparing it with integer value | 12 Nov 2004 06:20 GMT | 1 |
i want to make checkboxlixt check or unkchek on the basis of certain values like 1,2,3 here my checkboxlist have values like 1,2,3, now i m storing values (integer types like 1,2,3,4,5,6, etc. ) and coparing these values with checkboxlist's values but getting error as ........ ...
|
| Datagrid | 11 Nov 2004 22:16 GMT | 2 |
I have a calendar control in the edit field of a template column of a datagrid control and I don't know how to capture the events generated when a user changes dates. Once the calendar control is on the template it doesn't expose any events for me to capture, how can I fix this?
|
| C++ or VB? Thanks. | 11 Nov 2004 22:03 GMT | 5 |
i am working in ASP.Net / VB web sites. However i need to take a decision so i can buy some books and start studing some subjects. For Web: C++.net or VB.net? For Aplications: C++ or VB?
|
| asp.net, linkbutton __doPostBack in "href" element is treated like a link, not a server event | 11 Nov 2004 18:50 GMT | 6 |
I was moving an asp.net application from IIS 5 to IIS 6 and ran into a weird kind of trouble. Also, the OS of the server changed to Windows Server 2003. Any LinkButton click event is treated not like an actual server event, but the __doPostBack... is being put in the address bar
|
| Newbie question re: datagrids | 11 Nov 2004 17:31 GMT | 5 |
Hi all - Let me preface this by saying I'm very new to .net and this is my first asp.net project...so please be patient. :) I have set up an Access db with one table called "tblNames"...the table has 2 fields. (This is just a "test" db I'm using to see if I can actually make
|
| Treeview.htc | 11 Nov 2004 14:19 GMT | 2 |
I'm using a TreeView Web Control (IE) in an ASP .NET page. In the result aspx page i see this line: <?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc" /> This works fine with a website, but i have to use a virtual directory and in
|
| Regular Expression - Show error if string is matched? | 11 Nov 2004 11:27 GMT | 1 |
I'm trying to raise an error if a pattern is matched rather than trying to match a pattern. Example: the Regular Expression Validator should show the error message if
|
| How to make a UserControl Invisible dynamically | 11 Nov 2004 11:18 GMT | 2 |
I found setting Visible property to be false does not make a user control invisible. For ASP.NET, it doesn't provide property like InvisibleAtRuntime. I tried to remove that user control when it is set to be invisible but ended
|
| Something more advance... I think. | 11 Nov 2004 09:17 GMT | 4 |
I am developing an application where I need to have employee id ( example 802233 ), employee name ( for example Alphonsus Teo ) and log on username ( for example abcxxx ). Understand that when we create a project in Visual Web Developement, a whole complete set of databases will be ...
|