User Profile

Collapse

Profile Sidebar

Collapse
sacha4
sacha4
Last Activity: Nov 4 '08, 02:26 PM
Joined: Sep 19 '07
Location: Lexington,KY
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sacha4
    replied to How can I map datagrid with database?
    in .NET
    Code:
    Private Sub Datagrid()
    
    
    
            '  Dim myDataTable As New DataTable("MyData")
    
            Dim connectionString As String =""
            Dim dbcon As System.Data.IDbConnection
            dbcon = New SqlConnection(connectionString)
            dbcon.Open()
            Dim dbcmd As System.Data.IDbCommand = dbcon.CreateCommand()
            Dim sql As String = "SELECT
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Oct 28 '08, 05:43 PM. Reason: added [CODE] tags

    Leave a comment:


  • sacha4
    started a topic How can I map datagrid with database?
    in .NET

    How can I map datagrid with database?

    Hi ,

    I am trying to map datagrid to database. There is one field that is numeric in the database, but I want to show in the datagrid that is on the web page as a string. For an example, if the database says 1, the datagrid will show "Qualified"
    if 2, "Disqualifi ed." So on and so forth. I am not sure how to do this. The programming is done in VB.Net. And since the .Net version is 1.1 so i am not able to use...
    See more | Go to post

  • It is asp.net!
    Thanks!...
    See more | Go to post

    Leave a comment:


  • How to pull up data from three test boxes and show it in a text box?

    Hi,

    I am working on vb.net. I am really not able to find out how can i derive data from 3 dropdown box and show it in a text box.
    It's like this : My first dropdown shows States, second shows cities, and third shows counties.
    So the text box should be in this order:
    State/City/County.


    Can anyone please tell me how I can do that?

    Thanks in advance
    See more | Go to post

  • sacha4
    started a topic How to create a Forgot userName page?
    in .NET

    How to create a Forgot userName page?

    Hi all,

    I need some help creating forgot username page, like the forgor password page but I am unable to do. Can anybody gimme a headstart?
    See more | Go to post

  • sacha4
    replied to Help needed for App_Code\MembershipUser
    in .NET
    [code=vbnet]
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
    ClientScript.Re gisterClientScr iptInclude("lay outjs", "_js/layout.js")

    If User.Identity.I sAuthenticated = False Then
    Response.Redire ct("loginName.a spx?ReturnURL=" + HttpContext.Cur rent.Request.Ur l.ToString())
    End If

    If (Not User.IsInRole(" 100"))...
    See more | Go to post
    Last edited by Frinavale; Oct 31 '07, 06:11 PM. Reason: Added [code] tags to make more legible

    Leave a comment:


  • sacha4
    started a topic Help needed for App_Code\MembershipUser
    in .NET

    Help needed for App_Code\MembershipUser

    I have created an administrator page which further creates an office administrators and users. The office aministrator can create users too, but they cannot see all the offices.What code should I write so that when an office administrator creates an user, that user is automatically from his office?The code is in vb.net
    need help urgently....Tha nks in advance

    Sacha4
    See more | Go to post

  • sacha4
    started a topic How to edit using data reader
    in .NET

    How to edit using data reader

    I need to make an edit page using data reader.
    this is my code..
    [code=vbnet]
    Sub Page_Load()
    If Not IsPostBack Then
    Dim conn As SqlConnection
    Dim cmdSQL As SqlCommand
    Dim dataReader As SqlDataReader
    Dim SQL As String

    Dim libBookID As Integer = Request.QuerySt ring("lid")
    conn = New...
    See more | Go to post
    Last edited by Frinavale; Oct 16 '07, 06:17 PM. Reason: Added [code] tags to make more legible (removed IP to Database)

  • Instead of the caus given in firebug, i just added form tags to each page and it works out fine now..thanks for ur help Plater
    See more | Go to post

    Leave a comment:


  • Thanks Plater for replying so fast. I dowloaded the Firebug and it says that it doesnt identify the jump event. and it wants the onclickto be like onclick(click clientX=0, clientY=0)....s o now how do i do it?
    Thanks in advance!
    See more | Go to post

    Leave a comment:


  • Firefox not firing the onClick Event...but working in IE

    Hi,

    I need some help with my onClick event. I realise that there is some problem with the javascript but what exactly it is i am not able to know.
    <input type="Button" onClick="locati on = '' + jump.optio ns[ jump.selected Index].value;" value="Go!" />
    This is my code for the onClick event.
    need help !
    thanks!
    See more | Go to post
No activity results to display
Show More
Working...