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 dencom 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: shams123
  • Content: Threads
  • Order by date
  1. shams123

    ValidatorCalloutExtender

    Hi guys, I am trying to use the ValidatorCalloutExtender control in my asp.net page. Apparently, it works fine, however during validation I can also see the requiredfield validator message coming up. This in essence is showing the extender message (as needed) and the requiredfield validator...
  2. shams123

    Treeview checkbox

    Hi guys, I am using the treeview control in my page to display categories and subcategories. To show them as active or inactive, I am using checkboxes against each node. Now, on this page I don't want the user to change the checkbox state, therefore is it possible I can disable these...
  3. shams123

    sql query help needed

    Hi all, I have a table that holds folder information (parent and children, identified by parentid). There's a different table for file information and a many-many relationship between them. This new table holds folder_id and file_id to keep track which files belong to which folders. E.g...
  4. shams123

    searching in heirarchy

    Hi guys, I have a table that holds folder information (parent and children, identified by parentid). There's a different table for file information and a many-many relationship between them. This new table holds folder_id and file_id to keep track which files belong to which folders. E.g...
  5. shams123

    database driven menu

    Hi guys, I am really lost in this and all help will be highly appreciated. I want to make a database driven menu which can go 4 levels deep in asp.net 2.0 I cannot use asp.net menu control due to the css and layout of the control (which I cannot achieve with this control). The layout will be...
  6. shams123

    Ajax drag n drop images.

    Hi all, My client has a requirement which I think can be achieved using ajax, not very sure tho :) He wants a gallery of small images ( like boys, girls, cartoons etc) which the user can drop drop anywhere in a drawing area and move them around. In the future, these images would be 3d which...
  7. shams123

    Precompile option in asp.net 1.1

    Hi, How can I hide my .cs files in asp.net 1.1 using Visual Studio.Net 2003? I realize there's a precompilation option in asp.net 2.0, but no idea how to do in 1.1 I would appreciate all help. Thanks
  8. shams123

    displaying swf file

    Hi guys, I have a table where swf files are stored as binary data. I can't seem to read and display the flash file. I would appreciate if someone could provide a link or let me know the code to read and display a flash file from sql server. Thanks!
  9. shams123

    Onmouseover

    Hi, I have a menu which changes images on mouse roll over. It works fine if I give in the path like this.src='images/xx.gif' Now I want to use the menu in all the pages and some pages are not in the root folder, e.g a subfolder called products is a subfolder. To access the images folder from...
  10. shams123

    sql server 2000 gone slow

    Hi guys, For some odd reason my sql server has gone really really slow! Every query in sql query analyzer is suddenly taking ages to run! Any idea what could possibly cause this? A different machine with the same specs and database is fast as expected. Thanks!
  11. shams123

    Ad Rotator

    Hi guys, Can I display more than 1 advertisement in an Ad Rotator. I want to display, lets say 3 advertisements on a page. I tried the control and it comes up with 1 image. If I try to use multiple controls, isnt there a strong chance that I would land up displaying same ads on a page? Cheers!
  12. shams123

    ASP.Net hosting

    Hi guys, I am trying to find a good (yes, cost effective -- better word) for my ASP.Net (2.0) website which is to be launched shortly. I am envisaging the traffic to be quite high (secrets, secrets..) and would be really grateful if you guys can share your experience with asp.net hosting...
  13. shams123

    banner question

    Hi guys, We are launching a website where ad companies can post their advertisments. Now I have noticed that a UK visitor goes to such a site, he sees the UK ads, likewise a guy from US sees US ads. I am wondering how this can be done? would I need to write a script that checks where a user...
  14. shams123

    button onclick event not firing

    Hi, I have a page in asp.net 1.1 with a submit button. The problem is the onclick event is firing off when I am working locally, however when I upload it to the remote server, it doesn't fire off. I have created a new button and the same behavior. I would appreciate if any one can help me...
  15. shams123

    ImageButton

    Hi guys, I have a page with more than 20 clickable images. I am wondering if there's any grouping mechanism for imagebuttons so that a click on any one can call the same procedure and I could retrieve the image that was clicked? Creating onclick for each image button doesn't sound promising...
  16. shams123

    Image co-ordinates

    Hi, I am making a page in asp.net 2.0 which will allow certain images to be clicked. E.g there would be a continents on world map, maybe countries too. So a user could actually go and click individual countries and I'll need to save whoever clicked whichever country. I am wondering what should...
  17. shams123

    aspnet tables in sql 2000

    Hi, I am using membership profile in asp.net and pointing to sql server 2000. I can see the aspnet generated tables storing this data. However, if I need to add more columns to a user, how can I do this in the aspnet table? Thanks!
  18. shams123

    generic page

    Hi, My client wants to generate new asp.net pages from the admin section. It should work fine, if I make a single asp.net page and all these new pages could be called by "xxx.aspx?page=1" or "xxx.aspx?page=2" etc. However, the client wants to name these pages individually rather than using a...
  19. shams123

    SQL Server 2000 25 client licenses

    I was wondering what exactly it means that it supports 25 client licenses? Which one of the following is it: 1: connecting from 25 clients machines (remote connections) simultaneously 2: 25 connections within the application 3: 25 databases Does the same imply for SQL Server 2005?
  20. shams123

    sharing data

    Hi, I want to share a string data between 2 websites. I could easily do it with a querystring, but is there any other way of doing it? Thanks!

Part and Inventory Search

Back
Top