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

samithaslk

@samithaslk
About
Posts
6
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hide ASP.NET Ajax Popupcontrol
    S samithaslk

    Hi All, I am using Ajax Popupcontrol to show a Gridview as a popup control. The gridview is embedded in a Panel. In this scenario user will select the code (eg Client No) in the autocomplete text box and will click search. Then it will popup the gridview showing records(quotations) related to the selected Cilent No. I want to hide showing Popupcontrol when the user click on search button without specifying a client no(and possibly diplay some error msg). I have tried few javascipts but all of them tend to show the empty panel as popup. Can anybody suggest me how can I achieve this? Another issue is Suppose a user first search Quotation for Client 1. Then when user trys to search Quotations for Client 2, First the popup will show the records relared to first search and then refreshes with records related to client 2. How Can I avoid this? Thanx in advance :doh:

    samitha

    ASP.NET help question csharp asp-net hardware

  • help needed with CreateUserWizard control
    S samithaslk

    Hi all How would you configure a CreateUserWizard controll to connect to an SQL Server 2000 database and create the users? :confused: thanx samitha

    samitha

    ASP.NET database sql-server sysadmin help question

  • determine client subnet mask in terminal server
    S samithaslk

    NAT won't be a problem. Can anybody suggest me a method to find the client's subnet mask giving its IP Address? samitha

    Visual Basic sysadmin help question

  • determine client subnet mask in terminal server
    S samithaslk

    Hi all I have developed an application that runs on the Terminal Server. I want to determine the connecting client's IP address and subnet mask to assign them appropriate rights. I have used the wtsclientinfo.dll to get the client's IP address. But I could n't find a way to get the subnet mak. Can anybody help me?:doh: samitha -- modified at 23:50 Monday 20th February, 2006

    Visual Basic sysadmin help question

  • captur datagrid double click and key press
    S samithaslk

    I have tried out various code on capturing keypress and doubleclick events on the datagrid. But the problem is when you add the keypress support, the doubleclick won't fire out. here is the code for trapping double click Dim grdColStyle1As New DataGridKeyTrapTextBoxColumn grdColStyle1.MappingName = "Acc_Curr_Balance" grdColStyle1.HeaderText = "Account Balance" grdColStyle1.Width = 225 AddHandler grdColStyle1.TextBox.MouseDown, New MouseEventHandler(AddressOf TextBoxMouseDownHandler) AddHandler grdColStyle1.TextBox.DoubleClick, New EventHandler(AddressOf TextBoxDoubleClickHandler) Private Sub TextBoxMouseDownHandler(ByVal sender As Object, ByVal e As MouseEventArgs) If (DateTime.Now < gridMouseDownTime.AddMilliseconds(SystemInformation.DoubleClickTime)) Then btnOk_Click(sender, e) End If End Sub Private Sub TextBoxDoubleClickHandler(ByVal sender As Object, ByVal e As EventArgs) Try btnOk_Click(sender, e) Catch ex As Exception MessageBox.Show(ex.Message) End Try End Sub ' trap the key press Public Class DataGridKeyTrapTextBoxColumn Inherits DataGridTextBoxColumn Private _keyTrapTextBox As KeyTrapTextBox = Nothing Private _source As System.Windows.Forms.CurrencyManager = Nothing Private _rowNum As Integer Private _isEditing As Boolean = False Public Shared _RowCount As Integer = 0 Private mTxt1 As String Private mTxt2 As String Private mTxt3 As String Private mClicked As Boolean = False Public Sub New() _keyTrapTextBox = New KeyTrapTextBox _keyTrapTextBox.BorderStyle = BorderStyle.None AddHandler _keyTrapTextBox.Leave, AddressOf LeaveKeyTrapTextBox AddHandler _keyTrapTextBox.KeyPress, AddressOf TextBoxEditStarted End Sub 'New Private Sub TextBoxEditStarted(ByVal sender As Object, ByVal e As KeyPressEventArgs) _isEditing = True 'dim cm as CurrencyManager = 'If e.KeyChar = Chr(13) Then ' MsgBox(CType(sender, TextBox).Text) 'End If MyBase.ColumnStartedEditing(CType(sender, Control)) End Sub 'TextBoxEditStarted Private Sub LeaveKeyTrapTextBox(ByVal sender As Object, ByVal e As EventArgs) If _isEditing Then SetColumnValueAtRow(_source, _rowNum, _keyTrapTextBox.Text) _isEditing = False Invalidate() End If _keyTrapTextBox.Hide() End Sub 'LeaveKeyTrapTextBox Protected Overloads Overrides Sub Edit(ByVal [source] As System.Wind

    Visual Basic help

  • build trial appication
    S samithaslk

    can anybody suggest me a way to build a trial version of a progrm using code? samitha

    Visual Basic question announcement
  • Login

  • Don't have an account? Register

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