Search results for query: *

  • Users: siraero
  • Content: Threads
  • Order by date
  1. S

    Need a little help with numeric links for paging Datalist.

    Hi. I have a little script that shows a page with a Datalist. it shows the datalist just fine and paging with next, prev, last and first is also working fine. Now im trying to add numeric link paging but i cant get it to work/show. Im new in this so somethings im not 100% in. I have a...
  2. S

    How do I sorting in a gridview, cant get it to work

    Hi. I have a Gridview thats is working just fine, but when i click the sort header link, nothing happens !?? it will not sort the data by Desc or Asc Can someone help... Main grid_view code <asp:GridView ID="MySource" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"...
  3. S

    Gridview help with sorting

    Hi. Im new to this but have found a C# ex. for sorting that i have converted to VB. If i just run the code with my db connection in Page_Load to the gridview i get the data i need, but if im trying to make a sorting code, then im not getting anydata, i have a clean page_load and i have the...
  4. S

    How do I get a value from an asp:textbox into an asp:textbox in a modal window.

    Hi I have a mail subscription script, and its working, like this. <div class="block-content"> <div class="form-subscribe-header">Sign up for our newsletter</div> <label for="newsletter">Sign Up for Our Newsletter:</label> <div class="input-box">...
  5. S

    Routes dont work, its only show the real page name in link

    Hi Im looking on some routes.MapPageRoutes but i cant get it to work. I have these link ROOT default..aspx brands.aspx service.aspx contact.aspx aboutus.aspx shopping.aspx ALL these pages is running with a masterpage eb.master (also in the root) And then i have the global file that have the...
  6. S

    Problem showing files in folder, with pageload but if i use Button1.Click then no pro

    Will not show files in folder, i get a BLANK page. Hi Im trying to learn how to upload files to an folder, and then show the files from the folder, I can easy upload files to the folder in VS2010 (on the pc) and on the server (Unoeuro) but when i will see the files in the folder, the page load...
  7. S

    How can i see what CSS code, thats in use.

    Hi I have a site with a lot of CSS code in the css file, i know thats there is alot thats not in use. How can i easilly see what CSS code that in use and what isent !? Is there a program that can scanne the site and then show what CSS code thats no ref to !?
  8. S

    Problem with backgroundcolor for iTextSharp ex in VB.

    Hi Im making a page that can get some info from a DB from a gridview and then print it to a PDF file. But im having problems with the background color. If i use this line of code cell.BackgroundColor = New Color(System.Drawing.ColorTranslator.FromHtml("#008000")) Then i get this error...
  9. S

    How can i use menu.controller web.sitemap with diffrent image.

    Hi Im playing with vb.net and have made a menu, with the menu.controller and the web.sitemap, its work fine but its the same hover image and the same background image im using. I need some pro help now :), i have an image with: 5 Textlink, 5 Hover Textlink, 5 Activ Textlink. Normal i can use...
Back
Top