User Profile

Collapse

Profile Sidebar

Collapse
AllBeagle
AllBeagle
Last Activity: Jun 12 '12, 07:56 PM
Joined: Sep 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AllBeagle
    replied to Finding Validators in User Controls
    I appreciate your input and you've definitely got me thinking of how to approach this. Needless to say I'm still pulling my hair out, but I think I'm on the right track.

    The custom containers I referred to before are in another assembly and inherit from Panel. These containers are coded directly on the .aspx/.ascx pages and are populated with your normal input controls (textbox, etc). On PreRender the custom container checks out it's...
    See more | Go to post

    Leave a comment:


  • AllBeagle
    replied to Finding Validators in User Controls
    What exactly do you mean by "exposes it's validators to the parent page"? I have kind of a unique situation with the validators where if a user meets certain criteria they can bypass most of them. So I'm trying to find a way to first loop through all of them and turn off the client script (so I can get back to the server) and then on the server side loop through them to see if certain ones are valid. Then finally take the ones that are...
    See more | Go to post

    Leave a comment:


  • AllBeagle
    started a topic Finding Validators in User Controls

    Finding Validators in User Controls

    Hello All,

    I have a scenario where I have a registration page with a dozen or so user controls that get loaded dynamically. During the load each of these user controls each has a number of custom containers that loads validators based on the container's attributes. The problem I'm having is when I do a search like such...

    For Each Val as IValidator in Validators
    ....
    Next

    ...I'm only seeing...
    See more | Go to post

  • AllBeagle
    started a topic What type of join is this?

    What type of join is this?

    Hey all,

    I need to join 2 tables like the following scenario below, can anyone enlighten me as to what type of join this would be (or better yet an example of how the query would be set up)?
    .....

    Example -

    Student Table A has 5 columns (firstname, lastname, gender, section_A_id, section_B_id)

    Student Table B has 2 columns (id, sectionname)

    I want this returned in 1...
    See more | Go to post

  • AllBeagle
    started a topic DLL Referencing Wrong Directory

    DLL Referencing Wrong Directory

    Hello,

    Up until now I've had all my code in code behind files or class files that were in the App_Code directory of the website. Well, with a new project I'm working on I created a seperate project in Visual Web Developer and put all my class files and datasets in that project and build it to a DLL.

    I then add a reference to that DLL by browsing to the debug/bin folder of the project and any website locally will work...
    See more | Go to post

  • Update

    Update: According to GoDaddy they support it, but they obviously won't help with any code or scripting. If anyone has any tips or ideas of why it would work locally and on a dedicated server, but not in their shared environment, I'd be grateful for them.
    See more | Go to post

    Leave a comment:


  • Getting a .NET 4.0 site working on GoDaddy or another shared host....

    Hello All,

    I have a .NET 4.0 web application that I'm trying to get working on a GoDaddy shared hosting plan. It's their best windows one and from a requirement point of view on paper they have everything I need.

    What I have is a DLL with all my classes inside of it and these classes use a strongly typed dataset (built in Visual Studio 2010) so they have to be able to access that .xsd file. I've tried uploading the...
    See more | Go to post

  • Thank you! "windows service" was what I was looking for. What I'm working on will eventually be running continuously throughout the day so that time schedule recommendation will fit the bill nicely. Thanks again.
    See more | Go to post

    Leave a comment:


  • Best route to schedule VB.NET to run automatically?

    Hello all,

    The current project I'm working on requires me to automate some VB.NET code to run every 24 hours. Currently I have everything tied to a local webpage and I've just been calling it all from a button click in a browser. A normal web app basically.

    My question is....what is the best way for me to start getting this to run on a schedule time frame? I've been looking into triggers, but if I'm not mistaken...
    See more | Go to post

  • AllBeagle
    started a topic Design Advice: XML and Database Comparison VB.Net
    in .NET

    Design Advice: XML and Database Comparison VB.Net

    Hello Everyone,

    I'm trying to build a web-based application for a client of mine and I keep finding holes in my design, so I could use some guidance if anyone has any to offer. Let me try to explain what it is I'm trying to do and hopefully someone has an idea that's not going to take me a long time to implement and isn't above my not-so-advanced skill level. My attempts with data tables and arraylists have failed thus far. Looks...
    See more | Go to post

  • AllBeagle
    started a topic Removing Duplicates and Originals From ArrayList
    in .NET

    Removing Duplicates and Originals From ArrayList

    Here is what might seem to be an odd request. Does anyone know how I can find a duplicate in an arraylist and delete both the duplicate and the original, leaving me with only the items that didn't have any duplicates? This might be bass-ackwards, but I'm trying to get something to work really quick that I don't have time right now to research. I am able to sort but I keep getting index errors, which I assume are happening when I get to the end...
    See more | Go to post

  • Thanks for the quick reply! Do you know what the syntax is for determining if a row exists. Sorry I'm still kind of new at this stuff. I had a table.select(fi lterexpression) set up before and used a loop to go through and try to find records but it took forever. I'll look into LINQ, but I'm on a time limit for this, so if it's something that's going to require me to do a lot of research and code changes to implement, I think it's off the table...no...
    See more | Go to post

    Leave a comment:


  • AllBeagle
    started a topic Comparing DataTables and Removing Rows VB.NET
    in .NET

    Comparing DataTables and Removing Rows VB.NET

    Hey Everyone,

    I'm having an issue that I hope someone can help me out with. If I have 2 DataTables (one that reads data from a DB and one that reads from a XML file), is there a way to combine them and eliminate any records that are duplicated. What I'm trying to do is build an app for a realtor that uses a RETS Connector, and I'm required to write the data to a XML file rather than another database for reasons that really aren't...
    See more | Go to post
No activity results to display
Show More
Working...