| Thread | Last Post | Replies |
|
| Radio button validation | 26 May 2007 11:21 GMT | 2 |
I am having a slight problem validating radio buttons using customvalidator. My buttons generated HTML look like... <input id="MemberPage_MinorWorks_SpareLoadYesRadioButton" type="radio" name="MemberPage:MinorWorks:SpareLoadCapacity"
|
| how to run web services in seperate processes | 26 May 2007 07:29 GMT | 2 |
I am wring asp webservices in managed c++ for IIS 5.1 runing on XP SP2. Even though I set the aplication protection to High (Isolated), each service seems to run in the same process. I wrote a couple of test servies in c# which reurned the process id and got the same results. ...
|
| Array | 26 May 2007 04:32 GMT | 1 |
I have an array of controls and I want to copy it to a Generic.List(Of Control). How can I do this? Thanks,
|
| Edit a SQL Server 2005 XML column in ASP.NET | 26 May 2007 04:22 GMT | 6 |
Hi. I've been trying to figure this out for a couple weeks now and have posted various pleas for help, but so far I've not been able to find the magic I need to make this happen. This can't be too uncommon of a scenario. Certainly someone has done this before. What I'm trying to ...
|
| Yet Another 'Email Confirmation' Question: Encryption | 26 May 2007 00:51 GMT | 2 |
I have got the email part working. I have it set up so there is a temp_table of the registration. There is a confirm_code column with an encrypted ID. My question is this - it seems that a lot of online guides are
|
| Server did not recognize the value of HTTP Header SOAPAction | 25 May 2007 23:41 GMT | 2 |
I've built an ASP.NET 1.1 web service and an ASP.NET 1.1 application that calls it is throwing the following exception: System.Web.Services.Protocols.SoapException: Server did not recognize the
|
| Add div to asp.net page | 25 May 2007 22:47 GMT | 1 |
I want to add a div tag with a few properties (class, id, ...) to a page. I would like to build the following block: <div id="myid" class="myclass"> <Asp:TextBox> ...
|
| List in Asp.Net | 25 May 2007 22:44 GMT | 3 |
I need to create the following code in ASP.NET: <ol> <li> <label for="name" class="required">Name:</label>
|
| newbie: logging exceptions, how?? | 25 May 2007 22:31 GMT | 2 |
ASP.NET 2.0 I'm developing a ASP.NET 2.0 portal and are wondering how to implement some kind of logging which logs all the exceptions which occur while the website is running, So the administrator can view the log and discover problems,
|
| 2 forms | 25 May 2007 22:30 GMT | 3 |
I wanna add paypal to my page but it requires its own form. how to handle thanks
|
| AJAX and textboxes | 25 May 2007 22:04 GMT | 4 |
I have a form with some textboxes and a button. I'd like for the button to be disabled until the user enters valid data in either of two of the textboxes, but can't quite seem to figure out how to accomplish this. Ideally, I'd like for this to happen without having to post back ...
|
| <location> element in web.config file. Has anyone run into this before? | 25 May 2007 21:53 GMT | 2 |
I have been struggling with this for the past couple of days. We have a custom http module setup in our project to filter some requests. I only want this module to be applied to certain pages. In order to try to do this I have added the following test code in our web.config
|
| Sending form data in email | 25 May 2007 21:42 GMT | 11 |
I want to send an email when the Insert button is clicked that includes data entered on the form. I am using asp.net 2.0 and an insert template. I receive the email OK, but there is no subject or body. Please help. Here's my code:
|
| Accessing a Master Page Property from a Module | 25 May 2007 21:30 GMT | 13 |
I have been reading Scott Allen's article on Master Pages (http:// odetocode.com/Articles/450.aspx) but I am having problems understanding a concept. Specifically, I have created a property (called "CurFlag") on my master page that can be accessed from content
|
| Gridview hidden label value | 25 May 2007 21:12 GMT | 3 |
I have a gridview, and a label inside the <Columns> and ItemTemplate. The label is a hidden. I want to retrieve the value of this label on the gridview_OnPageIndexChanged event, but i seem to get a nullexception. Can anyone please tell me what iam doing wrong.
|