-
I'm trying to setup a site in VS2005 to use the AspNetAccessProvider Membership Provider, but the only option i have in the site administration is AspNetSqlProvider Membership Provider. Is there a way to change it ? can i use AspNetAccessProvider instead ? i read on MSDN that AspNetAccessProvider...
-
I am using MVWD 2005 Express and Sql Server 2005 Express. I am using SqlDataSource control and GridView control to disply a ata table, and let user to input data into the database through dropdownlist and TextBox. When I run the application I always get exception:"Conversion failed when converting...
-
After searching over and over on how to validate my wizard control steps, i came up with these solutions. Remember that each step should have it's own validation group. For these sample i use "Form" as my validation group. 1. Validation on the next button click. For this one, i simply override...
-
I have a listbox which creates its Items at runtime. The user is then suppose to select one of the items, hit a button and the form should then let me know which item is selected. To make the form appear more presentable, I have placed the listbox in a table. For some reason when I place the Listbox...
-
hi, I am trying to send mail in HTML fomate, the code works well when i send mail to yahoo and gmail. But while sending mail to rediffmail id I am getting Delivary Failed mail, but that Id was correct.When i am trying to send to our own mail server the mail was not delivaring, it was in pending state...
-
Hi, I'm building this web application that's supposed to transfer data from one database server (SQL Server ) to another. I'm using a Wizard to collect the info needed. I've created this class that stores the info about the data that I want to transfer and the methods that connect to...
-
I don't understand your solution. I have a similar problem with Multiview + UpdatePanel + Validator explication : This problem I’m having with validators on an update panel is not the one where there is an invalid postback, but it may be related. This problem is occuring when I have a validator...
Posted to
Web Forms
(Forum)
by
ronbob
on
08-31-2006, 12:00 AM
Filed under: ajax history bookmarks, client-side validation, event Bubbling, Wizard StepNavigationTemplate custom validator, ASP.NET
-
I am using ASP.NET 1.1 I have created a datagrid which is used for correcting data. I have dropdowns in the edititem template and they are populated correctly, the problem I have is pre-selecting the existing value where there is one. I've more or less copied the code for this from the microsoft...
-
I'm an asp.net/c# newbie ok thats out of the way. My requirement is to create a page that has 2 radio buttons, one of those radio buttons will have a text box that will be deactivated/grey'd out UNTIL its button is selected after which it will be active. Obviously this is easily done with javascript...
Posted to
Web Forms
(Forum)
by
aforonda
on
08-31-2006, 12:00 AM
Filed under: ASP.NET, deactivate, javascript, form, radio button, c#
-
Yeah Thanks But how do you do it Here is some of my code. I know its pretty obvious but I can't see it can you send me a correct couple of lines. These controls are in a table Dim txt As New TextBox txt = CType(e.Item.FindControl("etxtPK_User_ID"), TextBox) txt.Visible = False e.Item.FindControl...