Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Saqib Raja

@Saqib Raja
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Datagrid binding
    S Saqib Raja

    Try using group by in query. SELECT stateid, MAX(stateid) as "MAX id" FROM states GROUP BY stateid

    Regards, Saqib Umar Sr. Software Engineer

    ASP.NET database wpf wcf tutorial question

  • Rg:Style sheet in Child master page
    S Saqib Raja

    If master page contains the style definition for the grid in app_theme folder then your style defined in page can't take precedence over skin/style in theme folder. You can apply a theme as a style sheet theme by setting the page's StyleSheetTheme property. In this case, local page settings take precedence over those defined in the theme when the setting is defined in both places. This is the model used by cascading style sheets. You might apply a theme as a style sheet theme if you want to be able to set the properties of individual controls on the page while still applying a theme for an overall look. You can add one or more .css files into a theme directory. ASP.NET will automatically apply all of a theme’s style sheets into a page by injecting a element for each .css into the header of a page. Your page must have runat=”server” in the Regards, Saqib Umar Sr. Software Engineer

    ASP.NET css question

  • problem exporting to excel
    S Saqib Raja

    Yes you can export data directly from SQL to xls file without displaying it in grid. Excel can be treated as SQL using connection string like following : "Driver={Microsoft Excel Driver (*.xls)};DriverId=790;DBQ=/book1.xls;UID=admin;" rows and colums are treated as html and or . I've done this work 3 years back on classic ASP. Don't get confused by the syntax. Cheers!

    Regards, Saqib Umar Sr. Software Engineer

    ASP.NET help database

  • Object Pooling
    S Saqib Raja

    See the following link. This might help you. http://www.codeproject.com/csharp/ObjectPooling.asp[^]

    Regards, Saqib Umar Sr. Software Engineer

    ASP.NET tutorial

  • upload file on server
    S Saqib Raja

    Email attachment and uploading file from one server to another server are two seperate things. I would recommend to use upload functionality if content is needed to be transferred from server to server rather than email. Regards, Saqib Umar Sr. Software Engineer AMZ Access(Pvt) Ltd

    ASP.NET sysadmin help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups