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
M

mbbisht

@mbbisht
About
Posts
29
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Implementation of master page.
    M mbbisht

    first include a MasterPage.master in your project then Just add a new aspx page and name it as "Sample1.aspx". Now you want to use the Sample1.master file in your aspx page. Just go to the html view of your page and add a MasterPageFile attribute in the page directive and delete all the other html that is written in the aspx page. The MasterPageFile attribute denotes that the Page is inheriting from the master page. <%@ Page MasterPageFile="~/Sample1.master" %> then add child page like following code. <%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Default3.aspx.vb" Inherits="Default3" title="Untitled Page" %>

    Mahendra

    ASP.NET help

  • Where GAC located?
    M mbbisht

    It is located in C:\WINNT\assembly folder. it is used when more then application required same assembly functionality.

    Mahendra

    ASP.NET dotnet help question

  • explicit call to Gc
    M mbbisht

    How to explicitly call to Gc to realese the object from memory.

    Mahendra

    ASP.NET performance tutorial

  • What is Web Farm and Web Garden ?
    M mbbisht

    when we are working with more then one server like database stored on different server , Bll,Dll are on different server

    Mahendra

    ASP.NET question

  • How to Pop up window base on Already Pop up Dialog?
    M mbbisht

    just use window.open to open another window

    Mahendra

    ASP.NET csharp asp-net help tutorial question

  • 2.0 Calendar populated from database? [modified]
    M mbbisht

    you have to create runtime button controls according to the data Fetch from database attach event using delegate. u can populate function corresponding to the day\Date click as button control

    Mahendra

    ASP.NET help database tutorial question

  • Javscript in asp.net 1.1
    M mbbisht

    instead of making textbox enable false make it readonly

    Mahendra

    ASP.NET csharp javascript asp-net

  • how to validate asp.net2 web page controls by javascript in master content pages
    M mbbisht

    actually when u use masterpage concept asp.net add pageid before each control so for accessing any control from javascript prefix pageid with control u can check pageid by viewsource of your file

    Mahendra

    ASP.NET csharp javascript asp-net com tutorial

  • cookielss sessionState
    M mbbisht

    I want to maintain session cookielss using cookieless="true". but don't want to show SessionId in url may i do it.

    Mahendra

    ASP.NET

  • cookiless sessionState
    M mbbisht

    I want to maintain session cookiless using cookieless="true". but don't want to show SessionId in url may i do it.

    Mahendra

    ASP.NET

  • How to make application suitable on all Resolutions
    M mbbisht

    use css for color,font,size instead of Fix values

    Mahendra

    ASP.NET design help tutorial question

  • cookieless="false". in sessionState
    M mbbisht

    what is the means for cookieless="false". is it means that session data would be stored in cookies

    Mahendra

    ASP.NET question

  • get the selected value from html select control
    M mbbisht

    u can get selected value using alert(document.getElementById("s").value);

    Mahendra

    ASP.NET javascript html

  • how to know current user in my site
    M mbbisht

    just count the no of users from database

    Mahendra

    ASP.NET database tutorial

  • Retrieve time from SQL
    M mbbisht

    DateTime dtTime=Convert.ToDateTime(dateTime); string strTime=dtTime.ToLongTimeString();

    Mahendra

    ASP.NET csharp asp-net database sql-server tutorial

  • control to hold article
    M mbbisht

    i think u r asking about open word,excel file for that u have no need for any control just give the path of the file and open in new window

    Mahendra

    ASP.NET html

  • sending mail with asp.net
    M mbbisht

    u have to assign smtp server name in smtp object

    Mahendra

    ASP.NET help csharp asp-net tutorial workspace

  • Unable to connect remote server
    M mbbisht

    when u uploaded your code at server then u should take care of path. u should use server.mappath() for exact location of file .

    Mahendra

    ASP.NET csharp css asp-net sysadmin windows-admin

  • Web service [modified]
    M mbbisht

    i am not getting your problem properly

    Mahendra

    ASP.NET help

  • Shared Assembly
    M mbbisht

    give the full path for assembly then it would work fine give the full path for assembly then it would work fine

    Mahendra

    ASP.NET help
  • Login

  • Don't have an account? Register

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