| Thread | Last Post | Replies |
|
| How do I update a label with the summary total of six textboxes? | 27 Oct 2004 16:47 GMT | 5 |
I have a web page containing 6 text boxes placed one below the other in a column. Each textbox accepts only numeric input and is formatted and validated as numeric. As I'm entering each amount, I need to display the summary total of the
|
| Why CreateChildControls method is invoking between Begin ProcessPostData and End ProcessPostData | 27 Oct 2004 12:53 GMT | 4 |
If I create and add a control that implemets IPostBackDataHandler on the CreateChildControl phase, than in the postback CreateChildControl pahse is invoked at the Load Postback Data phase. But this logic is not suitable for me. I want my control invoke its CreateChildControl ...
|
| Intermittent System.InvalidCastException: Specified cast is not valid it's driving me mad | 27 Oct 2004 10:10 GMT | 3 |
I have a Intermittent error, only happens once or twice a day: This is the basic code: Dim strSeachLetter As String strSeachLetter =Request.QueryString("letter")
|
| html markup allowed in textbox even though validaterequest=true | 27 Oct 2004 09:42 GMT | 1 |
I have a web form with 2 text boxes on it. I have not set validateRequest=false in the @page directive so request validation should be on. One of the text boxes correctly gives the "A potentially dangerous
|
| Accessing a property in a webcontrol from parent page | 27 Oct 2004 09:41 GMT | 2 |
Could someone please help me with the following; I have a WebControl that basically looks like this: public class LeftMenu : System.Web.UI.WebControls.WebControl {
|
| Dynamic Web Server Control | 27 Oct 2004 08:26 GMT | 2 |
I have added dynamically 5 buttons to the panel. How do i know which button clicked....suppose i click on add3 button how do i trap that event.... The code is below:
|
| How many nodes is recomended in a treeview | 27 Oct 2004 07:10 GMT | 4 |
We are using the TreeView control to display data in a web application. We have noticed that the performance is extremely low when there are many nodes in the tree. Is there any recomendation regardning the maximum number of nodes in the tree? Is there any way to increase the ...
|
| WebControl setting security | 27 Oct 2004 02:09 GMT | 4 |
I have several aspx pages (user.aspx, admin.aspx...) that contains one common user control (foo.ascx). Foo.ascx is responsible for checking the roles of the user logged on and display data based on role. If a person with only "user" access tries to access, say, admin.aspx, I want ...
|
| WebControl validator not working on response.redirect | 26 Oct 2004 23:53 GMT | 2 |
I have stumbled into a strange problem with asp.net requiredfieldvalidator. Here is the code. This is part of a webform aspx which gets invoked in two ways. scenario 1) One from a datagrid hyperlink
|
| Calendar control - adding a textbox on each day for data entry | 26 Oct 2004 22:49 GMT | 3 |
Is it feasible to add a simple textbox into the cell (day) of a calendar control? How would I add it? access it once the user hit Submit? I searched google with ".net calendar control data entry" and got lots of but none allowed for data entry from within the cell.
|
| Validation Problems when running application on web host. | 26 Oct 2004 20:01 GMT | 1 |
I have all of my validation controls running wonderfully when I debug locally on my machine. The validators fire on the client without a round trip to the server. (No server event code fires..) When I copy the application to my web host and run it from there, the validators ...
|
| Convert Unit types. | 26 Oct 2004 19:31 GMT | 2 |
Can someone explain how to convert a Unit type to a meaningful value? There is a way to convert from a Pixel, Percent, etc.. to a Unit, but I have not figured out how to convert from a Unit.
|
| Alternative of PHP "Unset" function is ASP | 26 Oct 2004 18:41 GMT | 1 |
Hi everybody I have got the following PHP code which I am trying to convert to ASP any help will be appreciated...I have done most of it but I cant find a replace function for Unset in asp which will discard the variable alltogether... if ($categoryid == "all")
|
| Determining when a control is scrollable | 26 Oct 2004 18:21 GMT | 1 |
Is there a way to tell when a control is scrollable ? For example suppose we have a table and we want height no more than 100%. If you are adding controls in new rows, you want to handle scrolling than to expand table beyond the page length. Is there a way by which this can be ...
|
| Refersh problem | 26 Oct 2004 18:11 GMT | 2 |
hi i have one aspx page on which i have one button in code behind i wrote a code for inserting a record. if i clicik on button it inserts a record
|