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 Chriss Miller 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: talon121
  • Content: Threads
  • Order by date
  1. talon121

    Divide Task Into a Day

    How would I use a timer or function to calculate or divide a task into a day. ie. execute task x times per day.
  2. talon121

    Logic Question/Architecture

    Question, I am developing a specific application that needs to execute a task "n" number of times per day with a set maximum.. But without a set time. Can this be done? What is the preferred method of doing so?? in vb.net or C#.net
  3. talon121

    ASP.net SQL Notification Services? Help

    NotSupportedException: Notifications require SQL Server 9.0 or later.] Trying to remove this from showing up.Only shows on application startup. (when I visit the site)Any idea how to remove this? Its on a hosted provider (shared hosting)... and wondering how I can fix / remove this from...
  4. talon121

    GDI Detect Horizontal or Vertical Image

    Im using the itextsharp library, Wondering on a multi-page tif, right now my code is producing vertical pages only... Even for pages within the TIF that are horizontal; I am lost as to why, and a way to fix this.... Public Function ConvertTIFtoPDF(ByVal SourceFilename As String, ByVal...
  5. talon121

    Split field with seperator

    Trying to split a field. ie [Field1] Sample The dog jumped the fence Example output: Field(1) + 'asd ' + Expr(2) The asd dog Not sure if what I typed is correct.. Hopefully it helps. Trying to take one field, and break into array so I can build a new output in another...
  6. talon121

    Stored Procedure - ID to renamed file

    I'd like to retrieve the rows from the db, and change the ID to a renamed file based on fields in the table, then execute a rename on the file... right now files are stored in the db as ID.ext ... any way to use a stored procedure and change to field1.ext ?? I figure that a stored procedure...
  7. talon121

    Data Bind Flex app to grid

    I need someone to if they can provide me a sample app that will auto increment a data field..ie. http://website/file1.jpg http://website/file2.jpg http://website/file3.jpg up to 100, and fill a grid with images based on that data... Can anyone help me? Im having a hard time trying to figure...
  8. talon121

    SSIS XML/RSS Data flow problem

    Okay my problem seems to be importing an XML/RSS feed using the Data Flow of the SQL Integration services. It imports everything except the title and description from what I can see.. Ive noticed the CDATA in both of those, any way to tell SSIS to use that? Ive tried almost everything, and im...
  9. talon121

    ASP.net - TabList control

    Im trying to programatically add a Tab control to the tab list and automatically goto that tab as selected. MY code below isnt working to do this.. Dim Tab1 As New Microsoft.Web.UI.WebControls.Tab() Tab1 = New Microsoft.Web.UI.WebControls.Tab() Tab1.Text = "Privacy Policy" 'Add...
  10. talon121

    ASP.NET cache dependency/files for data set..

    I have a website in ASP.Net that uses a gallery I created, that creates HTML for each cell in a table. using datalist control. However, Im lost at where I start with caching the graphics (I use the system.graphic manipulation to create thumb of images). Is there any way to cache the images I...
  11. talon121

    Forms Authentication / problem..

    Im authenticating using an SQL DB, and using forms authentication, trying to secure another dir. ie. /secured The login.aspx is located in the root of the web.. rather than the secured dir. I get the login.aspx (I created) and when I submit, it doesnt 'authenticate'. Yet, the credentials are...
  12. talon121

    Group Policy - Desktop - Internet explorer prob

    Anyone know how to use 'Group Policy' to show the internet explorer thats not enabled by default on XP Pro machines? Ive tried adding the registry entry for NoInternetIcon to 0 to the HKLM. Anyone know a way around this? w/o adding an iexplore.exe shortcut?

Part and Inventory Search

Back
Top