asp.net

  1. S

    Chart Control customlabel aligment

    Hello, I've been away from .Net developping for like 6 years, coming back and I had to create a chart, I was really pleased to see this control, but the way it works is kinda annoying, anyway, look at this picture : These are two charts, both the same one, the only difference is their width and...
  2. Q

    ASP.Net Starters

    Hi xtreme.net people! I'm new here and I would like to get some great advises from you guys. I've been working with VB.Net for quite a long time now but I rarely have chance to get my hands on ASP.Net. With that said, I can say that I am still an amateur when it comes to ASP.Net. Thus, I'd...
  3. E

    AJAX Calendar Extender Control NOT working

    I am trying to build a Web Application using Visual Studio 2005 and C# 2005. I need to accept a date in a particular textbox. I tried to use AJAX Calendar Extender for the purpose. I have added AJAX Script Manager and CalendarExtender controls to the webpage and set the TargetControlId of...
  4. E

    Login validation and redirection

    I am trying to implement a Login validation using C# 2005 in ASP.net 2.0 web application. The SQL Server database contains a table named "UserList" with columns LoginId, Password and Role. The Login webform should authenticate the LoginId and password and depending upon the Role assigned to that...
  5. P

    How to get the files in vb.net in all directories/Code written but corrctns r ther

    Note from moderator: Please use the and [CODE=visualbasic] tags and other formatting features to make your posts readable. Spelling and grammar help too. This is in class file [CODE=visualbasic]Imports Microsoft.VisualBasic Imports System.IO Imports System.Collections.Generic Public Class...
  6. R

    Find and Highlight a Node name in Treeview (ASP.NET)

    ****THIS IS A ASP.NET Web APPLICATION NOT WINDOWS FORMS************* Problem/ Question: To search a child node anywhere in the treeview. I need to type a Node name in the textbox and search the node name in the Treeview and highlight the node name on finding. I don’t how to do it. I tried for...
  7. O

    Microsoft reportviewer Web

    Hi, In a Web Application I have a rdlc file which contains the report output for a form which is wider than it is long. The report shows correctly in the browser and in the pdf viewer/download but once the user goes to print it it prints in landscape. I have played around with it an it appears...
Back
Top