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
I

isroavi

@isroavi
About
Posts
32
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to set client side registry key
    I isroavi

    thanks raj

    ASP.NET windows-admin help tutorial question

  • how to set client side registry key
    I isroavi

    Any other alternative like cookie? but dont know how to use cookie also...;P raj

    ASP.NET windows-admin help tutorial question

  • how to set client side registry key
    I isroavi

    Can anybody help? Dim reg As RegistryKey = Registry.CurrentUser.CreateSubKey(\\software\\etc) reg.SetValue("owner", "Test") raj

    ASP.NET windows-admin help tutorial question

  • how to get name of the day in SQL2000
    I isroavi

    i found out myself. thanks:) the answer is below: SELECT datename(dw,getdate()) raj

    Database help tutorial question

  • how to get name of the day in SQL2000
    I isroavi

    Ex: SELECT DAY(GETDATE()) its display 9 but i need to show tuesday. can anybody help? raj

    Database help tutorial question

  • Crystal Report
    I isroavi

    pl. check ur db server name, user id, and password. and make sure u must have access to the server. raj

    Visual Basic database sysadmin question

  • Crystal Report
    I isroavi

    your images are in the database or in specific path?. you can bind directly to the report if it is in db. or u need to insert picturebox to do manual raj

    Visual Basic csharp com help

  • find textbox in window form
    I isroavi

    you can use like below: dim ob as object for each object in form1.controls if object.type = textbox object.clear endif next not sure correct syntax, but the method will work raj

    Visual Basic tutorial question

  • Help Trying Connect to SQL
    I isroavi

    you did not mentioned uid and pwd. or ty OLDDBConneciton object. raj

    ASP.NET question database sql-server sysadmin help

  • Retriving,Converting and Embedding Images
    I isroavi

    Post you question to "devX" forum. They will answer you including me... raj

    Visual Basic database css hardware help learning

  • Sorting
    I isroavi

    did you refreshed? raj

    ASP.NET algorithms help tutorial question

  • Can we Make Graphs in VB.net?
    I isroavi

    yes. you can able to use through ole object. raj

    Visual Basic csharp data-structures help question

  • listview event - item checked
    I isroavi

    In the listview control need to trigger the code if the item is checked? code: 1. For Each lvItem In Me. listview.Items 2. lRow = lvItem.Tag 3. If lvItem.Checked Then 4. If sODeptId Is Nothing Then sODeptId = lRow("owner_dept_id") Else sODeptId = sODeptId & "," & lRow("owner_dept_id") End If End If Next I am calling the above code at listview.ItemCheck but the code is not triggering at line no. 4 if item checked also in 1st time raj

    Visual Basic database question

  • Embedding Images in SQL Database
    I isroavi

    Dim Adapter As New OleDb.OleDbDataAdapter(lSql, ConnectionString) Dim CommandBuilder As New OleDb.OleDbCommandBuilder(Adapter) Dim memstImg As New MemoryStream picturebox.Image.Save(memstImg, picturebox.Image.RawFormat) Adapter.Fill(dataset, "image_bank") Datarow = dsImg.Tables("image_bank").NewRow() Datarow.Item("image_file") = memstImg.GetBuffer() dataset.Tables("image_bank").Rows.Add(lRow) Adapter.Update(dataset, "image_bank") raj

    Visual Basic database help tutorial

  • VB EE Read/Write to a text file
    I isroavi

    Dim reader As New IO.StreamReader(Server.MapPath("MyTextfile.txt")) Textbox.text = reader.ReadToEnd() same like write also raj

    Visual Basic question

  • error in file uploading.
    I isroavi

    Please give file creation permission to the relevant client. raj

    Visual Basic help

  • how to add the controls to the form dynamically?
    I isroavi

    Dim Lbl(1 As Label Lbl1 = New Label() With Lbl1 .SendToBack() .AutoSize = True .Location = New System.Drawing.Point(iX, iY) .Text = finsSubjReg.dsStudCls.Tables(0).Rows(iCtr).Item("cls_type_code") End With Me.Controls.Add(Lbl1) raj

    Visual Basic tutorial question

  • get distinct record from dataset (not duplicate)
    I isroavi

    try this if you need to get value of second col. ds.table(0).row(cnt).item(2) raj

    Visual Basic question

  • VB.Net and Crystal Reports
    I isroavi

    Pl. check ur coding, sure it will display or its throws error. raj

    Visual Basic csharp help question

  • Retrieve text file in VB.Net
    I isroavi

    you can use IO.StreamReader(Server.MapPath("sms.txt")) to read ur text file. or file open dialog box to open a file. raj

    Visual Basic question csharp 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