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

Saifi Hasan

@Saifi Hasan
About
Posts
28
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Databinder.Eval() problem in Datalist
    S Saifi Hasan

    write like this ]]>' /> This way your expression will be evaluated otherwise Eval will be treated as a string not as an expression

    Nobody is perfect i'm Nobody

    ASP.NET wpf wcf docker help tutorial

  • how to know that paticular tag exits in web.config file or not ?
    S Saifi Hasan

    Just have to check nothing for ConfigurationSettings.appSettings["key"] additionaly for other section you can use "System.Web.Configuration.WebConfigurationManager" namespace for loading web.config file and its sections

    Nobody is perfect i'm Nobody

    ASP.NET tutorial question

  • Embedding Real Player
    S Saifi Hasan

    You need to install Plugin for browser plz see http://www.free-codecs.com/download/Real_Alternative.htm[^] url to download. In your HTML you have to use tag

    Nobody is perfect i'm Nobody

    ASP.NET tutorial

  • how to create sub site folder automatically?
    S Saifi Hasan

    very easily u can do it using System.IO, directory.Create("complete_path") you must use MapPath to find the base path then append then call Directory.Create method

    Nobody is perfect i'm Nobody

    ASP.NET help com tutorial question

  • How to set calender control default year when it loaded
    S Saifi Hasan

    use SelectedDate property to assign date

    Nobody is perfect i'm Nobody

    ASP.NET tutorial question

  • What web service am I conneccted to?
    S Saifi Hasan

    there are many ways to check server is up or not or the URL exists, like HttpWwebRequest , Ping

    Nobody is perfect i'm Nobody

    ASP.NET question

  • Membership and role management database
    S Saifi Hasan

    You can use command line utility aspnet_regSQL this will create all tables and SP in specified DataBase for Membership/role/SQLCachig/Profile management etc

    Nobody is perfect i'm Nobody

    ASP.NET question asp-net database

  • Displaying two tables in a single Data Griid
    S Saifi Hasan

    Could you be little specific, I thing you can user NESTED DatGrid to dispay more than 1 table

    Nobody is perfect i'm Nobody

    ASP.NET css

  • what happennig.......
    S Saifi Hasan

    Its like this, When browser requesr any URL first time , server generate a Unique variable called SessionID and with response return this session ID , this session ID will remain on the browser cookie for the next request, When u out userId and passwork and click on the login button the request for the page goes with the values you have entered, this can be thru GET/POST what ever you have selected in yout FORM tag. server then execute the page and return Status=200 (OK) and the HTML which browser can display, with asp.net control, server generate the corresponding HTML controls based on the BROWSER type, eg for asp:lable it generate for IE and tag for netScape If u want to know any specif thing, do ask that as well since its a very wast thing includinh HEADERS /CACHE etc

    Nobody is perfect i'm Nobody

    ASP.NET sysadmin windows-admin

  • How to get form id in javascript function?
    S Saifi Hasan

    rather than form ID use forms[0] like this document.forms[0].action =".."

    Nobody is perfect i'm Nobody

    ASP.NET question javascript tutorial

  • gridview +edit+delete+update
    S Saifi Hasan

    You must have used Templatefield and putted an Image button for delete/ Edit. Note that you have to make CommandName property of these ImageButton as "Delete" for delete ImageButton, "Edit" for edit ImageButton etc

    Nobody is perfect i'm Nobody

    ASP.NET announcement

  • urgent
    S Saifi Hasan

    This is correct however you can add single Quotes or double quotes

    Nobody is perfect i'm Nobody

    ASP.NET sysadmin tools question learning

  • Geting MapPath in Customer Server Control
    S Saifi Hasan

    In you custom control you can not get direcr ref to SERVER object, User HttpContext.Current.Server.MapPath()

    Nobody is perfect i'm Nobody

    ASP.NET sysadmin sales help question

  • How can I rendering select list item with added attributes?
    S Saifi Hasan

    No this will not work with combo box or Radio button list. You can use Javascript to do apply. Also what attribute you want to add on ListItem since there is no JS event like onchnage , onclick for element in HTML all events are for element Nobody is perfect i'm Nobody

    Web Development question design

  • server control datagrid with ajax
    S Saifi Hasan

    You can use Anthem.net which is a free librery for ajax controls. it include Combobox, Datagrid etc all have Ajax events, and u dont have to work with JS http://www.codeproject.com/Ajax/AnthemNET.asp[^]

    Nobody is perfect i'm Nobody

    Web Development html css sysadmin question

  • selecting the text while entering the letter in list box
    S Saifi Hasan

    I think u need something like google suggest functionality. You can download the code from codeproject itself there are many google suggest like article

    Nobody is perfect i'm Nobody

    ASP.NET csharp asp-net help

  • Converting to PDF.
    S Saifi Hasan

    You can use sharpPdf class lib its open source and you can dowload it from sourceforg web site. However it dint hav any fi=unctionality to convrt HTML - to- PDF but you can make same layout using its Table, Row column like property

    Nobody is perfect i'm Nobody

    ASP.NET

  • Download a file from one site to another in asp.net
    S Saifi Hasan

    you could achive this using System.net namespace object HttpWebRequest there is a method download() on this object that can download the page requested

    Nobody is perfect i'm Nobody

    ASP.NET csharp asp-net help question

  • Create Sub site (Sub domain)
    S Saifi Hasan

    its really a big task, you cant achive it untill you have dedicated DNS controller on which you have permission to write an DNS entry IIS alone can not achive it.

    Nobody is perfect i'm Nobody

    ASP.NET sysadmin windows-admin help

  • how can i add .exe in aspx page
    S Saifi Hasan

    if its an Assembly you can add reference to it & involke its method to change the format however its not possible to render an Windows form into WebForm.

    Nobody is perfect i'm Nobody

    ASP.NET csharp asp-net 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