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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

Nizha J

@Nizha J
About
Posts
13
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • blob
    N Nizha J

    Hai,... I am storing an ".doc" file into a BLOB field in the database.I need to select this file from the database and display on browser withgout opening the corresponding application ie ms word. similar to that of monster when we preview our resume.Can anyone help me on this ??

    Nizha

    ASP.NET database help question career

  • How to select and display a BLOB field
    N Nizha J

    But i'm using a my sql database

    Nizha

    ASP.NET database help tutorial question

  • How to select and display a BLOB field
    N Nizha J

    Hai,... I am storing an ".doc" file into a BLOB field in the database.I need to select this file from the database and display on browser.Can anyone help me on this ??

    Nizha

    ASP.NET database help tutorial question

  • upload gif/doc file to database
    N Nizha J

    Hello... Can someone tell me how to save and retrieve a gif/doc file to a my sql server. i need to upload resume and photograph through my form. Nizha

    Nizha

    ASP.NET database sql-server sysadmin tutorial career

  • upload gif/doc file to database
    N Nizha J

    Hello... Can someone tell me how to save and retrieve a gif/doc file to a my sql server. i need to upload resume and photograph through my form.

    Nizha

    ASP.NET database sql-server sysadmin tutorial career

  • displaying data in a textbox by clicking a row in datagrid
    N Nizha J

    similarly you have to write statements for update and cancel.. if you have any problem.. ask..

    Nizha

    ASP.NET database sql-server sysadmin help tutorial

  • How to check If the Text box is Blank
    N Nizha J

    why don't you use javascript validation function validateForm() {if(document.Form1.txt_username.value==""){ alert("Enter your User Name"); document.Form1.txt_username.value=""; document.Form1.txt_username.focus(); return false;} else return true; }

    Nizha

    ASP.NET tutorial

  • displaying data in a textbox by clicking a row in datagrid
    N Nizha J

    datagrid has a property called columns.. in that choose button column and choose edit,update and camcel... then go to the codebehind window and selet datagrid name in class name combo box and edit command in method name combo box.. then write this.. Private Sub dg_EditCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles dg.EditCommand dg.EditItemIndex = e.Item.ItemIndex Dim ds As DataSet = getdata() bindgrid(ds) End Sub Public Function getdata() As DataSet Try con.Open() ada = New OleDbDataAdapter("select * from topic", con) ada.Fill(ds1) Return ds1 Catch ex As Exception Response.Write(ex.Message) Finally con.Close() End Try End Function Public Function bindgrid(ByVal ds As DataSet) dg.DataSource = ds dg.DataBind() End Function this will automatically replace a texbox with the respective values

    Nizha

    ASP.NET database sql-server sysadmin help tutorial

  • How to delete items in gridview with one delete button
    N Nizha J

    in your datagrid have a template column. the header template of the template column must have a check box so the when we click that the check boxes of the item template will get seleted. and the have a button as delete selected.

    Nizha

    ASP.NET csharp asp-net help tutorial

  • include a page
    N Nizha J

    We use only asp.net 1.x.. i'll try now and let you know

    Nizha

    ASP.NET csharp asp-net help

  • how can i get Xml File contains into HTML in ASP.net
    N Nizha J

    you can use xml control to do this. the xml control has two properties document src file--->you have to give the xml file here transporm source file ---- give xslt file here do you know this or want furthur help?

    Nizha

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

  • Session management
    N Nizha J

    you can either pass them through session or query string. then insert them. suppose your first page is first.aspx then a href = "first.aspx?name=sss & ?jobc=j200" and retrieve this in second page as request.querysyring("name")

    Nizha

    ASP.NET database career

  • include a page
    N Nizha J

    i am working on a project in asp.net and all pages contain the same banner ans navigation links. i would like to save this banner and links in a seperate file and include them in all other pages. can you help me...........

    Nizha

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