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
K

kamalika_kk

@kamalika_kk
About
Posts
6
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with GetElementID in User Control
    K kamalika_kk

    :)Hi, I'm programming in asp.net 2003. I designed a search utility using javascript in asp.net. The code wis working well in the asp.net page. I'v a text box called txtSearch. To reference this textbox value, I'm using this javascript in a javascript function called at the onkeypress event of the text box. var pre = document.getElementById ("txtSearch").value;.//(I'm running it in IE 4 now) Now I want to convert it to a user control. :sigh:This statement is not working for the user control. I tried to trap the value with this: var sndr = window.event.srcElement; var pre = sndr.text; alert (pre); the alert showed "undefined".... can u tell me what r the other ways of getting the value?..pls There is no final defeat untill you stop trying.......

    ASP.NET csharp javascript asp-net tools help

  • Which one's the best----Relational or non-relational DB structure?
    K kamalika_kk

    Though I might be asking a very foolish question, but it's important for me to know what's the current trend and the reason for that. My question is----- What is better----- 1. Tables with relations (pk and fks created through script during design time) maintained at the DB. 2. Tables without relations(pk and fks) should be maintained at the DB and accessed with appropriate query as and when needed? Please some one help me with this.....I heard that the 2nd method is the current trend...if it is so then why is it?

    Database question database design tools help

  • keypress event
    K kamalika_kk

    Hi to all, I'm a newbie in ASP.net...... I want to develop a search system like it is in the help of any microsoft product.....the thing is that , we hav to track the keypress event of the textbox.....i came to know that this part would be done better using javascript....how to do it?...please help...i need it urgently......

    ASP.NET csharp javascript asp-net help tutorial

  • problem with adding a row in the mshflexgrid control...pls help..urgent
    K kamalika_kk

    i'm using mshflexgrid control i am using this for adding row grid.additem (grid.rows) and showing the textbox contents in the grid usng the row and col properties for removing a row i'm using this code grid.removeitem (grid.row) but after deleting a selected row (user selects), adding a row using the above code adds the row but doesnot show it in the grid please help ...its urgent:((

    Visual Basic help css

  • error source is System.DataUpdate for da.update command in vb.net...pls help
    K kamalika_kk

    please go through the following code...i'v tried to apply the disconnected mode using dataset and data adapter...it's givng an error of this fashion... "System.DataUpdate requires a valid Insertcommand when passed DataRow collection with new row" for the da.update command in addcmd_click event......please help Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim con As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=G:\Documents and Settings\Administrator\Desktop\exp_mod\exp.mdb;" cn.ConnectionString = con dao = New OleDbDataAdapter("select * from exp_mas_bank", cn) dao.Fill(ds, "bank") End Sub Private Sub addcmd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles addcmd.Click Dim drs As DataRow = ds.Tables("bank").NewRow drs(0) = cdtxt.Text drs(1) = nmtxt.Text drs(2) = addtxt.Text ds.Tables("bank").Rows.Add(drs) Try dao.Update(ds, "bank") Catch ex As Exception MsgBox(ex.Source & ex.Message) End Try End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ds.Tables("bank").Rows(0)("code") = ds.Tables("bank").ToString & " ***" Try cn.Open() dao.Update(ds, "bank") cn.Close() Catch ex As Exception MsgBox(ex.Source & ex.Message) End Try End Sub:(

    Visual Basic help csharp announcement

  • how can we use ms agent control in a vb windows application?
    K kamalika_kk

    :)iwant to use the agent control to show error messages.....also the speech ballon ust contain a ok button like it is in the msgbox....please help

    Visual Basic help agentic-ai 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