Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: faust13
  • Content: Threads
  • Order by date
  1. faust13

    Quick and Dirty Grouping with a Repeater Control

    Does anyone know of a quick and dirty way to do grouping with a repeater control. Example Parent Record -Child Record -Child Record Parent Record -Child Record -Child Record -Child Record I've found some tutorials out there that are way above what I need. Suggestions? Thanks, faust13...
  2. faust13

    Process Locking Database

    Does anyone know what process locks the ASPNETDB file in the production environment (i.e. IIS). I am trying to make changes to the database after it's been live using SQL Management Studio. The DB was created using VWD 2005. Any Suggestions? Thanks, faust13 Because Han Shoots First...
  3. faust13

    Adding a Conditional Statement in the Markup

    I'm sure this is simple, but can someone tell me how to do a conditional in the mark-up of the ASP.Net page? Example (Beware psuedo code): <% if(Request.queryString["myVal"]) { <tr> <td style="width: 100px"> <asp:Label ID="Label7" runat="server" Text="Arrival...
  4. faust13

    Odd Data overwrite issue

    I have an edit page, where the page load runs a query and I set the values of the text field from the query. The user then hits the update button and I call a SP that updates the record. Sounds easy enough, but for some strange reason, whatever the user enters in the textboxes, it is...
  5. faust13

    Hyperlink Field with GridView

    I am trying to have a Hyperlink field point to a custom edit page. How do I programmatically add the current row's ID to the querystring? Thanks, faust13 Because Han Shoots First http://www.hanshootsfirst.org
  6. faust13

    Deployment Strategies

    I am currently developing on a workstation. My ASP.Net app resides on a separate server. I can copy over my application and have it work easy enough. However I'm concerned about overwriting data in the ASPNETDB.MDF. I have live data on the production server, but I'm constantly updating and...
  7. faust13

    Cancel Behaviour on DataGrid

    How do you specify the behaviour on the Cancel link on the DataGrid (i.e. navigatoToURL, or something like that)? Thanks, faust13 Because Han Shoots First http://www.hanshootsfirst.org
  8. faust13

    ASP.Net's Web Admin Tool

    I'm currently developing in Web Developer Express, which has a very handy tool for simple administration of my users, roles, etc. Once I deploy is there any way to use the Web Admin Tool on IIS? If not, what's a good strategy for managing my users and roles in the production environment...
  9. faust13

    Need Help Developing a Deployment Strategy

    Due to security restraints (i.e. out of my control), I am forced to develop on a laptop disconnected from the network. When I'm ready to deploy, I have to take the application off my laptop via a flash drive and copy it onto our web server, which is running IIS. This works okay, however, I...
  10. faust13

    View Email Spool

    Is there any way to view the email spool of ASP.Net before it sends them via SMTP? Thanks, faust13 Because Han Shoots First http://www.hanshootsfirst.org
  11. faust13

    How do I hide the root node of the menu control?

    Common practice with the menu is to have a "Home" in the sitemap. However, I don't want to show a home, instead, I just want to show the 6 or so 2nd level menu items. How do I hide the root node of the menu control or make the menu control display more than one root node? Thanks, faust13...
  12. faust13

    Windows XP finds HD on every boot

    I am running a RAID on Windows XP. I have an IDE CDROM drive that is working fine. I recently added an IDE HD. Every time I boot, Windows XP find the new HD again and again. Every time it goes throught &quot;Found New Hardware Wizard&quot; and comes to &quot;Cannot Install this...
  13. faust13

    How to make WinXP Image Viewer Work on Win2K

    Here's a brain teaser that has me stumped. How do you make the Windows XP Image Viewer work on Windows 2000? I've tried switching the shimgvw.dll and registering it as the default image viewer application for .jpg. No luck, it returns some cryptic invalid object message. There must be...
  14. faust13

    Smart Quotes - Unicode problems with SQL Server

    I have an application that is posting data to a web page via a post request, which then inserts the data into SQL Server. If my users type in quotes (single or double), it creates a unicode friendly quote. However if they cut and paste a quote from a MS Word document (or any MS application)...
  15. faust13

    How do I explicitly interact with control while indexing

    I'm trying to index through an array of controls, I can find the control I am looking for. However, when I try to interact with the control, .Net doesn't seem to understand the control I am referencing. It works fine if the control is textbox, but in this case it is a combobox. Am I missing...
  16. faust13

    Is there an easy way of reseting a form?

    Is there an easy way of reseting a form? I need to reset the form back to its initial runtime state before the user did anything to it (i.e. typed in text boxes, populated arrays, etc.). Thanks! -------------------------------------- Is George Lucas Kidding... Noise Core: 7.62...
  17. faust13

    How do you include the .Net Redistribution Pack?

    How do you include the .Net Redistribution Pack? I try to include the dotnetfxredist_x86_enu.msm, but when I build I get this message: dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module. Am I missing something? Thanks...
  18. faust13

    How do you upload variables and files with WebClient?

    I need to post data and a file to a web page. The data tells the server what to do with the file. I've been able to upload the data, and the file, but not together. How can you upload data (name/value pairs) and a file at the same time using WebClient? I've thought about using .uploadData...
  19. faust13

    How do you check for empty or null array

    How do you check if an array is empty? -------------------------------------- Is George Lucas Kidding... Noise Core: 7.62 http://www.newmilitiarecords.com
  20. faust13

    How do you open an FTP Session?

    How do you open an FTP Session? I've looked everywhere, I can't find it anywhere in the documentation. I used to use the Inet object, but this doesn't exist in VB .Net. What do we use now? Any suggestions? -------------------------------------- Is George Lucas Kidding... Noise Core: 7.62...

Part and Inventory Search

Back
Top