First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
Create User Wizard Insert Issue
I have placed a create user wizard on a page and added two textbox fields in addition for First name (id = FirstName) and Last Name (id = LastName) However when I try to insert all the information into my created table all I get is errors. I've tried for hours to understand various web examples and just am miss... 25 May 2010 17:59
How to have margin-left: 10%; margin-right: 10%;" only sometimes
Hi, My website is created so that the width is not fixed. I adapt to the width of the browser. If I have a page of text I do something like: <div style=" margin-left: 10%; margin-right: 10%;"> so the text is set off by margins. That's nice on my monitor's 1600 pixel wide screen. But on a laptop (or as ... 16 May 2010 17:56
Page Load/Click Event Timing Issue
I have a webform that alters it's content depending on whether or not the current user is logged in. It does this in the Page_Load event. My master page has a logout button. If the user clicks this button, it fires the Page_Load event in my content page, the Page_Load event in my master page, and finally the L... 16 May 2010 13:32
Solution and project on virtual machine
Hi! I had a solution with 3+1 project: 3 project for create DLL (Manager, Entities, Business) and 1 web project for use the created DLL VisualStudio 2008\Projects\MyPRJ I've copied my MyPRJ folder to another PC with Windows 7 on a Parallels Virtual Machine (over MAC) Now when I try to open my solution f... 15 May 2010 12:38
How to make a span move to the right?
I have a div containing 3 span's. I want the first two span's to touch each other on the left. I want the third span to be placed as far to the right as it will fit. I can't seen to come up with the style for the third span. Can you show me how? Thanks ... 15 May 2010 18:06
application execution
Hi, Is there any necessary to install dotnetfx, when we have a setup of a .net windows application...................? janardhan.... ... 16 May 2010 13:32
RequiredFieldValidator's depending on button clicked?
"Mark B" <none123(a)none.com> wrote in message news:#UiITz27KHA.2292(a)TK2MSFTNGP04.phx.gbl... http://www.letsomebodyknow.com/pages/login/default.aspx?Go=Home On the above page, how can I have RequiredFieldValidator's that only work depending on whether the user clicks Login or Create Account? You can set... 19 May 2010 23:47
Visual Studio 2010 Quirk?
I am working in VS2010 and right clicked on the Project in the Solution Explorer. Add New Folder. Went into Windows Explorer and copied a few files to this folder. They don't show up in the Solution Explorer, even with a refresh. If I click on the folder and "Open Folder in Windows Explorer" it opens a folder wit... 25 May 2010 17:59
RequiredFieldValidator not working for dependent dropdown
I have two dropdowns: I've added a first item like "Please Select" to each and each has it own RequiredFieldValidator control which fires if the user does not select something. The code for the second one looks like this <asp:DropDownList ID="ddl2" runat="server" AutoPostBack="true" AppendDataBoun... 13 May 2010 19:24
Html.LabelFor
Why does this return "Success" and not the bool that it represents: This Returned <%= Html.LabelFor(m=>m.Success)%> My Property: private bool success = false; public bool Success { get { return success; } set { success = value; } } I dont even get a castin... 13 May 2010 16:03
First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54