Search:

Type: Posts; User: BrailleSchool

Page 1 of 13 1 2 3 4

Search: Search took 0.40 seconds.

  1. Replies
    3
    Views
    7,143

    VS 2015 Re: MVC: Bootstrap Form in View

    Jeez!
    I just decided to comment out the 280px width and change to 100% and it fixed the problem.
    Was searching ALL night for this.


    input,
    select,
    textarea {
    max-width: 100%;
    ...
  2. Replies
    3
    Views
    7,143

    VS 2015 Re: MVC: Bootstrap Form in View

    I inspected the element and think I may have found the problem.

    line 42 in site.css is showing max-width: 280px for input, textarea and select.

    The email address is the fourth element in the...
  3. Replies
    3
    Views
    7,143

    VS 2015 [RESOLVED] MVC: Bootstrap Form in View

    I am trying so hard to bootstrap the registration form in an MVC application and the email address field is not going to full width. Been searching all night and have not been able to get this to...
  4. VS 2015 Re: MVC, RegularExpressionAttribute problem.

    I even went to www.regexr.com and I put in the following regex. Says it is valid because it highlighted the text in the form on that site. But, when using it in my code above, I still get the error...
  5. VS 2015 MVC, RegularExpressionAttribute problem.

    I am inheriting the RegularExpressionAttribute to create my own DataAnnotation for validating user input. It is not working for me.
    I wish to only allow hyphens, spaces and upper/lowercase letters....
  6. VS 2015 MVC, Model, Index DataAnnotation issue.

    Hi, guys,

    I have a problem that I have not been able to figure out.
    In some of my MSSQL columns, I am requiring that the information inserted is unique. Such as ITIN or SSN, FEIN etc.
    The values...
  7. VS 2015 Re: MVC, Seeding Database, Records Duplicating.

    Okay. I figured it out and it was a stupid mistake I made. I was checking for the record ID and not the value of the record. I got it working now.


    namespace NotaryNet.Web.Migrations
    {
    ...
  8. VS 2015 [RESOLVED] MVC, Seeding Database, Records Duplicating.

    Hi, all,

    I am getting the hang of MVC slowly. But, I am having an issue with my seed method. When I run the seed method, it is re-adding the records again and again. I am not sure what is going on...
  9. VS 2015 Re: MVC, EF6, CodeFirst, IdentityUser, foreign table

    Thanks for the information. I am sure you had to use the LINQ to do this. But, I am very new to MVC and I find it a pain in the BEEP!
    At least I'll learn something new here and I'll take a look at...
  10. VS 2015 [RESOLVED] MVC, EF6, CodeFirst, IdentityUser, foreign table

    Okay, MVC is becoming a major headache to learn and it shouldn't be so difficult! I am using the User Accounts in MVC. I have been able to create user profile information in a foreign table, but I am...
  11. VS 2013 Re: MVC5 Code-First Database Schema

    I give up!
  12. VS 2013 [RESOLVED] MVC5 Code-First Database Schema

    Two things, I am new to MVC and need to confirm if this looks right. Also I am told by the IDE that a public string is not nullable. The database would have a nullable varchar type.

    using System;...
  13. VS 2005 MDIChild from MDIChild - Showing Maximized Issue

    Hi all,

    I have an MDIChild that I am showing in maximized view which is fine; however, when I click on a button on this maximized MDIChild, it is supposed to show another MDIChild (look-up screen)...
  14. VS2005: Get MSSQL server list on network

    If you need to obtain a list of MSSQL servers on your network, use this code snippet to add the items to a combobox.


    Public Sub GetRDBMSServerList(ByVal ServerList As ComboBox)
    Try...
  15. Replies
    14
    Views
    2,172

    VS 2005 Re: SqlDataReader Add Blank Row

    I removed the DisplayMember and ValueMember from the code and nothing changed. It displays as intended.
    I refer to MSDN and VBF all the time for different things. Always try to research myself...
  16. Replies
    14
    Views
    2,172

    VS 2005 Re: SqlDataReader Add Blank Row

    That's what I usually do, but I also check for blanks before committing to a database.
  17. Replies
    14
    Views
    2,172

    VS 2005 Re: SqlDataReader Add Blank Row

    Thanks for the code snippet.
  18. Replies
    14
    Views
    2,172

    VS 2005 Re: SqlDataReader Add Blank Row

    I did try adding a blank line, but the blank line was showing the same amount as the others, so if I had five options, there were five blank lines, too. I didn't know you can't add blank lines to...
  19. Replies
    14
    Views
    2,172

    VS 2005 Re: SqlDataReader Add Blank Row

    I made a mistake in my programming and fixed the issue. The ComboBox is SuggestAppend, but was not editable, so changed it from False to True and can just delete the item selected and I am all good...
  20. Replies
    14
    Views
    2,172

    VS 2005 Re: SqlDataReader Add Blank Row

    Yes, by default, the option is blank; however, if the end user selects an option from the list of available options, they are not able to specify a blank option should they want to. This is the...
  21. Replies
    14
    Views
    2,172

    VS 2005 Re: SqlDataReader Add Blank Row

    Oh, okay wes4dbt. I'll look into the DataTable. It's been a while since I used one.
  22. Replies
    14
    Views
    2,172

    VS 2005 SqlDataReader Add Blank Row

    Hi all,

    I am populating a ComboBox using an SPROC using a SqlDataReader and it works perfectly; however, I want to be able to manually add a blank row to the SqlDataReader, so that the default...
  23. Replies
    8
    Views
    1,411

    VS 2005 Re: Textbox - Currency without "$"

    I am not familiar with many of the formats, but i'll check into it.
    I haven't coded in a while, so getting back into the swing of things.
    Thanks for the possibility.
  24. Replies
    7
    Views
    9,596

    Re: Calculate Holidays

    I am not familiar with Get/Setters much. So, they would look like so?


    Private Class DefHolidays
    Private _Name As String
    Private _HolidayMonth As Integer = -1
    ...
  25. Replies
    7
    Views
    9,596

    Re: Calculate Holidays

    What version of VB is this written in?
    When I paste the code into VB 2005, I am told the properties are not defined correctly


    Private Class DefHolidays
    Property Name As...
  26. VS 2005 Re: GAAP conformity. Better way of doing this?

    I was thinking about that as I was going through it and this is what I decided to do. Sometimes I over think things and make them more complicated than they need to be.
  27. VS 2005 GAAP conformity. Better way of doing this?

    Hi all,

    I am making sure user input meets specific requirement to adhere to GAAP (Generally Acceptable Accounting Principals). I have coded something that works; however, I am wondering if there...
  28. Replies
    8
    Views
    1,411

    VS 2005 Textbox - Currency without "$"

    Hi, all,

    I am wanting to display currency in a TextBox, but without the "$".
    Also, if the end user types in a negative sign before the numbers, the entire amount is surrounded in ().
    I have the...
  29. VS 2005 Re: Combobo DropDown Autosize based on item length.

    This is what I am getting in my testing.
  30. VS 2005 Re: Combobo DropDown Autosize based on item length.

    Nope. The longest item is cut off. It is not resizing the width to fit the longest item.
    The items in the ComboBox are added from an SQLDataReader, which shouldn't matter at all.
    I am sure I am...
  31. VS 2005 Combobo DropDown Autosize based on item length.

    Hi, all.

    I am using a SQLDataReader to insert items into a Combobox from two different columns in the same table. Account Number and Account Name. There are four spaces between the Account Number...
  32. VS 2005 Re: Combobox - Showing Multiple Columns in DataTable in each ComboBox Item (multi col

    Thanks .paul.

    I have been playing around with this idea for a while and finally got it to work.

    working code below for others that might want to implement something like this in their apps. Of...
  33. Replies
    1
    Views
    1,057

    Crystall Reports - Run-time Download

    I am developing on a Windows 8.1 64-bit machine and I created a Crystal Report in my VB app; however, when launching the form that has the viewer on it, I am told to download and install the...
  34. VS 2005 [RESOLVED] Combobox - Showing Multiple Columns in DataTable in each ComboBox Item (multi column)

    I am using SQL Server 2005 and VB.NET 2005.
    I am using a Stored Procedure to obtain information from two tables in SQL Server 2005 as follows:


    ALTER PROCEDURE GetCOA
    (
    @COATypeID AS INTEGER...
  35. Replies
    14
    Views
    6,649

    VS 2005 Re: RegEx: Allow only A-Z, a-z and spaces.

    Thanks for the code. Work pretty well and looks like I can prevent dumb end users from inputting invalid info using this method.
  36. Replies
    14
    Views
    6,649

    VS 2005 Re: RegEx: Allow only A-Z, a-z and spaces.

    Simple stuff I overlooked. Only issue is, even though the RegEx pattern states [a-zA-z ] it is allowing the special characters. maybe my pattern is wrong?
  37. Replies
    14
    Views
    6,649

    VS 2005 Re: RegEx: Allow only A-Z, a-z and spaces.

    textbox. I am typing in the characters. Tried lostfocus, textchanged, validated/validating events, etc.
    regardless of what I do, the errorprovider still fires. I even cleaned the solution and tried...
  38. Replies
    14
    Views
    6,649

    VS 2005 Re: RegEx: Allow only A-Z, a-z and spaces.

    I put that in the LostFocus event and I typed in:

    Hello World!

    When the textbox lost focus, all that was left was the special character.
  39. Replies
    14
    Views
    6,649

    VS 2005 Re: RegEx: Allow only A-Z, a-z and spaces.

    If I use that and start typing, nothing happens at all.
  40. Replies
    14
    Views
    6,649

    VS 2005 Re: RegEx: Allow only A-Z, a-z and spaces.

    I tried that also and the ErrorProvider still fires.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width